Skip to content

Commit c09976b

Browse files
committed
Add #289 to doc/whatsnew
1 parent 55f8e4e commit c09976b

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

doc/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
.. role:: underline
7676
7777
.. |c| replace:: :math:`c`
78+
.. |l| replace:: :math:`l`
7879
.. |n| replace:: :math:`n`
7980
.. |t| replace:: :math:`t`
8081
.. |y| replace:: :math:`y`

doc/transport/input.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ node = R12_SAS [2]_
204204
.. [2] A. Javaid, `message_data#180 (comment) <https://github.com/iiasa/message_data/issues/180#issuecomment-1941860412>`_.
205205
.. [3] A. Javaid, `message_data#538 (comment) <https://github.com/iiasa/message_data/issues/538#issuecomment-1934663340>`__.
206206
207+
.. _transport-pdt-cap-proj:
208+
207209
:file:`pdt-cap.csv` → ``P activity:scenario-n-t-y:exo``
208210
-------------------------------------------------------
209211

@@ -221,7 +223,6 @@ PDT per capita.
221223

222224
.. todo:: Transcribe the method into this document.
223225

224-
225226
:file:`pdt-cap-ref.csv` → ``pdt:n:capita+ref``
226227
----------------------------------------------
227228

doc/whatsnew.rst

+14-4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Next release
99
- Update :class:`.IEA_EWEB` to support :py:`transform="B"` / :func:`.transform_B` (:issue:`230`, :pull:`259`).
1010
- Add :func:`.prepare_method_B` to :mod:`.ssp.transport` (:pull:`259`).
1111
- New utility :class:`.sdmx.AnnotationsMixIn` (:pull:`259`).
12+
- Drop obsolete :py:`series_of_pint_quantity()` (:pull:`289`).
1213

1314
By topic:
1415

@@ -19,13 +20,22 @@ By topic:
1920
Transport
2021
---------
2122

22-
Update :doc:`/transport/index` (:pull:`259`).
23+
Update :doc:`/transport/index` (:pull:`259`, :pull:`289`).
2324

2425
- Adjust constraints on :py:`t="conm_ar"`.
2526
- Recompute :attr:`.minimum_activity` for transport technologies.
26-
- Adjust freight activity, freight and passenger mode shares for some regions.
27+
- Improve freight representation:
28+
29+
- Adjust freight activity, freight and passenger mode shares for some regions.
30+
- Add dynamic constraints on activity of freight technologies.
31+
- Fix alignment of freight technology outputs with demand |l|.
32+
33+
- Implement LED override using exogenous passenger activity data from :ref:`transport-pdt-cap-proj`.
2734
- Drop :file:`base-scenario-url.json`; store base scenario URLs in :ref:`CL_TRANSPORT_SCENARIO`.
35+
- Generate SDMX-ML structural metadata, including data flow definitions, and SDMX-{CSV,ML} data outputs for certain reported quantities.
36+
- Expand use of fixed/shared keys from :mod:`.transport.key`.
2837
- Simplify and consolidate tests.
38+
- Improve :func:`.simulated_solution` to load ‘simulated’ solution data from file to reduce test durations.
2939

3040
Documentation
3141
-------------
@@ -445,12 +455,12 @@ Earlier releases
445455
2021.7.27
446456
---------
447457

448-
- Improve caching using mod:`genno` v1.8.0 (:pull:`29`).
458+
- Improve caching using :mod:`genno` v1.8.0 (:pull:`29`).
449459

450460
2021.7.22
451461
---------
452462

453-
- Migrate utilities :func:`.cached`, :func:`.check_support`, :func:`.convert_units`, :func:`.maybe_query`, :func:`.series_of_pint_quantity` (:pull:`27`)
463+
- Migrate utilities :func:`.cached`, :func:`.check_support`, :func:`.convert_units`, :func:`.maybe_query`, :py:`series_of_pint_quantity()` (:pull:`27`)
454464
- Add :data:`.testing.NIE`.
455465
- Add the ``--jvmargs`` option to :command:`pytest` (see :func:`.pytest_addoption`).
456466
- Remove :py:`.Context.get_config_file()`, :py:`.get_path()`, :py:`.load_config()`, and :py:`.units`, all deprecated since 2021-02-28.

0 commit comments

Comments
 (0)