Skip to content

Commit fe9e3b7

Browse files
ev-brcrusaderky
andcommitted
DOC: update the changelog
Co-authored-by: Guido Imperiale <[email protected]>
1 parent c2675f9 commit fe9e3b7

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/changelog.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
- The build system has been updated to use `pyproject.toml` instead of `setup.py`
99
- 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.
10+
3.10; the minimum supported NumPy version is 1.22.
11+
- The `linalg` extension works correctly with `pytorch>=2.7`.
12+
- Multiple improvements to handling of devices in CuPy and PyTorch backends.
13+
Support for multiple devices in CuPy is still immature and you should use
14+
context managers rather than relying on input-output device propagation or
15+
on the `device` parameter.
1616

1717
### Minor changes
1818

@@ -25,7 +25,10 @@
2525
arguments and `keepdims=True`;
2626
- `torch.meshgrid` wrapper defaults to `indexing="xy"`, in accordance with the
2727
array API specification;
28-
- `cupy.asarray` function now implements the `copy=True` argument;
28+
- `cupy.asarray` function now implements the `copy=False` argument, albeit
29+
at the cost of risking to make a temporary copy.
30+
- In `numpy.take_along_axis` and `cupy.take_along_axis` the `axis` parameter now
31+
defaults to -1, in accordance to the Array API spec.
2932

3033

3134
The following users contributed to this release:

0 commit comments

Comments
 (0)