Skip to content

v0.8.1

Choose a tag to compare

@znicholls znicholls released this 08 Aug 10:48
· 67 commits to main since this release

Announcements

Changelog

🎉 Improvements

  • [pandas_openscm.index_manipulation.update_levels_from_other][] now supports updating levels based on multiple other levels from the index at once (see the docstring for examples).
    This update also propagates to [pandas_openscm.index_manipulation.update_index_levels_from_other_func][] and [pandas_openscm.accessors.dataframe.PandasDataFrameOpenSCMAccessor.update_index_levels_from_other][]. (#28)

Changes