Skip to content

Commit

Permalink
Release version 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mikapfl committed Dec 4, 2023
1 parent db0b602 commit 74c0263
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog
=========

0.9.8
-----
* add additional control over nan treatment to downscaling functionality
* Allow kwargs in gas basket summation
* use min_count=1 as default in pr.sum
* fix error message for 0-dimensional arrays in pr.merge
* fix building the documentation on readthedocs.org
* Modify unit harmonization to return native units if possible

0.9.7
-----
* Fix the test suite to work with Pint release 0.21.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ Citation
If you use this library and want to cite it, please cite it as:

Mika Pflüger and Johannes Gütschow. (2023-05-10).
pik-primap/primap2: PRIMAP2 Version 0.9.7.
pik-primap/primap2: PRIMAP2 Version 0.9.8.
Zenodo. https://doi.org/10.5281/zenodo.7919586
3 changes: 0 additions & 3 deletions changelog_unreleased/aggregate_and_merge_fixes.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog_unreleased/downscaling_fixed.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog_unreleased/fix-rtd.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog_unreleased/unit_harmonization.rst

This file was deleted.

2 changes: 1 addition & 1 deletion primap2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Mika Pflüger"""
__email__ = "[email protected]"
__version__ = "0.9.7"
__version__ = "0.9.8"

from . import accessors, pm2io
from ._data_format import open_dataset
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = primap2
version = 0.9.7
version = 0.9.8
author = Mika Pflüger
author_email = [email protected]
description = The next generation of the PRIMAP climate policy analysis suite.
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
github_url = "https://github.com/pik-primap/primap2/"

[version]
current = "0.9.7"
current = "0.9.8"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 74c0263

Please sign in to comment.