From 5963087b6f6e7398e6d43e060bc5c2bfb177a1f3 Mon Sep 17 00:00:00 2001 From: Aaron Spring Date: Wed, 18 Feb 2026 10:33:40 +0100 Subject: [PATCH 1/2] Update CHANGELOG for v0.0.29 release --- CHANGELOG.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b9400369..ef419689 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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` dependency constraint and bumped minimum to `numpy>=1.25`. + (:pr:`444`) `Aaron Spring`_ + + +xskillscore v0.0.28 (2026-01-19) -------------------------------- Bug Fixes @@ -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) -------------------------------- From 0ae02aacbed9a6110d7d497c5b9d28257c7abcbd Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Wed, 18 Feb 2026 13:44:08 +0000 Subject: [PATCH 2/2] Update CHANGELOG.rst --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ef419689..e7f4fd45 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,7 @@ xskillscore v0.0.29 (2026-02-18) Internal Changes ~~~~~~~~~~~~~~~~ -- Lifted `numpy<2` dependency constraint and bumped minimum to `numpy>=1.25`. +- Lifted `numpy<2.4` dependency constraint and bumped minimum to `numpy>=1.25`. (:pr:`444`) `Aaron Spring`_