Releases: imageio/imageio
Releases · imageio/imageio
v2.36.0
Fix
- Use bytes instead of to_bytes in pyav metadata call (#1100) (
4a5c4b5
)
Feature
v2.35.0
Fix
- Ensure video stream is closed when closing the pyAV plugin (#1096) (
688e9de
)
Feature
v2.34.2
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
Fix
- Fix bug of #1068 that
getattr
cannot get attribute with index directly (#1069) (05f0b37
)
Other
v2.33.1
Fix
- Replace
mktemp
with mkstemp
when caching to disk for legacy plugins (#1055) (12b1ad2
)
Other