Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pin pint!=0.24 #250

Merged
merged 4 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies:
- python-cdo
- cmor
- pint-xarray
- pint!=0.24 # see https://github.com/euro-cordex/py-cordex/issues/249
- flox
# for testing
- pytest
Expand Down
13 changes: 13 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@
What's new
==========

UNRELEASED
----------

Internal Changes
~~~~~~~~~~~~~~~~

- Pin ``pint!=0.24`` due to breaking changes that affect ``cf_xarray`` (:pull:`249`).

v0.7.1 (4 June 2024)
--------------------

Patch release.

Bugfixes
~~~~~~~~

- Fix cmor time axis issue (:pull:`236`).

v0.7.0 (25 February 2024)
Expand Down
Loading