15
0

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

- Update to version 2.8.0
  * (skipping version 2.7 to avoid confusion with Python v2.7.)
  * Added example for compressing GIFs using pygifsicle
  * Added support for compressed FITS images
  * Improved support for JPEG2000 (can now provide parameters)
  * More flexible setting of memory limit in mimread and mvolread
  * Drop support for Python 2.7 and Python 3.4.
  * Drop support for AVbin, use ffmpeg instead.
  * Many bugfixes.

OBS-URL: https://build.opensuse.org/request/show/792756
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-04-09 14:06:50 +00:00
committed by Git OBS Bridge
parent 9356b0d334
commit 60104f0a5d
4 changed files with 21 additions and 16 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 9 13:50:54 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 2.8.0
* (skipping version 2.7 to avoid confusion with Python v2.7.)
* Added example for compressing GIFs using pygifsicle
* Added support for compressed FITS images
* Improved support for JPEG2000 (can now provide parameters)
* More flexible setting of memory limit in mimread and mvolread
* Drop support for Python 2.7 and Python 3.4.
* Drop support for AVbin, use ffmpeg instead.
* Many bugfixes.
-------------------------------------------------------------------
Mon Mar 16 10:42:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>