Skip to content

Commit

Permalink
Release candidate 0.13.0 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann authored Jun 28, 2021
1 parent ed130e3 commit 59f46c8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
23 changes: 22 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Next Release
# Release v0.13.0

## Highlights

- Add a `unit_mapping` attribute to show a variable-unit dictionary.
- Support plotting of continuous-time data by automatically using the time domain
as x-axis in many plots.
- Improve the performance of the `rename()` method.

## API changes

PR [#550](https://github.com/IAMconsortium/pyam/pull/550) harmonized the behavior
of the `rename()` function when the renaming creates overlapping timeseries data.
Before, this raised an error in case there was a conflict with existing data,
but automatically performed a groupby-sum when mapping to the same coordinates.
This was marked as deprecated; in the future, an error will be raised
for any overlapping coordinates after the rename operation.

PR [#548](https://github.com/IAMconsortium/pyam/pull/548) added a `unit_mapping` attribute.
This will replace the `variables(include_units=True)` method.

## Individual updates

- [#551](https://github.com/IAMconsortium/pyam/pull/551) Default to IamDataFrame-time-col on the x-axis of plots
- [#550](https://github.com/IAMconsortium/pyam/pull/550) Refactor the `rename()` method for performance improvement
Expand Down
3 changes: 3 additions & 0 deletions doc/source/examples/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ Plotting Gallery
All examples in this gallery currently use the *IAMC template* for yearly data,
but |pyam| also supports timeseries data with a sub-annual resolution.
Please read the `Data Model <../data.html>`_ section for more information.

For more information about the plotting module, refer to the
`plotting API documentation <../api/plotting.html>`_.

0 comments on commit 59f46c8

Please sign in to comment.