Skip to content

Commit 946ce4a

Browse files
authored
REL: prepare 1.13.0 (#370)
1 parent b61e9c3 commit 946ce4a

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

array_api_compat/__init__.py

Lines changed: 1 addition & 1 deletion
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.13.0.dev0'
20+
__version__ = '1.13.0'
2121

2222
from .common import * # noqa: F401, F403

docs/changelog.md

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

3+
## 1.13.0 (2025-12-28)
4+
5+
6+
### Major changes
7+
8+
- Support for Python 3.14 has been added.
9+
- Symbols exported in public namespaces have been reviewed and adjusted.
10+
- `torch.take` and `torch.take_along_axis` now support negative indices.
11+
- `torch.meshgrid` now correctly processes the `indexing` argument.
12+
- View/copy semantics are now observed for the `ceil`, `floor`, and `trunc` functions.
13+
14+
### Minor changes
15+
16+
- `array_namespace` has been sped up via caching.
17+
- The `stable` parameter of `torch.argsort` now defaults to `True`, per the standard.
18+
- Type annotations have seen progress.
19+
- `is_jax_array` has been adjusted for compatibility with `jax>=0.8.2`
20+
21+
22+
The following users contributed to this release:
23+
24+
Evgeni Burovski,
25+
Guido Imperiale,
26+
Lucas Colley,
27+
Arthur Lacote,
28+
Martin Schuck,
29+
Matt Haberland.
30+
31+
332
## 1.12.0 (2025-05-13)
433

534

0 commit comments

Comments
 (0)