We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5914b commit 150549eCopy full SHA for 150549e
docs/changelog.md
@@ -1,5 +1,23 @@
1
# Changelog
2
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
21
## 1.7.1 (2024-05-28)
22
23
### Minor Changes
0 commit comments