Accepting request 1004220 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1004220
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-netCDF4?expand=0&rev=24
This commit is contained in:
2022-09-19 07:38:55 +00:00
committed by Git OBS Bridge
parent 64c10acebb
commit 04992aa562
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 16 19:56:27 UTC 2022 - Arun Persaud <arun@gmx.de>
- update to version 1.6.1:
* add Dataset methods has_<name>_filter (where <name>=zstd,blosc,bzip2,szip)
to check for availability of extra compression filters.
* release GIL for all C-lib calls (issue #1180).
* Add support for nc_set_alignment and nc_get_alignment to control alignment
of data within HDF5 files.
-------------------------------------------------------------------
Mon Jul 11 03:01:26 UTC 2022 - Arun Persaud <arun@gmx.de>