File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.13.0 (2025-12-27)
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+
20+
21+ The following users contributed to this release:
22+
23+ Evgeni Burovski,
24+ Guido Imperiale
25+ Lucas Colley,
26+ Arthur Lacote,
27+ Martin Schuck,
28+ Matt Haberland.
29+
30+
331## 1.12.0 (2025-05-13)
432
533
You can’t perform that action at this time.
0 commit comments