File tree 2 files changed +6
-1
lines changed 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- version 1.6.2 (not yet released )
1
+ version 1.6.2 (tag v1.6.2rel )
2
2
==============================
3
3
* Added ``netCDF4.__has_set_alignment__`` property to help identify if the
4
4
underlying netcdf4 supports setting the HDF5 alignment.
Original file line number Diff line number Diff line change 10
10
## News
11
11
For details on the latest updates, see the [ Changelog] ( https://github.com/Unidata/netcdf4-python/blob/master/Changelog ) .
12
12
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
+
13
18
09/18/2022: Version [ 1.6.1] ( https://pypi.python.org/pypi/netCDF4/1.6.1 ) released. GIL now
14
19
released for all C lib calls, ` set_alignment ` and ` get_alignment ` module functions
15
20
added to modify/retrieve HDF5 data alignment properties. Added ` Dataset ` methods to
You can’t perform that action at this time.
0 commit comments