File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
17
# 1.2 (2023-04-03)
2
18
3
19
## Major Changes
Original file line number Diff line number Diff line change 17
17
this implementation for the default when working with NumPy arrays.
18
18
19
19
"""
20
- __version__ = '1.2 '
20
+ __version__ = '1.3 '
21
21
22
22
from .common import *
You can’t perform that action at this time.
0 commit comments