Skip to content

Commit 6bd5e43

Browse files
committed
Bump version to 1.3
1 parent 68dd629 commit 6bd5e43

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -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+
117
# 1.2 (2023-04-03)
218

319
## Major Changes

array_api_compat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
this implementation for the default when working with NumPy arrays.
1818
1919
"""
20-
__version__ = '1.2'
20+
__version__ = '1.3'
2121

2222
from .common import *

0 commit comments

Comments
 (0)