From 9ff29866f7434814c8da76e1d2af21c7040d987e Mon Sep 17 00:00:00 2001 From: Jeff Whitaker Date: Sat, 12 Nov 2022 18:57:46 -0700 Subject: [PATCH] prepare for v1.6.2 release --- Changelog | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index dbbbed650..39345a444 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ - version 1.6.2 (not yet released) + version 1.6.2 (tag v1.6.2rel) ============================== * Added ``netCDF4.__has_set_alignment__`` property to help identify if the underlying netcdf4 supports setting the HDF5 alignment. diff --git a/README.md b/README.md index fa6621534..64abb34d1 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ ## News For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog). +11/15/2022: Version [1.6.2](https://pypi.python.org/pypi/netCDF4/1.6.2) released. Fix for +compilation with netcdf-c < 4.9.0 (issue [#1209](https://github.com/Unidata/netcdf4-python/issues/1209)). +Slicing multi-dimensional variables with an all False boolean index array +now returns an empty numpy array (instead of raising an exception - issue [#1197](https://github.com/Unidata/netcdf4-python/issues/1197)). + 09/18/2022: Version [1.6.1](https://pypi.python.org/pypi/netCDF4/1.6.1) released. GIL now released for all C lib calls, `set_alignment` and `get_alignment` module functions added to modify/retrieve HDF5 data alignment properties. Added `Dataset` methods to