Skip to content

Commit f8e6cd9

Browse files
committed
Add #328 to doc/whatsnew
1 parent c573d58 commit f8e6cd9

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

doc/whatsnew.rst

+28-5
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,22 @@ Next release
1818

1919
- Improve :class:`.ExoDataSource` with :attr:`~.ExoDataSource.use_test_data`,
2020
:attr:`~.ExoDataSource.where`, and :meth:`~.ExoDataSource._where` (:pull:`341`).
21+
- Improve :class:`.MappingAdapter` with :py:`on_missing=…` option (:pull:`328`).
2122
- New class :class:`.Dataflow` for describing input and/or output data flows (:pull:`300`) that are read from file and attached to a :class:`.Computer`.
2223
Generalized from former :py:`.transport.files.ExogenousDataFile`.
2324
- New method :meth:`.Config.regions_from_scenario` (:pull:`300`),
2425
extracted/generalized from :meth:`.transport.Config.from_context`.
25-
- New general-purpose :mod:`genno` operators in :mod:`.report.operator`: :func:`.broadcast_wildcard` and :func:`.merge_data` (:pull:`300`),
26-
extracted/generalized from :mod:`.transport.operator`.
26+
- New general-purpose :mod:`genno` operators in :mod:`.report.operator`:
27+
28+
- :func:`.broadcast_wildcard` and :func:`.merge_data` (:pull:`300`),
29+
extracted/generalized from :mod:`.transport.operator`.
30+
- :func:`~.operator.call`, :func:`~.operator.select_allow_empty` (:pull:`328`).
31+
2732
- New utilities:
2833

2934
- :class:`.genno.Collector` (:pull:`300`).
3035
- :class:`.sdmx.AnnotationsMixIn` (:pull:`259`).
36+
- :class:`.util.WildcardAdapter` (:pull:`328`).
3137
- :func:`.check.verbose_check` (:pull:`300`).
3238

3339
- Display entire result quantity in :func:`.report.report` / :program:`mix-models report` with :py:`verbose=True` (:pull:`300`).
@@ -68,21 +74,38 @@ SSP :ref:`ssp-2024`/ScenarioMIP
6874
Transport
6975
---------
7076

71-
Update :doc:`/transport/index` (:pull:`259`, :pull:`289`, :pull:`300`).
77+
Update :doc:`/transport/index` (:pull:`259`, :pull:`289`, :pull:`300`, :pull:`328`).
7278

7379
- Adjust constraints on :py:`t="conm_ar"`.
7480
- Drop some :attr:`.minimum_activity` entries; recompute values and add to :data:`.act_non_ldv`.
81+
- Use :func:`message_ix.tools.migrate.initial_new_capacity_up_v311` in :mod:`.transport.workflow`.
7582
- Improve freight representation:
7683

7784
- Adjust freight activity, freight and passenger mode shares for some regions.
7885
- Add dynamic constraints on activity of freight technologies.
7986
- Fix alignment of freight technology outputs with demand |l|.
8087
- Add :data:`.elasticity_f`, analogous to :data:`.elasticity_p`.
8188
See :func:`.freight.demand`.
89+
- Simplify some technology IDs using the pattern ``f road {input commodity}``
8290

8391
- Implement LED override using exogenous passenger activity data from :ref:`transport-pdt-cap-proj`.
84-
- Update input data for :data:`.elasticity_p`, :data:`ikarus_inv_cost`, :data:`.inv_cost_ldv`, :data:`.mode_share_freight`, :data:`.pdt_cap_ref`, :data:`.speed`, .
85-
- Add LED-specific parametrization for :data:`.activity_ldv`, :data:`lifetime_ldv`, :data:`.load_factor_ldv`, :data:`pdt_cap_proj`, .
92+
- New input data flow :data:`.constraint_dynamic`,
93+
replacing former :py:`transport.Config.constraint` setting,
94+
and module :mod:`.transport.constraint`,
95+
replacing parallel functions in :mod:`~.transport.freight`,
96+
:mod:`~.transport.ldv`, and
97+
:mod:`~.transport.passenger`.
98+
- Update input data for :data:`.activity_freight`,
99+
:data:`.elasticity_p`,
100+
:data:`.ikarus_inv_cost`,
101+
:data:`.inv_cost_ldv`,
102+
:data:`.mode_share_freight`,
103+
:data:`.pdt_cap_ref`, and
104+
:data:`.speed`.
105+
- Add LED-specific parametrization for :data:`.activity_ldv`,
106+
:data:`.lifetime_ldv`,
107+
:data:`.load_factor_ldv`, and
108+
:data:`.pdt_cap_proj`.
86109
- Drop :file:`base-scenario-url.json`; store base scenario URLs in :ref:`CL_TRANSPORT_SCENARIO`.
87110
- Generate SDMX-ML structural metadata, including data flow definitions, and SDMX-{CSV,ML} data outputs for certain reported quantities.
88111

0 commit comments

Comments
 (0)