Skip to content

Commit 150549e

Browse files
committed
Add changelog for 1.8
1 parent 5f5914b commit 150549e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/changelog.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 1.8 (2024-07-24)
4+
5+
### Major Changes
6+
7+
- Add support for [ndonnx](https://github.com/Quantco/ndonnx). Array API
8+
support itself lives in the ndonnx library, but this adds the
9+
{func}`~.is_ndonnx_array` helper function.
10+
([@adityagoel4512](https://github.com/adityagoel4512)).
11+
12+
- Partial support for the [2023.12 version of the
13+
standard](https://data-apis.org/array-api/latest/changelog.html#v2023-12).
14+
This includes
15+
- Wrappers for `clip()`.
16+
- torch wrapper for `copysign()` with correct type promotion.
17+
18+
Note that many of the new functions in the 2023.12 version of the standard
19+
are already fully implemented in upstream libraries and will already work.
20+
321
## 1.7.1 (2024-05-28)
422

523
### Minor Changes

0 commit comments

Comments
 (0)