Skip to content

Release v0.13.0

Compare
Choose a tag to compare
@danielhuppmann danielhuppmann released this 28 Jun 06:07
· 208 commits to main since this release
59f46c8

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 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 added a unit_mapping attribute. This will replace the variables(include_units=True) method.

Individual updates

  • #551 Default to IamDataFrame-time-col on the x-axis of plots
  • #550 Refactor the rename() method for performance improvement
  • #549 Make plotly an optional dependency
  • #548 Add a unit_mapping attribute to show a variable-unit dictionary
  • #546 Fixed logging for recursive aggregation