Accepting request 1056768 from devel:languages:python:numeric
- update to 1.6.2: * Added ``netCDF4.__has_set_alignment__`` property to help identify if the underlying netcdf4 supports setting the HDF5 alignment. * Slicing multi-dimensional variables with an all False boolean index array now returns an empty numpy array (instead of raising an exception - issue #1197). Behavior now consistent with numpy slicing. * fix problem with compiling using netcdf-c < 4.9.0 (issue #1209) OBS-URL: https://build.opensuse.org/request/show/1056768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netCDF4?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba8dc5d65293a99f1afb8c2acf588d903fdfdc1963a62545b677fa2734262a78
|
||||
size 776545
|
3
netCDF4-1.6.2.tar.gz
Normal file
3
netCDF4-1.6.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0382b02ff6a288419f6ffec85dec40f451f41b8755547154c575ddd9f0f4ae53
|
||||
size 777254
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 7 12:25:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.6.2:
|
||||
* Added ``netCDF4.__has_set_alignment__`` property to help identify if the
|
||||
underlying netcdf4 supports setting the HDF5 alignment.
|
||||
* Slicing multi-dimensional variables with an all False boolean index array
|
||||
now returns an empty numpy array (instead of raising an exception - issue #1197).
|
||||
Behavior now consistent with numpy slicing.
|
||||
* fix problem with compiling using netcdf-c < 4.9.0 (issue #1209)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 19:56:27 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-netCDF4
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
Name: python-netCDF4
|
||||
Version: 1.6.1
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
Summary: Python interface to netCDF 3 and 4
|
||||
License: HPND AND MIT
|
||||
|
Reference in New Issue
Block a user