From 263186d5783aa8243b219611b279ebc96aa72f76 Mon Sep 17 00:00:00 2001 From: jswhit Date: Fri, 7 Jun 2024 10:03:43 -0600 Subject: [PATCH 1/2] update Changelog --- Changelog | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Changelog b/Changelog index 6211e5e5c..03830b99b 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ - version 1.7.0 (not yet released) + version 1.7.0 (tag v1.7.0rel) =============================== * add support for complex numbers via `auto_complex` keyword to `Dataset` (PR #1295) * fix for deprecated Cython `DEF` and `IF` statements using compatibility header @@ -10,8 +10,6 @@ * Fix bug in set_collective introduced in PR #1277 (collective mode was always set). - - version 1.6.5 (tag v1.6.5rel) =============================== * fix for issue #1271 (mask ignored if bool MA assinged to uint8 var) From afecac00b0b9747069b3ef131a8b95d47fa8c1c5 Mon Sep 17 00:00:00 2001 From: jswhit Date: Fri, 7 Jun 2024 10:05:38 -0600 Subject: [PATCH 2/2] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 43d1461d7..ac98e7f73 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ ## News For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog). +06/??/2024: Version [1.7.0](https://pypi.python.org/pypi/netCDF4/1.7.0) released. Add support for complex numbers via `auto_complex` keyword to `Dataset` ([PR #1295](https://github.com/Unidata/netcdf4-python/pull/1295)) + 10/20/2023: Version [1.6.5](https://pypi.python.org/pypi/netCDF4/1.6.5) released. Fix for issue #1271 (mask ignored if bool MA assinged to uint8 var), support for python 3.12 (removal of python 3.7 support), more