Skip to content

Commit 95e44b1

Browse files
committed
DOC: add 1.14 changelog
1 parent 176513d commit 95e44b1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/changelog.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## 1.14.0 (2026-02-26)
4+
5+
### Major changes
6+
7+
This release targets the 2025.12 Array API revision. This includes
8+
9+
- `__array_api_version__` for the wrapped APIs is now set to `2025.12`;
10+
- wrappers for `linalg.eig` and `linalg.eigvals`;
11+
- wrappers for `isin` and `searchsorted` to accept Python scalars;
12+
- wrappers for `expand_dims` accepting tuple axes;
13+
- `broadcast_arrays`, `meshgrid` and `__array_api_info__().devices()` have been
14+
changed to return tuples, not lists;
15+
16+
Additionally,
17+
18+
- `clip` wrappers have been fixed to be compatible with `torch.vmap`.
19+
20+
21+
### Minor changes
22+
23+
- `expand_dims` wrappers have been fixed to accept its `axis` argument as a keyword
24+
or positional argument;
25+
- `torch.clip` wrappers have been fixed to correctly handle `nan` scalars;
26+
- `torch.repeat` wrapper has been fixed to not error out for short integers;
27+
28+
29+
The following users contributed to this release:
30+
31+
Evgeni Burovski,
32+
Josh Soref.
33+
34+
335
## 1.13.0 (2025-12-28)
436

537

0 commit comments

Comments
 (0)