Skip to content

v0.4.1

Choose a tag to compare

@znicholls znicholls released this 12 Apr 15:29
· 203 commits to main since this release

Announcements

  • Fixed a bug in the index level updating, see below. Set remove_unused_levels=False to turn off this behaviour.

Changelog

🐛 Bug Fixes

  • Fixed up [pandas_openscm.index_manipulation.update_levels][].
    It now drops unused levels by default first, to avoid applying the updates to values that aren't being used.
    The same fixes are propagated to [pandas_openscm.accessors.DataFramePandasOpenSCMAccessor.update_index_levels][] and [pandas_openscm.index_manipulation.update_index_levels_func][]. (#14)

Changes