14
0

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

- Update to 2024.9.22
  * Use libjpeg-turbo for all Lossless JPEG bit-depths if possible
    (#105).
  * Fix PackBits encoder fails to skip short replication blocks
    (#107).
  * Fix JPEG2K encoder leaving trailing random bytes (#104).
  * Fix encoding and decoding JPEG XL with custom bitspersample
    (#102).
  * Improve error handling in lzf_decode (#103).
  * Add Ultra HDR (JPEG_R) codec based on libultrahdr library
    (#108).
  * Add JPEGXS codec based on libjxs library (source only).
  * Add SZ3 codec based on SZ3 library.
  * Deprecate Python 3.9, support Python 3.13.

OBS-URL: https://build.opensuse.org/request/show/1228757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imagecodecs?expand=0&rev=40
This commit is contained in:
2024-12-06 15:35:22 +00:00
committed by Git OBS Bridge
parent 6687685ed7
commit d91a0fdd5b
5 changed files with 35 additions and 11 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Dec 6 10:27:23 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 2024.9.22
* Use libjpeg-turbo for all Lossless JPEG bit-depths if possible
(#105).
* Fix PackBits encoder fails to skip short replication blocks
(#107).
* Fix JPEG2K encoder leaving trailing random bytes (#104).
* Fix encoding and decoding JPEG XL with custom bitspersample
(#102).
* Improve error handling in lzf_decode (#103).
* Add Ultra HDR (JPEG_R) codec based on libultrahdr library
(#108).
* Add JPEGXS codec based on libjxs library (source only).
* Add SZ3 codec based on SZ3 library.
* Deprecate Python 3.9, support Python 3.13.
-------------------------------------------------------------------
Wed Aug 14 14:51:22 UTC 2024 - Dirk Müller <dmueller@suse.com>