We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68dd629 commit 6bd5e43Copy full SHA for 6bd5e43
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+# 1.3 (2023-06-20)
2
+
3
+## Major Changes
4
5
+- Add [2022.12](https://data-apis.org/array-api/2022.12/) standard support.
6
+ This includes things like adding complex dtype support, adding the new
7
+ `take` function, and various minor changes in the specification.
8
9
+## Minor Changes
10
11
+- Support `"cpu"` in CuPy `to_device()`.
12
13
+- Return a new array in NumPy/CuPy `reshape(copy=False)`.
14
15
+- Fix signatures for PyTorch `broadcast_to` and `permute_dims`.
16
17
# 1.2 (2023-04-03)
18
19
## Major Changes
array_api_compat/__init__.py
@@ -17,6 +17,6 @@
this implementation for the default when working with NumPy arrays.
"""
20
-__version__ = '1.2'
+__version__ = '1.3'
21
22
from .common import *
0 commit comments