Skip to content

Commit

Permalink
Improve description of #353 in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Aug 26, 2020
1 parent 04b99ff commit b1efdaf
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@ All changes
- :pull:`363`: Expand documentation and revise installation instructions.
- :pull:`362`: Raise Python exceptions from :class:`.JDBCBackend`.
- :pull:`354`: Add :meth:`Scenario.items`, :func:`.utils.diff`, and allow using filters in CLI command ``ixmp export``.
- :pull:`353`: Add meta functionality.

- :meth:`.Platform.add_model_name` using :meth:`.Backend.add_model_name`
- :meth:`.Platform.add_scenario_name` using :meth:`.Backend.add_scenario_name`
- :meth:`.Platform.get_model_names` using :meth:`.Backend.get_model_names`
- :meth:`.Platform.get_scenario_names` using :meth:`.Backend.get_scenario_names`
- :meth:`.Platform.get_meta` using :meth:`.Backend.get_meta`
- :meth:`.Platform.set_meta` using :meth:`.Backend.set_meta`
- :meth:`.Platform.remove_meta` using :meth:`.Backend.remove_meta`
- :meth:`.Scenario.remove_meta` using :meth:`.Backend.remove_meta`
- deprecate :meth:`.Scenario.delete_meta`
- :pull:`353`: Add functionality for storing ‘meta’ (annotations of model names, scenario names, versions, and some combinations thereof).

- Add :meth:`.Backend.add_model_name`, :meth:`~.Backend.add_scenario_name`, :meth:`~.Backend.get_model_names`, :meth:`~.Backend.get_scenario_names`, :meth:`~.Backend.get_meta`, :meth:`~.Backend.set_meta`, :meth:`~.Backend.remove_meta`.
- Allow these to be called from :class:`.Platform` instances.
- Remove :meth:`.Scenario.delete_meta`.

- :pull:`349`: Avoid modifying indexers dictionary in :meth:`.AttrSeries.sel`.
- :pull:`343`: Add region/unit parameters to :meth:`.Platform.export_timeseries_data`.
Expand Down

0 comments on commit b1efdaf

Please sign in to comment.