v0.16.1
Announcements
Hot fix release to fix an error in the CI that occurred when releasing v0.16.0. Announcements are unchanged and repeated below.
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
objectsThis provides some performance benefits when performing large groupby operations in certain circumstances by
reducing the number of required append operations. (#262)