Skip to content

PRIMAP2 Version 0.11.2

Latest
Compare
Choose a tag to compare
@mikapfl mikapfl released this 07 Oct 16:16
· 16 commits to main since this release
a3afd6e

primap2 0.11.2 (2024-10-07)

primap2 is a library for compiling and analyzing climate policy datasets.

Changes

Improvements

  • Added support for python 3.12.

    Started testing the lowest supported versions of dependencies. (#259)

  • Added support for and required pandas 2.2.

    Switched accelerated filling functions from bottleneck to numbagg. (#261)

Bug Fixes

  • Fixed handling of NaN values in {py.func}xarray.DataArray.pr.set() when existing=overwrite. (#225)

Improved Documentation

  • Enhanced the API documentation. (#264)