File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 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 )
22==============================
33 * Added ``netCDF4.__has_set_alignment__`` property to help identify if the
44 underlying netcdf4 supports setting the HDF5 alignment.
Original file line number Diff line number Diff line change 1010## News
1111For 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+
131809/18/2022: Version [ 1.6.1] ( https://pypi.python.org/pypi/netCDF4/1.6.1 ) released. GIL now
1419released for all C lib calls, ` set_alignment ` and ` get_alignment ` module functions
1520added to modify/retrieve HDF5 data alignment properties. Added ` Dataset ` methods to
You can’t perform that action at this time.
0 commit comments