Skip to content

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 18 Oct 14:37

Announcements

Breaking Changes

  • Dropped support for Python 3.8 and relaxed requirements of pint and pyam-iamc

    This has led to a number of follow up issues:

    • documentation of our supported dependency versions (#277)
    • moving to NEP29 (#276)
    • a full review of dependencies (#278)
    • need to test against development versions of upstream repositories (#279)

    (#275)

Improvements

  • Added support for {func}scmdata.run_append to append {class}pd.DataFrame objects

    This provides some performance benefits when performing large groupby operations in certain circumstances by
    reducing the number of required append operations. (#262)

Trivial/Internal Changes

Changes