We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78f733 commit 0cefa7bCopy full SHA for 0cefa7b
CHANGELOG.md
@@ -0,0 +1,22 @@
1
+# 1.1 (2023-02-23)
2
+
3
+## Major Changes
4
5
+- Added support for PyTorch.
6
7
+- Add helper function `size()` (required if torch is used as
8
+ `torch.Tensor.size` is a method that is incompatible with the array API
9
+ [`.size`](https://data-apis.org/array-api/latest/API_specification/generated/array_api.array.size.html#array_api.array.size)).
10
11
+- All wrapper functions that wrap existing library functions now pass through
12
+ arbitrary `**kwargs`.
13
14
+## Minor Changes
15
16
+- Added CI to run against the [array API testsuite](https://github.com/data-apis/array-api-tests).
17
18
+# 1.0 (2022-12-05)
19
20
21
22
+- Initial release. Includes support for NumPy and CuPy.
0 commit comments