py-netCDF4: updated to 1.5.6
version 1.5.6 (tag v1.5.6rel) ============================= * move CI/CD tests from travis/appveyor to Github Actions. * move netCDF4 dir under src so module can be imported in source directory. * change numpy.bool to numpy.bool_ and numpy.float to numpy.float_ (float and bool are deprecated in numpy 1.20) * clean up docstrings so that they work with latest pdoc. * update cython numpy API to remove deprecation warnings. * Add "fromcdl" and "tocdl" Dataset methods for import/export of CDL via ncdump/ncgen called externally via the subprocess module. * remove python 2.7 support. * broadcast data (if possible)to conform to variable shape when writing to a slice version 1.5.5.1 (tag v1.5.5.1rel) ================================= * rebuild binary wheels for linux and OSX to link netcdf-c 4.7.4 and hdf5 1.12.0. version 1.5.5 (tag v1.5.5rel) ============================= * have setup.py always try use nc-config first to find paths to netcdf and hdf5 libraries and headers. Don't use pkg-config to find HDF5 if HDF5 env vars are set (or read from setup.cfg). * Change MIT license text to standard OSI wording. version 1.5.4 (tag v1.5.4rel) ============================= * fix printing of variable objects for variables that end with the letter 'u' * make sure root group has 'name' attribute. * add the ability to pack vlen floats to integers using scale_factor/add_offset * use len instead of deprecated numpy.alen * check size on valid_range instead of using len. * add `set_chunk_cache/get_chunk_cache` module functions to reset the default chunk cache sizes before opening a Dataset. * replace use of numpy's deprecated tostring() method with tobytes() * bump minimal numpy version to 1.9 (first version to have tobytes()).
This commit is contained in:
parent
edd3bd50c1
commit
ba21c575c5
2 changed files with 7 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2021/04/21 13:25:00 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2021/05/07 18:31:59 adam Exp $
|
||||
|
||||
DISTNAME= netCDF4-1.5.3
|
||||
DISTNAME= netCDF4-1.5.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=n/netCDF4/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2020/07/01 15:59:40 adam Exp $
|
||||
$NetBSD: distinfo,v 1.3 2021/05/07 18:31:59 adam Exp $
|
||||
|
||||
SHA1 (netCDF4-1.5.3.tar.gz) = 2b79d0e6030dfe3d608f62e67bd95d89a7f79fc0
|
||||
RMD160 (netCDF4-1.5.3.tar.gz) = b855fcb0cc51bf349824ada5129feab9f3911728
|
||||
SHA512 (netCDF4-1.5.3.tar.gz) = d070f8ddc8410e0785a58fbc624893d28d7065587d7679c5d1eac3f19862faf691a1564a54eb6fa684b62d7d0e9dfff23d88e0ca7edfdfce6d4780281a5c47dc
|
||||
Size (netCDF4-1.5.3.tar.gz) = 790343 bytes
|
||||
SHA1 (netCDF4-1.5.6.tar.gz) = 84c543e2a718422dad0c1e936bd58bfc75cfacc1
|
||||
RMD160 (netCDF4-1.5.6.tar.gz) = 275242fba54553a97374fbcead50ff2621e2888e
|
||||
SHA512 (netCDF4-1.5.6.tar.gz) = cc5bdb476fa034576f8e1a19e709dba53ad2db68cd10221df2de46a47fc7e5bacfc90fe8c4458ef45b20bf24a1cf52f275b1891af5574e2a139e95cb0d793a8b
|
||||
Size (netCDF4-1.5.6.tar.gz) = 763732 bytes
|
||||
|
|
Loading…
Reference in a new issue