Revisions of python-imageio

buildservice-autocommit accepted request 1159132 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 38)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 37)
- update to 2.34.0:
  * Forward constructor kwargs to PyAV
buildservice-autocommit accepted request 1133613 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 36)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 35)
- update to 2.33.1:
  * Replace mktemp with mkstemp when caching to disk for legacy
    plugins
buildservice-autocommit accepted request 1129223 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 33)
- update to 2.33.0:
  * Update pyav plugin to reflect AV changes
  * Unpin Pillow and allow versions >=10.1.0
  * Support for AVIF image format
  * Add support for HEIF format
  * Raise warning instead of error when using fps in pillow
  * Consistently load GIF frames using the same pixel format
  * Refactor resolution metadata reading for TIFF and avoid failing on missing data
  * Add bytes to ImageResource typehints
  * Remove deprecations in CD
  * Fix typo in README.md
  * Fix several typos in the docs and source code comments
  * Add migration note for format kwarg
  * Raise ImportError when iio-ffmpeg is missing
- Update to 2.22.0
buildservice-autocommit accepted request 1104634 from Daniel Garcia's avatar Daniel Garcia (dgarcia) (revision 32)
baserev update by copy to link target
Daniel Garcia's avatar Daniel Garcia (dgarcia) accepted request 1104421 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 31)
- Add %{?sle15_python_module_pythons}
buildservice-autocommit accepted request 1096162 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 30)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 29)
- Clean up SPEC file.
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1096160 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 28)
- 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
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 27)
- update to 2.22.1:
  * Raise ImportError when iio-ffmpeg is missing
buildservice-autocommit accepted request 1006881 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 26)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1006804 from Yogalakshmi Arunachalam's avatar Yogalakshmi Arunachalam (yarunachalam) (revision 25)
- Update to 2.22.0 
  Feature
  * Pyav API for procedural video writing (#853) (acbcb64)
- Update to v2.21.3
  Fix
  * Raise error if fps is specified (#871) (1f8d37a)
  Other
  * Fix small typo (#873) (f59e16d)
  * Examples for Pyav (#865) (810a7a9)
- Update to v2.21.2
  Fix
  * Allow v3.imread to read dicom (#868) (22c98c2)
  Revert to asanyarray (#863) (fdaba04)
  Other
  Add missing numpy import in example (#866) (d85bfba)
- Update to v2.21.1
  Fix
  Seeking to last frame caused EoF in pyav (#855) (7ff7f02)
- Update to v2.21.0
  Fix
  Write single TIFF page for single RGB image (#851) (0f04bc9)
  Feature
  Add is_batch kwarg to pillow (#845) (21d5c73)
  Other
  Add a migration note about pillow squeezing (#850) (7c55a55)
  Add missin option to imwrite type hints (#848) (6da4a42)
  Ignore exclude_applied on legacy plugins (#844) (f082dde)
  Remove unneeded CD steps (#847) (0d99c51)
- Update to v2.20.0
  Fix
buildservice-autocommit accepted request 962946 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 24)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 962940 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 23)
- Update to 2.16.1
  * Update "python_requires" to 3.7+ (#757) (f80f068)
- Release 2.16.0 Feature:
  * Improps and immeta (#739) (05d6f33)
- Release 2.15.0 Features:
  * Add format_hint to v3 API (#734) (dd538ec)
  * Make tifffile read resolution metadata (#732) (4f7f334)
- Release 2.14.0 Feature:
  * Allow mode=None when writing with pillow (#722) (7be2712)
- Release 2.12.0 Feature:
  * Allow plugin objects in plugin kwarg (#689) (8f0f689)
- Release 2.11.0 Feature:
  * Choose plugin based on extension and plugin lazy-import (#680)
    (bdbe699)
- Release 2.10.0 Features:
  * Allow pillow to write/encode to byte strings (#669) (b5df806)
  * Add CD pipeline (#667) (6dce3ab)
  * Fail PIL write if extension isnt supported (0dc33d3)
  * Make imopen use core.Request (c51fdb0)
buildservice-autocommit accepted request 872659 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 22)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 872651 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 21)
- 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`
buildservice-autocommit accepted request 808788 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 20)
baserev update by copy to link target
Displaying revisions 1 - 20 of 38
openSUSE Build Service is sponsored by