We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8565b2c + e6fb25d commit 4f69dc7Copy full SHA for 4f69dc7
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# array-api-strict Changelog
2
3
-## 1.0 (????)
+## 1.1 (2024-04-08)
4
+
5
+- Fix the `copy` flag in `__array__` for NumPy 2.0.
6
7
+- Add full `copy=False` support to `asarray()`. This is emulated in NumPy 1.26 by creating
8
+ the array and seeing if it is copied. For NumPy 2.0, the new native
9
+ `copy=False` flag is used.
10
11
+- Add broadcasting support to `cross`.
12
13
+## 1.0 (2024-01-24)
14
15
This is the first release of `array_api_strict`. It is extracted from
16
`numpy.array_api`, which was included as an experimental submodule in NumPy
0 commit comments