Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f485f9a509 | |||
| 90f4e4c3b7 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a171c027daeb34b24c24a3b6304195b8eabbb6f10c748256ed3cfe19806383cf
|
|
||||||
size 57781
|
|
||||||
3
h5netcdf-1.7.3.tar.gz
Normal file
3
h5netcdf-1.7.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f62a0e77d1e2a6cd8b9d8120d5b62b6a015dc7c6185768a01e983c77c0b794e3
|
||||||
|
size 71334
|
||||||
@@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 22 11:36:29 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 1.7.3
|
||||||
|
* Fix empty selection by @kmuehlbauer in #297
|
||||||
|
- Previous releases since 1.3.0
|
||||||
|
* Retrieve format from _root instead of group instance by
|
||||||
|
@kmuehlbauer in #294
|
||||||
|
* fix writing lists of strings for NETCDF4 by @kmuehlbauer in
|
||||||
|
#292
|
||||||
|
* fix unintentional changes in test suite by @kmuehlbauer in #277
|
||||||
|
* Update test URL for ros3-test, add pytest-asyncio by
|
||||||
|
@kmuehlbauer in #284
|
||||||
|
* create enums with low-level API to keep order by value, add
|
||||||
|
h5dump-tests by @kmuehlbauer in #285
|
||||||
|
* FIX: interoperability netcdf4 vs h5netcdf by @kmuehlbauer in
|
||||||
|
#286
|
||||||
|
* Add partial support for NETCDF4_CLASSIC format by @huard in
|
||||||
|
#283
|
||||||
|
* do not return padded arrays if slice is exceeding variable
|
||||||
|
shape by @kmuehlbauer in #288
|
||||||
|
* Add better error messages when operating on a closed file by
|
||||||
|
@kmuehlbauer in #275
|
||||||
|
* fix invalid string format specifier, match raises/warns with
|
||||||
|
messages in test suite by @kmuehlbauer in #270
|
||||||
|
* fix hsds/h5pyd test fixture spinup issues by @kmuehlbauer in
|
||||||
|
#265
|
||||||
|
* Fix and add circular referrer tests for Python 3.14 by
|
||||||
|
@kmuehlbauer in #264
|
||||||
|
* Avoid opening file with h5pyd just to check if it exists by
|
||||||
|
@JonasGronberg and @kmuehlbauer in #266
|
||||||
|
* Return None for chunks on scalar variables by @rho-novatron in
|
||||||
|
#259
|
||||||
|
* Let h5netcdf.File(driver="h5pyd") force the use of h5pyd by
|
||||||
|
@rho-novatron in #256
|
||||||
|
* Allow zlib to be an alias for gzip by @hmaarrfk in #252
|
||||||
|
* add EnumType by @kmuehlbauer in #226
|
||||||
|
* UserType class, inherit EnumType from UserType by @kmuehlbauer
|
||||||
|
in #229
|
||||||
|
* Refactor fillvalue and dtype handling for user types, enhance
|
||||||
|
tests by @kmuehlbauer in #230
|
||||||
|
* Support wrapping an h5py File object by @takluyver in #238
|
||||||
|
* add VLType and CompoundType, commit complex compound type to
|
||||||
|
file by @kmuehlbauer in #227
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 27 11:02:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed Dec 27 11:02:54 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-h5netcdf
|
# spec file for package python-h5netcdf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-h5netcdf
|
Name: python-h5netcdf
|
||||||
Version: 1.3.0
|
Version: 1.7.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python library to use netCDF4 files via h5py
|
Summary: A Python library to use netCDF4 files via h5py
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|||||||
Reference in New Issue
Block a user