Skip to content

Commit 1fe03a5

Browse files
committed
Add changelog for a 2.1.3 release
Still need to merge data-apis#92 into this before doing the release.
1 parent 4e5ff09 commit 1fe03a5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/changelog.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 2.1.3 (2024-11-08)
4+
5+
## Major Changes
6+
7+
- Revert the change to require NumPy >= 2.1 and Python >= 3.10 from
8+
array-api-strict 2.1.2. array-api-strict now requires NumPy >= 1.21 and
9+
Python >= 3.9, as before. These changes were made to improve the maintenance
10+
of array-api-strict, but they caused some issues in upstream packages that
11+
cannot yet support NumPy 2.0, so this will be postponed to a later date.
12+
13+
- Revert the removal of `__array__` from array-api-strict 2.1.1. This caused
14+
some difficulties for upstream libraries, so it will be postponed to a later
15+
date. This is still planned because `__array__` is not part of the array API
16+
standard. See https://github.com/data-apis/array-api-strict/issues/67 for
17+
more discussion about this.
18+
319
## 2.1.2 (2024-11-07)
420

521
## Major Changes

0 commit comments

Comments
 (0)