File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.12.0 (2025-05-XX)
4
+
5
+
6
+ ### Major changes
7
+
8
+ - The build system has been updated to use ` pyproject.toml ` instead of ` setup.py `
9
+ - Support for Python 3.9 has been dropped. The minimum supported Python version is now
10
+ 3.10; the minimum supported NumPy version is 1.22; the minimum supported ` ndonnx `
11
+ version is 0.10.1.
12
+ - The ` linalg ` extension works correctly with ` pytorch==2.7 ` .
13
+ - Multiple improvements to handling of ` device ` arguments in ` numpy ` , ` cupy ` , ` torch ` ,
14
+ and ` dask ` backends. Support for multiple devices is still relatively immature,
15
+ and rough edges can be expected. Please report any issues you encounter.
16
+
17
+ ### Minor changes
18
+
19
+ - ` finfo ` and ` iinfo ` functions now accept array arguments, in accordance with the
20
+ Array API spec;
21
+ - ` torch.asarray ` function propagates the device of the input array. This works around
22
+ the [ pytorch issue #150199 ] ( https://github.com/pytorch/pytorch/issues/150199 ) ;
23
+ - ` torch.repeat ` function is now available;
24
+ - ` torch.count_nonzero ` function now correctly handles the case of a tuple ` axis `
25
+ arguments and ` keepdims=True ` ;
26
+ - ` torch.meshgrid ` wrapper defaults to ` indexing="xy" ` , in accordance with the
27
+ array API specification;
28
+ - ` cupy.asarray ` function now implements the ` copy=True ` argument;
29
+
30
+
31
+ The following users contributed to this release:
32
+
33
+ Evgeni Burovski,
34
+ Lucas Colley,
35
+ Neil Girdhar,
36
+ Joren Hammudoglu,
37
+ Guido Imperiale
38
+
39
+
3
40
## 1.11.2 (2025-03-20)
4
41
5
42
This is a bugfix release with no new features compared to version 1.11.
You can’t perform that action at this time.
0 commit comments