From c526f4e2f3c1578b1c7ed95d3bfdfca49b31d1d9 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Mon, 1 Jul 2024 10:44:04 -0500 Subject: [PATCH] Update release notes for 1.7.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1bca5a..80c2c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## Version 1.7.1 (2024/07/01) + +### Issues Closed + +* [Issue 57](https://github.com/pytroll/pycoast/issues/57) - Test failure on debian sid + +In this release 1 issue was closed. + +### Pull Requests Merged + +#### Bugs fixed + +* [PR 126](https://github.com/pytroll/pycoast/pull/126) - Fix numpy 2 compatibility + +#### Features added + +* [PR 124](https://github.com/pytroll/pycoast/pull/124) - Switch to pytest-lazy-fixtures + +In this release 2 pull requests were closed. + + ## Version 1.7.0 (2023/11/30) ### Issues Closed