Skip to content

Commit

Permalink
Add changelog for 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Mar 8, 2024
1 parent 8565b2c commit e6fb25d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# array-api-strict Changelog

## 1.0 (????)
## 1.1 (2024-04-08)

- Fix the `copy` flag in `__array__` for NumPy 2.0.

- Add full `copy=False` support to `asarray()`. This is emulated in NumPy 1.26 by creating
the array and seeing if it is copied. For NumPy 2.0, the new native
`copy=False` flag is used.

- Add broadcasting support to `cross`.

## 1.0 (2024-01-24)

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

0 comments on commit e6fb25d

Please sign in to comment.