python-imageio/python-imageio.changes
Tomáš Chvátal 5a69e818a4 Accepting request 681214 from home:jayvdb:branches:devel:languages:python
- Remove bcond preventing tests from running, use IMAGEIO_NO_INTERNET
  to activate tests which can run without the internet, and skip
  currently failing tests on Python 2 and 3
- Remove unused test dependency nose
- Recommend Pillow as it is a mandatory dependency of the test suite

OBS-URL: https://build.opensuse.org/request/show/681214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=11
2019-03-25 08:44:31 +00:00

90 lines
3.7 KiB
Plaintext

-------------------------------------------------------------------
Mon Mar 4 06:52:01 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove bcond preventing tests from running, use IMAGEIO_NO_INTERNET
to activate tests which can run without the internet, and skip
currently failing tests on Python 2 and 3
- Remove unused test dependency nose
- Recommend Pillow as it is a mandatory dependency of the test suite
-------------------------------------------------------------------
Tue Dec 4 12:49:14 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Wed Sep 5 12:19:11 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Fix BuildRequires ("freeimage-devel" instead of "libfreeimage3"), and
remove superfluous Requires for libfreeimage3.
- Remove shebangs from non-scripts in shipped plugins.
- Add python-imageio-rpmlintrc ... we install zero-length files.
-------------------------------------------------------------------
Sat Apr 21 16:43:24 UTC 2018 - arun@gmx.de
- specfile:
* changed from zip to tar.gz on pypi
* added binaries: imagio_{download,remove}_bin
- update to version 2.3.0:
* Console entry points for binary downloads (by Paul Mueller).
* Dropped support for Python 2.6, 3.2 and 3.3.
* Reading images from a url can now also have "suffixes" like
"?query=foo".
* The "mimwrite()" and "mvolwrite()" functions also work with
generators.
* Fix rounding of float data.
* New Lytro plugin (by Maximilian Schambach).
* New plugin based on BSDF format (for images/volumes and series
thereof,
* including support for random access and streaming).
* TIFFFILE update to latest "tifffile.py" implementation.
* DICOM fix that could fail in the presence of a directory.
* PILLOW improvements to API to provide same functionality as
Scipy's "imread()".
* PILLOW fix for Gamma correction (#302).
* PILLOW now allows JPEG images to be read from a url.
* PILLOW fix determining of grayscale in 1 bit paletted images.
* FFMPEG improved device name parsing (by Dennis van Gerwen).
* FFMPEG now allows more control of position of extra parameters.
* FFMPEG improved parsing of fps from ffmpeg info.
* FFMPEG reader allows has "fps" argument to force reading at a
specific FPS.
- changes from version 2.2.0:
* New format for grabbing screenshots (for Windows and OS X).
* New format for grabbing image data from clipboard (Window only).
* Multipage Tiff files can now be read using "volread()" to obtain
the image data as one array.
* Updated the ffmpeg executables that imageio provides.
* The ffmpeg format can now also use the ffmpeg exe provided by the
ffmpeg conda package ("conda install ffmpeg -c conda-forge").
* Fixes to ffmpeg format in general.
* Improve docs and rounding in animated GIF duration.
* Fix for setting number of loops in animated GIF.
* Fixes for transparent images in Pillow.
* Fixes for float indexing that is disallowed in new Numpy
(Freeimage plugin).
* Fix for using missing "close()" on Pillow images.
* Updated version of tiffile plugin.
-------------------------------------------------------------------
Sat Mar 3 16:21:01 UTC 2018 - jengelh@inai.de
- Update descriptions.
-------------------------------------------------------------------
Wed May 17 16:24:58 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version
- Fix source URL
- Update to version 2.1.2
Large number of changes, see:
https://imageio.readthedocs.io/en/latest/releasenotes.html#version-2-1-2-02-02-2017
-------------------------------------------------------------------
Tue Dec 9 13:36:25 UTC 2014 - toddrme2178@gmail.com
- Initial version