48 Commits

Author SHA256 Message Date
Ana Guerrero
cbfe1858ce Accepting request 1236179 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1236179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=22
2025-01-12 10:14:15 +00:00
11a83f15f0 - update to 2.36.1:
* Fix failing pillow test (#1110) (9a9d9f1)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=47
2025-01-09 12:31:16 +00:00
Ana Guerrero
71006ce73e Accepting request 1225038 from devel:languages:python
- update to 2.36.0:
  * Use bytes instead of to_bytes in pyav metadata call
  * Remove support for Python 3.8

OBS-URL: https://build.opensuse.org/request/show/1225038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=21
2024-11-19 21:20:36 +00:00
ca5421a3c4 - update to 2.36.0:
* Use bytes instead of to_bytes in pyav metadata call
  * Remove support for Python 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=45
2024-11-19 10:17:39 +00:00
Dominique Leuenberger
0c80d00d27 Accepting request 1197392 from devel:languages:python
- update to 2.35.1:
  * Ensure video stream is closed when closing the pyAV plugin
  * Rawpy plugin
  * Remove pinned numpy regression

OBS-URL: https://build.opensuse.org/request/show/1197392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=20
2024-08-29 13:44:14 +00:00
363f3dc73a - update to 2.35.1:
* Ensure video stream is closed when closing the pyAV plugin
  * Rawpy plugin
  * Remove pinned numpy regression

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=43
2024-08-29 09:50:38 +00:00
Ana Guerrero
4e07f076e0 Accepting request 1183800 from devel:languages:python
- update to 2.34.2:
  * Add support for numpy 2.0

OBS-URL: https://build.opensuse.org/request/show/1183800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=19
2024-06-28 13:47:44 +00:00
e850b2b615 - update to 2.34.2:
* Add support for numpy 2.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=41
2024-06-27 18:56:18 +00:00
Dominique Leuenberger
1badff7ec4 Accepting request 1172591 from devel:languages:python
- update to 2.34.1:
  * Fix bug of #1068 that getattr cannot get attribute with index
    directly

OBS-URL: https://build.opensuse.org/request/show/1172591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=18
2024-05-08 09:40:29 +00:00
bb6590721a - update to 2.34.1:
* Fix bug of #1068 that getattr cannot get attribute with index
    directly

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=39
2024-05-07 21:14:26 +00:00
Ana Guerrero
ad526d4c0b Accepting request 1159132 from devel:languages:python
- update to 2.34.0:
  * Forward constructor kwargs to PyAV

OBS-URL: https://build.opensuse.org/request/show/1159132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=17
2024-03-19 16:31:55 +00:00
345cc94287 - update to 2.34.0:
* Forward constructor kwargs to PyAV

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=37
2024-03-18 20:34:35 +00:00
Ana Guerrero
0349b9101e Accepting request 1133613 from devel:languages:python
- update to 2.33.1:
  * Replace mktemp with mkstemp when caching to disk for legacy
    plugins

OBS-URL: https://build.opensuse.org/request/show/1133613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=16
2023-12-17 20:32:09 +00:00
ef6901e180 - update to 2.33.1:
* Replace mktemp with mkstemp when caching to disk for legacy
    plugins

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=35
2023-12-16 19:00:23 +00:00
Ana Guerrero
e3be1fba97 Accepting request 1129223 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1129223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=15
2023-11-27 21:45:00 +00:00
514d7dd78e - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=33
2023-11-27 19:08:36 +00:00
Ana Guerrero
8af4ac400f Accepting request 1104634 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1104634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=14
2023-08-18 17:28:59 +00:00
aa9a68d79d Accepting request 1104421 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1104421
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=31
2023-08-18 07:50:39 +00:00
Dominique Leuenberger
6eee8cbb1f Accepting request 1096162 from devel:languages:python
- Clean up SPEC file.
- 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
- update to 2.22.1:
  * Raise ImportError when iio-ffmpeg is missing

OBS-URL: https://build.opensuse.org/request/show/1096162
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=13
2023-06-30 18:00:07 +00:00
72b4c27d2a - Clean up SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=29
2023-06-30 15:00:55 +00:00
2d2cf96545 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
2023-06-30 14:55:34 +00:00
6239c35223 - update to 2.22.1:
* Raise ImportError when iio-ffmpeg is missing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=27
2022-10-16 17:48:48 +00:00
Richard Brown
bc2720cd42 Accepting request 1006881 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1006881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=12
2022-09-29 16:13:57 +00:00
5480817419 Accepting request 1006804 from home:yarunachalam:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1006804
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=25
2022-09-29 09:19:56 +00:00
Dominique Leuenberger
6da3f43b0a Accepting request 962946 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/962946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=11
2022-03-19 21:20:35 +00:00
69f44a4e8d Accepting request 962940 from home:bnavigator:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/962940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=23
2022-03-18 20:14:45 +00:00
Dominique Leuenberger
221d60ddc6 Accepting request 872659 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/872659
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=10
2021-02-16 21:34:32 +00:00
5f1e1df67d Accepting request 872651 from home:bnavigator:branches:devel:languages:python
- 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`

OBS-URL: https://build.opensuse.org/request/show/872651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=21
2021-02-15 22:00:26 +00:00
Dominique Leuenberger
26db7e7bd9 Accepting request 808788 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/808788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=9
2020-06-05 17:58:40 +00:00
Tomáš Chvátal
f27a31ba7d Accepting request 808758 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/808758
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=19
2020-05-25 13:34:22 +00:00
Dominique Leuenberger
d31cfd8887 Accepting request 794615 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/794615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=8
2020-04-19 19:49:50 +00:00
Tomáš Chvátal
60104f0a5d 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
2020-04-09 14:06:50 +00:00
Dominique Leuenberger
ee11e20d5b Accepting request 785581 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/785581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=7
2020-03-26 23:25:54 +00:00
Tomáš Chvátal
9356b0d334 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=15
2020-03-16 10:42:42 +00:00
Dominique Leuenberger
10063a5298 Accepting request 698244 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/698244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=6
2019-05-22 13:38:42 +00:00
Todd R
b453e7d067 Accepting request 695287 from home:TheBlackCat:branches:devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/695287
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=13
2019-04-26 13:53:32 +00:00
Dominique Leuenberger
ace149ffab Accepting request 688136 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/688136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=5
2019-03-26 14:44:06 +00:00
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
Dominique Leuenberger
23764c0711 Accepting request 659436 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=4
2018-12-24 10:38:20 +00:00
5117ec4a98 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=9
2018-12-04 13:33:56 +00:00
Yuchen Lin
d5242bdea2 Accepting request 633470 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/633470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=3
2018-09-16 16:31:25 +00:00
39178f6f64 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=7
2018-09-05 12:21:43 +00:00
Dominique Leuenberger
364a09416b Accepting request 599638 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/599638
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=2
2018-04-26 11:37:22 +00:00
Tomáš Chvátal
151cf96e69 Accepting request 599627 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/599627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=5
2018-04-21 19:40:42 +00:00
Dominique Leuenberger
6f8eb438e2 Accepting request 581983 from devel:languages:python
Needed by the latest version of python-holoviews, already in openSUSE:Factory.

OBS-URL: https://build.opensuse.org/request/show/581983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-imageio?expand=0&rev=1
2018-03-09 09:36:28 +00:00
Tomáš Chvátal
918cac6f2f Accepting request 582223 from home:jengelh:branches:devel:languages:python
- Update descriptions.

OBS-URL: https://build.opensuse.org/request/show/582223
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=3
2018-03-03 17:31:25 +00:00
Todd R
05ab4cb884 Accepting request 495671 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version
- Fix source URL
- Update to version 2.1.2

OBS-URL: https://build.opensuse.org/request/show/495671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=2
2017-05-17 16:27:34 +00:00
Todd R
d6f3d49ec5 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio?expand=0&rev=1
2016-01-11 13:19:49 +00:00