1
1
What's new
2
2
**********
3
3
4
- Next release
5
- ============
4
+ .. Next release
5
+ .. ============
6
+
7
+ 2022.1.26
8
+ =========
6
9
7
10
- New :class: `.Spec ` class for easier handling of specifications of model (or model variant) structure (:pull: `39 `)
8
11
- New utility function :func: `.util.local_data_path ` (:pull: `39 `).
9
12
- :func: `.repr ` of :class: `.Context ` no longer prints a (potentially very long) list of all keys and settings (:pull: `39 `).
10
13
- :func: `.as_codes ` accepts a :class: `.dict ` with :class: `.Code ` values (:pull: `39 `).
11
14
15
+ Earlier releases
16
+ ================
17
+
12
18
2021.11.24
13
- ==========
19
+ ----------
14
20
15
21
- Add :command: `--years ` and :command: `--nodes ` to :func: `.common_params ` (:pull: `35 `).
16
22
- New utility function :func: `.structure.codelists ` (:pull: `35 `).
17
23
18
24
2021.7.27
19
- =========
25
+ ---------
20
26
21
27
- Improve caching using mod:`genno ` v1.8.0 (:pull: `29 `).
22
28
23
29
2021.7.22
24
- =========
30
+ ---------
25
31
26
32
- Migrate utilities :func: `cached `, :func: `.check_support `, :func: `.convert_units `, :func: `.maybe_query `, :func: `.series_of_pint_quantity ` (:pull: `27 `)
27
33
- Add :data: `.testing.NIE `.
28
34
- Add the ``--jvmargs `` option to :command: `pytest ` (see :func: `.pytest_addoption `).
29
35
- Remove :meth: `.Context.get_config_file `, :meth: `.get_path `, :meth: `.load_config `, and :meth: `.units `, all deprecated since 2021-02-28.
30
36
31
37
2021.7.6
32
- ========
38
+ --------
33
39
34
40
- Add :func: `identify_nodes `, a function for identifying a :doc: `pkg-data/node ` based on a :class: `.Scenario ` (:pull: `24 `).
35
41
- Add :func: `adapt_R11_R14 `, a function for adapting data from the :ref: `R11 ` to the :ref: `R14 ` (:pull: `24 `).
@@ -40,23 +46,23 @@ Next release
40
46
- Add the :ref: `R12 ` node code list (:pull: `14 `).
41
47
42
48
2021.4.7
43
- ========
49
+ --------
44
50
45
51
- Add :mod: `.model.disutility `, code for setting up structure and data for generalized consumer disutility (:pull: `13 `)
46
52
47
53
2021.3.24
48
- =========
54
+ ---------
49
55
50
56
- Add :doc: `pkg-data/year `, YAML data files, :meth: `.ScenarioInfo.year_from_codes ` and associated tests (:issue: `11 `, :pull: `12 `)
51
57
52
58
2021.3.22
53
- =========
59
+ ---------
54
60
55
61
- Migrate :mod: `.model.bare `, :mod: `.model.build `, :mod: `.model.cli `, and associated documentation (:pull: `9 `)
56
62
- Migrate utilities: :class: `.ScenarioInfo `, :func: `.add_par_data `, :func: `.eval_anno `, :func: `.iter_parameters `, and :func: `.strip_par_data `.
57
63
58
64
2021.3.3
59
- ========
65
+ --------
60
66
61
67
- Migrate :mod: `.util.click `, :mod: `.util.logging `; expand documentation (:pull: `8 `:).
62
68
- :meth: `.Context.clone_to_dest ` method replaces :func: `clone_to_dest ` function.
@@ -65,7 +71,7 @@ Next release
65
71
- Migrate :program: `mix-models techs ` CLI command.
66
72
67
73
2021.2.28
68
- =========
74
+ ---------
69
75
70
76
- Migrate :class: `.Context ` class and :mod: `.testing ` module from :mod: `message_data ` (:pull: `5 `:).
71
77
- Add :func: `.load_private_data `, :func: `.package_data_path `, :func: `.private_data_path `.
@@ -74,12 +80,12 @@ Next release
74
80
For instance, ANT dissolved into BES, CUW, and SXM in 2010; all four are included in R11_LAM so this list can be used to handle data from either before or after 2010.
75
81
76
82
2021.2.26
77
- =========
83
+ ---------
78
84
79
85
- Add :func: `.get_codes ` and related code lists (:pull: `2 `:).
80
86
- Add :class: `.MessageDataFinder ` and document :doc: `migrate ` (:pull: `3 `:).
81
87
82
88
2021.2.23
83
- =========
89
+ ---------
84
90
85
91
Initial release.
0 commit comments