Skip to content

Commit fe1e8ec

Browse files
author
Jeff Whitaker
authored
Merge pull request #1212 from Unidata/v1.6.2rel
prepare for v1.6.2 release
2 parents dd744a3 + 9ff2986 commit fe1e8ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version 1.6.2 (not yet released)
1+
version 1.6.2 (tag v1.6.2rel)
22
==============================
33
* Added ``netCDF4.__has_set_alignment__`` property to help identify if the
44
underlying netcdf4 supports setting the HDF5 alignment.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
## News
1111
For details on the latest updates, see the [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog).
1212

13+
11/15/2022: Version [1.6.2](https://pypi.python.org/pypi/netCDF4/1.6.2) released. Fix for
14+
compilation with netcdf-c < 4.9.0 (issue [#1209](https://github.com/Unidata/netcdf4-python/issues/1209)).
15+
Slicing multi-dimensional variables with an all False boolean index array
16+
now returns an empty numpy array (instead of raising an exception - issue [#1197](https://github.com/Unidata/netcdf4-python/issues/1197)).
17+
1318
09/18/2022: Version [1.6.1](https://pypi.python.org/pypi/netCDF4/1.6.1) released. GIL now
1419
released for all C lib calls, `set_alignment` and `get_alignment` module functions
1520
added to modify/retrieve HDF5 data alignment properties. Added `Dataset` methods to

0 commit comments

Comments
 (0)