pkgsrc/math/py-netCDF4
adam 14bccff530 py-netCDF4: updated to 1.5.8
version 1.5.8
* Fix Enum bug (issue 1128): the enum_dict member of an EnumType read from a file
  contains invalid values when the enum is large enough (more than 127 or 255
  members).
* Binary wheels for aarch64 and python 3.10.

version 1.5.7
* don't try to mask vlens with default  _FillValue, since vlens don't have a default _FillValue.
  This gets rid of numpy DeprecationWarning (issue 1099).
* update docs to reflect the fact that a variable must be in collective mode before writing
  compressed data to it in parallel. Added a test for this (examples/mpi_example_compressed.py).
* Fix OverflowError when dimension sizes become greater than 2**32-1 elements on Windows (Issue 1112).
* Don't return masked arrays for vlens (only for primitive and enum types
2021-12-16 09:53:28 +00:00
..
DESCR
distinfo py-netCDF4: updated to 1.5.8 2021-12-16 09:53:28 +00:00
Makefile py-netCDF4: updated to 1.5.8 2021-12-16 09:53:28 +00:00
PLIST