File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
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
+
3
21
## 1.7.1 (2024-05-28)
4
22
5
23
### Minor Changes
You can’t perform that action at this time.
0 commit comments