Skip to content

Commit 6e96b04

Browse files
committed
Add #392 to doc/whatsnew
1 parent 29b8c89 commit 6e96b04

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

doc/whatsnew.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ Next release
66

77
- Improve and extend :doc:`/material/index` (:pull:`418`).
88
See :doc:`version 1.2.0 </material/v1.2.0>` for details.
9+
- Improve :mod:`.model.transport` (:pull:`392`).
10+
11+
- New properties :attr:`.transport.Config.code` and
12+
:attr:`.transport.Config.label`.
13+
- New base class :class:`.MultiFile`
14+
to read input data from distinct files according to scenario label.
15+
- New :class:`LoadFactorLDV`, replacing :py:`load_factor_ldv`
16+
and allowing a distinct file according to scenario label.
17+
- Add technology dimension to :data:`.elasticity_f`.
18+
- Document :class:`.ScenarioCodeAnnotations`.
19+
20+
- Extend :mod:`.digsy.structure.SCENARIO` (:pull:`392`).
21+
- :class:`.ItemSchemeEnumType` automatically creates aliases
22+
for SDMX item scheme members with "-" in their IDs (:pull:`392`).
923
- Expand :doc:`develop` documentation (:pull:`423`)
1024
with material previously in :mod:`message_data` docs.
1125

@@ -121,7 +135,7 @@ Base model and variants
121135
- Update input data for :data:`.act_non_ldv`,
122136
:data:`.activity_freight`,
123137
:data:`.elasticity_f`,
124-
:data:`.load_factor_ldv`,
138+
:py:`load_factor_ldv`,
125139
passenger mode share,
126140
:data:`.pdt_cap`,
127141
:data:`.pdt_cap_ref`, and
@@ -285,7 +299,7 @@ Update :doc:`/transport/index` (:pull:`259`, :pull:`289`, :pull:`300`, :pull:`32
285299
:data:`.speed`.
286300
- Add LED-specific parametrization for :data:`.activity_ldv`,
287301
:data:`.lifetime_ldv`,
288-
:data:`.load_factor_ldv`, and
302+
:py:`load_factor_ldv`, and
289303
:data:`.pdt_cap_proj`.
290304
- Drop :file:`base-scenario-url.json`; store base scenario URLs in :ref:`CL_TRANSPORT_SCENARIO`.
291305
- Generate SDMX-ML structural metadata, including data flow definitions, and SDMX-{CSV,ML} data outputs for certain reported quantities.

0 commit comments

Comments
 (0)