File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.14.0.dev0 '
20+ __version__ = '1.14.0'
2121
2222from .common import * # noqa: F401, F403
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments