Skip to content

Commit e4a2752

Browse files
author
github-actions
committed
REL: Release imageio v2.37.0
Automatically generated by python-semantic-release
1 parent 727c3f8 commit e4a2752

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!--next-version-placeholder-->
99

10+
## v2.37.0 (2025-01-20)
11+
12+
### Fix
13+
14+
* Arr.newbyteorder deprecation in numpy>2.0 ([#1116](https://github.com/imageio/imageio/issues/1116)) ([`727c3f8`](https://github.com/imageio/imageio/commit/727c3f8079c60a68dd631d959453c6f99ad366ca))
15+
* Upgrade pyav plugin to support av v14 ([#1112](https://github.com/imageio/imageio/issues/1112)) ([`08d2cc1`](https://github.com/imageio/imageio/commit/08d2cc1454955ba31f6fe53e3a639f807c5adb31))
16+
17+
### Feature
18+
19+
* Expose bacterial colony standard image ([#1115](https://github.com/imageio/imageio/issues/1115)) ([`37404a0`](https://github.com/imageio/imageio/commit/37404a09051e1202c1eaa1e590a55c3860f82576))
20+
1021
## v2.36.1 (2024-11-28)
1122

1223
### Fix

imageio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# flake8: noqa
1818

19-
__version__ = "2.36.1"
19+
__version__ = "2.37.0"
2020

2121
import warnings
2222

0 commit comments

Comments
 (0)