14
0

Accepting request 1188258 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 2024.6.1
  * Pass 7486 tests.
  * Fix segfault in sperr_decode.
  * Fix segfault when strided-decoding into buffers with unexpected
    shapes (#98).
  * Fix jpeg2k_encoder output buffer too small (#101).
  * Add PCODEC codec based on pcodec library.
  * Support NumPy 2.
- Drop skip-rare-codecs.patch, restore and update
  imagecodecs_distributor_setup.py

OBS-URL: https://build.opensuse.org/request/show/1188258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=36
This commit is contained in:
2024-07-18 06:40:53 +00:00
committed by Git OBS Bridge
parent 84e882b236
commit 6e02b8ec54
6 changed files with 74 additions and 32 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jul 17 08:39:26 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2024.6.1
* Pass 7486 tests.
* Fix segfault in sperr_decode.
* Fix segfault when strided-decoding into buffers with unexpected
shapes (#98).
* Fix jpeg2k_encoder output buffer too small (#101).
* Add PCODEC codec based on pcodec library.
* Support NumPy 2.
- Drop skip-rare-codecs.patch, restore and update
imagecodecs_distributor_setup.py
-------------------------------------------------------------------
Mon Mar 18 19:45:10 UTC 2024 - Dirk Müller <dmueller@suse.com>