Skip to content
Merged
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
14 changes: 11 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@ Changelog History
=================


xskillscore v0.0.28 (2025-01-19)
xskillscore v0.0.29 (2026-02-18)
--------------------------------

Internal Changes
~~~~~~~~~~~~~~~~
- Lifted `numpy<2.4` dependency constraint and bumped minimum to `numpy>=1.25`.
(:pr:`444`) `Aaron Spring`_


xskillscore v0.0.28 (2026-01-19)
Comment thread
Zeitsperre marked this conversation as resolved.
--------------------------------

Bug Fixes
Expand All @@ -16,11 +25,10 @@ Bug Fixes

Internal Changes
~~~~~~~~~~~~~~~~
- Lifted `numpy<2` dependency constraint and bumped minimum to `numpy>=1.25`.
(:pr:`444`) `Aaron Spring`_
- Pinned `numpy` below v2.4 due to breaking API changes. (:pr:`441`) `Trevor James Smith`_
- Adjusted tests to adapt to new `xarray` attributes preservation
behaviour. (:pr:`441`) `Trevor James Smith`_
- Updated pre-commit configuration. (:pr:`434`)

xskillscore v0.0.27 (2025-07-14)
--------------------------------
Expand Down