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
- The :class:`~.web.TRANSFORM` enumeration for specifying and validating multiple transformations.
18
18
19
+
- Improve :class:`.ExoDataSource` with :attr:`~.ExoDataSource.use_test_data`,
20
+
:attr:`~.ExoDataSource.where`, and :meth:`~.ExoDataSource._where` (:pull:`341`).
19
21
- 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`.
20
22
Generalized from former :py:`.transport.files.ExogenousDataFile`.
21
23
- New method :meth:`.Config.regions_from_scenario` (:pull:`300`),
@@ -29,8 +31,19 @@ Next release
29
31
- :func:`.check.verbose_check` (:pull:`300`).
30
32
31
33
- Display entire result quantity in :func:`.report.report` / :program:`mix-models report` with :py:`verbose=True` (:pull:`300`).
34
+
- New test fixtures (:pull:`341`):
35
+
:func:`.advance_test_data`,
36
+
:func:`.gea_test_data`,
37
+
:func:`.gfei_test_data`,
38
+
:func:`.iea_eei_user_data`,
39
+
:func:`.iea_eweb_test_data`,
40
+
:func:`.iea_eweb_user_data`,
41
+
:func:`.shape_test_data`,
42
+
:func:`.ssp_test_data`,
43
+
:func:`.ssp_user_data`.
32
44
- Bug fix: :program:`mix-models --verbose` command-line option was not stored on :class:`.Context`/:class:`~.util.Config` (:pull:`300`).
33
-
- 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`).
45
+
- Bug fix: adjust or guard some Python usage that was not compatible with Python 3.9
46
+
—the earliest version supported by :mod:`message_ix_models` (:pull:`295`, :issue:`294`).
34
47
- Drop obsolete :py:`series_of_pint_quantity()` (:pull:`289`).
35
48
36
49
By topic:
@@ -108,6 +121,8 @@ Documentation
108
121
- Expand the :ref:`costs-usage` section of the :mod:`.tools.costs` documentation to describe the requirement for SSP input data (:issue:`313`, :pull:`322`).
109
122
- Reorganize and improve the :doc:`data` documentation page (:pull:`326`).
0 commit comments