15
0

Accepting request 1096160 from home:mcalabkova:branches:devel:languages:python

- update to 2.31.1
  * Add support for Python 3.11
  * Tifffile v3 support
  * Add audio support for ffmpeg writer
  * small improvements to pyav
  * Consistently apply color palettes by default
  * Add n_images to ImageProperties
  * Expose v3 plugins via v2 API
  * Decode gray 16-bit PNG as uint16 (not int32) if pillow allows

OBS-URL: https://build.opensuse.org/request/show/1096160
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=28
This commit is contained in:
2023-06-30 14:55:34 +00:00
committed by Git OBS Bridge
parent 6239c35223
commit 2d2cf96545
4 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jun 30 14:22:20 UTC 2023 - Markéta Machová <mmachova@suse.com>
- update to 2.31.1
* Add support for Python 3.11
* Tifffile v3 support
* Add audio support for ffmpeg writer
* small improvements to pyav
* Consistently apply color palettes by default
* Add n_images to ImageProperties
* Expose v3 plugins via v2 API
* Decode gray 16-bit PNG as uint16 (not int32) if pillow allows
-------------------------------------------------------------------
Sun Oct 16 17:47:59 UTC 2022 - Dirk Müller <dmueller@suse.com>