Skip to content

Releases: imageio/imageio

v2.37.3

09 Mar 11:30

Choose a tag to compare

v2.37.3 (2026-03-09)

This release is published under the BSD-2-Clause License.

Bug

Maint

  • Bump psf/black (dev dependency) to fix security vulnerability (#1171, 30a8bab)

Detailed Changes: v2.37.2...v2.37.3

v2.37.2

04 Nov 14:29

Choose a tag to compare

v2.37.2 (2025-11-04)

This release is published under the BSD-2-Clause License.

Bug

  • Gracefully handle reading of invalid EXIF orientation in Pillow plugin (#1159, 8b9d78d)

  • Prevent OverflowError for FPS in pyav plugin (#1121, e03963c)

Maint


Detailed Changes: v2.37.1...v2.37.2

v2.37.1

22 Oct 18:12
dee2f99

Choose a tag to compare

v2.37.1 (2025-10-22)

This release is published under the BSD-2-Clause License.

Bug

Doc

Maint

Test

  • Don't test pyav on pypy (#1146, 570a114)

  • Fix race condition in ffmpeg plugin test (#1153, 57a43c4)

  • Handle amf and ohcodec in pyav tests and update pypy to 3.11 due to current pillow support (#1152, a223fb3)

  • Mark more tests as needing the internet (#1142, ab7c836)


Detailed Changes: v2.37.0...v2.37.1

v2.37.0

20 Jan 02:42

Choose a tag to compare

Fix

Feature

v2.36.1

28 Nov 08:11

Choose a tag to compare

Fix

v2.36.0

14 Oct 02:49

Choose a tag to compare

Fix

  • Use bytes instead of to_bytes in pyav metadata call (#1100) (4a5c4b5)

Feature

v2.35.1

19 Aug 02:35

Choose a tag to compare

Fix

v2.35.0

13 Aug 04:42

Choose a tag to compare

Fix

  • Ensure video stream is closed when closing the pyAV plugin (#1096) (688e9de)

Feature

v2.34.2

24 Jun 08:09

Choose a tag to compare

Fix

Other

  • Update actions/checkout and actions/setup-python (#1085) (a4f4c05)
  • Start testing pypy-3.10 and update pypy test runners (#1082) (ac86393)
  • Fix duration description in pillow legacy (#1080) (cdf86ef)

v2.34.1

22 Apr 02:22

Choose a tag to compare

Fix

  • Fix bug of #1068 that getattr cannot get attribute with index directly (#1069) (05f0b37)

Other