@@ -9,6 +9,7 @@ Next release
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 `).
12
13
13
14
By topic:
14
15
@@ -19,13 +20,22 @@ By topic:
19
20
Transport
20
21
---------
21
22
22
- Update :doc: `/transport/index ` (:pull: `259 `).
23
+ Update :doc: `/transport/index ` (:pull: `259 `, :pull: ` 289 ` ).
23
24
24
25
- Adjust constraints on :py: `t="conm_ar" `.
25
26
- 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
-------------
@@ -445,12 +455,12 @@ Earlier releases
445
455
2021.7.27
446
456
---------
447
457
448
- - Improve caching using mod:`genno ` v1.8.0 (:pull: `29 `).
458
+ - Improve caching using : mod: `genno ` v1.8.0 (:pull: `29 `).
449
459
450
460
2021.7.22
451
461
---------
452
462
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 `)
454
464
- Add :data: `.testing.NIE `.
455
465
- Add the ``--jvmargs `` option to :command: `pytest ` (see :func: `.pytest_addoption `).
456
466
- Remove :py: `.Context.get_config_file() `, :py: `.get_path() `, :py: `.load_config() `, and :py: `.units `, all deprecated since 2021-02-28.
0 commit comments