Path to this page:
Subject: CVS commit: pkgsrc/math/py-netCDF4
From: Adam Ciarcinski
Date: 2021-12-16 10:53:28
Message id: 20211216095328.6658FFAEC@cvs.NetBSD.org
Log Message:
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
Files: