Skip to content

Commit 0cefa7b

Browse files
committed
Add a CHANGELOG for the upcoming 1.1 release
1 parent a78f733 commit 0cefa7b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
## Major Changes
21+
22+
- Initial release. Includes support for NumPy and CuPy.

0 commit comments

Comments
 (0)