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
+28-5
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,22 @@ Next release
18
18
19
19
- Improve :class:`.ExoDataSource` with :attr:`~.ExoDataSource.use_test_data`,
20
20
:attr:`~.ExoDataSource.where`, and :meth:`~.ExoDataSource._where` (:pull:`341`).
21
+
- Improve :class:`.MappingAdapter` with :py:`on_missing=…` option (:pull:`328`).
21
22
- 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`.
22
23
Generalized from former :py:`.transport.files.ExogenousDataFile`.
23
24
- New method :meth:`.Config.regions_from_scenario` (:pull:`300`),
24
25
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`.
0 commit comments