SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-imageio-2.9.0-2.7.noarch.rpm :

* Mon Feb 15 2021 codeAATTbnavigator.de- Update to version 2.9.0 Fixed
* More robust loading of FEI SEM data (#529 by jon-lab).
* Fix webcam not working on Win10 (#525). Added
* Add a few standard images useful to 3D visualization.
* The timeout used in HTTP requests can now be set with an environment variable (#534 by Johann Neuhauser).
* The DICOM plugin can now used gdcm for compressed transfer formats.
* Better support for itk/sitk plugins (#530 by Jonathan Daniel).
* Test coverage and CI for ARM (#518 by odidev).- Skip python36 build: NumPy 1.20 dropped suport for Python 3.6 making python36-numpy unavailable in Tumbleweed (NEP 29)- Suggest the extras, you can test what we have in openSUSE with `osc build --with test_extras`
* Mon May 25 2020 pgajdosAATTsuse.com- %python3_only -> %python_alternative
* Thu Apr 09 2020 mcalabkovaAATTsuse.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 2020 tchvatalAATTsuse.com- Fix build without python2
* Wed Apr 17 2019 toddrme2178AATTgmail.com- update to version 2.5.0 + The ffmpeg plugin has been refactored:
* The core has been moved to a new library: imageio-ffmpeg.
* That library provides platform-specific wheels that includes ffmpeg, so just ``pip install imageio-ffmpeg`` instead of the download step.
* Note that this new library is py3k only.
* Termination of ffmpeg subprocess is now more reliable.
* The reader of the ffmpeg plugin now always reports ``inf`` as the number of frames. Use ``reader.count_frames()`` to get the actual number, or estimate it from the fps and duration in the meta data.
* Removed ``CannotReadFrameError``. + Other changes:
* The avbin plugin has been depreacted and will be removed in a future version.
* Imnproved speed for PIL and FFMPEG plugsins by avoiding memory copies.
* Update the included tiffile library.
* Support for SimpleITK.
* Speed up tiffile plugin when writing to something else than a filename.
* Fix that writing to a file object would not work for some plugins.
* Can now pass image data to the write functions as anything that resolves to a numpy array with a numeric dtype.
* One can now read from a memoryview.
* Fix error related to paletted BMP with the Pillow plugin.
* Improved logging.- update to version 2.4.1
* Fix installation issue on flavors of Ubuntu 14.04 /w Python 2.7 (#378).
* Use `np.frombuffer` instead of `np.fromstring` in some cases.- update to version 2.4.0
* Renamed ``Image`` class to ``Array`` and add documentation for this ndarray subclass.
* Reading from HTTP and zipfiles has been improved and better documented.
* Improvements to reading and writing of Tiff metadata (by Lukas Schrangl).
* Better dealing of tifffile dependencies on Python 2.7 (#330 and #337 by Chris Barnes).
* Reader for the SPE format (#358 by lschr).
* Better termination of FFMPEG when reading from webcam (#346 by Dennis Vang).
* FFMPEG support for reading 16bit videos (#342 by Peter Minin).
* Mon Mar 04 2019 jayvdbAATTgmail.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 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Wed Sep 05 2018 mceplAATTsuse.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 2018 arunAATTgmx.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 03 2018 jengelhAATTinai.de- Update descriptions.
* Wed May 17 2017 toddrme2178AATTgmail.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 09 2014 toddrme2178AATTgmail.com- Initial version
 
ICM