Skip to content

Commit 4f69dc7

Browse files
authored
Merge pull request #17 from asmeurer/release
1.1 release
2 parents 8565b2c + e6fb25d commit 4f69dc7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# array-api-strict Changelog
22

3-
## 1.0 (????)
3+
## 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)
414

515
This is the first release of `array_api_strict`. It is extracted from
616
`numpy.array_api`, which was included as an experimental submodule in NumPy

0 commit comments

Comments
 (0)