You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whatsnew.rst
+18-6
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,12 @@ What's new
4
4
Next release
5
5
============
6
6
7
-
- Support for :mod:`ixmp` and :mod:`message_ix` versions 3.4.x and 3.5.x is dropped in accordance with the :ref:`policy-upstream-versions` (:pull:`288`).
8
-
The minimum version of both packages is 3.6.0.
7
+
- Support for :mod:`ixmp` and :mod:`message_ix` versions 3.4, 3.5, and 3.6 is dropped in accordance with the :ref:`policy-upstream-versions` (:pull:`288`, :pull:`289`).
8
+
The minimum version of both packages is 3.7.0.
9
9
- Update :class:`.IEA_EWEB` to support :py:`transform="B"` / :func:`.transform_B` (:issue:`230`, :pull:`259`).
10
10
- Add :func:`.prepare_method_B` to :mod:`.ssp.transport` (:pull:`259`).
11
11
- New utility :class:`.sdmx.AnnotationsMixIn` (:pull:`259`).
12
+
- Drop obsolete :py:`series_of_pint_quantity()` (:pull:`289`).
- 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`.
27
34
- 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`.
28
37
- Simplify and consolidate tests.
38
+
- Improve :func:`.simulated_solution` to load ‘simulated’ solution data from file to reduce test durations.
29
39
30
40
Documentation
31
41
-------------
@@ -49,6 +59,8 @@ Documentation
49
59
:doc:`project/sparccle`, and
50
60
:doc:`project/uptake` (:pull:`282`).
51
61
62
+
- New utility :class:`.sdmx.AnnotationsMixIn` (:pull:`259`).
63
+
- Bug fix: adjust or guard some Python usage that was not compatible with Python 3.9—the earliest version supported by :mod:`message_ix_models` (:pull:`295`, :issue:`294`).
52
64
53
65
v2025.1.10
54
66
==========
@@ -443,12 +455,12 @@ Earlier releases
443
455
2021.7.27
444
456
---------
445
457
446
-
- Improve caching using mod:`genno` v1.8.0 (:pull:`29`).
458
+
- Improve caching using :mod:`genno` v1.8.0 (:pull:`29`).
0 commit comments