From 2350ded33547b4fe062cb119ca2b716ea5a81930 Mon Sep 17 00:00:00 2001 From: Tom Vo Date: Wed, 6 Nov 2024 10:20:29 -0800 Subject: [PATCH] Update changelog --- HISTORY.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index a57997ef..eccb9d80 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,23 @@ History ======= +v0.7.3 (06 November 2024) +------------------------ + +This patch release updates the NumPy constraint to `numpy >=2.0.0,<3.0.0` to ensure +compatibility with NumPy 2.0 (which introduces breaking changes). + +DevOps +~~~~~~~~~~~~ + +- Update numpy constraint to >=2.0.0,<3.0.0 by `Tom Vo`_ in + https://github.com/xCDAT/xcdat/pull/711, + https://github.com/xCDAT/xcdat/pull/712 + + +**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.7.2...v0.7.3 + + v0.7.2 (02 October 2024) ------------------------