File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1717this implementation for the default when working with NumPy arrays.
1818
1919"""
20- __version__ = '1.13.0.dev0 '
20+ __version__ = '1.13.0'
2121
2222from .common import * # noqa: F401, F403
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments