forked from pool/python-imagecodecs
- Update to 2025.3.30:
* Pass 7659 tests. * Fix some codecs for use with Zarr 3, zarr_format=2 (#123). * Fix lz4h5 codec when block size is less than compressed size (#126). * Fix pglz_compress is not thread-safe. * Set __module__ attribute on public objects. * Drop support for Python 3.9, deprecate Python 3.10. - Add patch no-length-assertion-aborts.patch: * Do not call h5lookup methods that cause failed assertions. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=42
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 04:06:59 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 2025.3.30:
|
||||
* Pass 7659 tests.
|
||||
* Fix some codecs for use with Zarr 3, zarr_format=2 (#123).
|
||||
* Fix lz4h5 codec when block size is less than compressed size (#126).
|
||||
* Fix pglz_compress is not thread-safe.
|
||||
* Set __module__ attribute on public objects.
|
||||
* Drop support for Python 3.9, deprecate Python 3.10.
|
||||
- Add patch no-length-assertion-aborts.patch:
|
||||
* Do not call h5lookup methods that cause failed assertions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 10:27:23 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
Reference in New Issue
Block a user