File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.11.0 (2025-XX-XX)
4+
5+ ### Major Changes
6+
7+ Improved support for array handling under ` jax.jit ` context, including
8+
9+ - An improved support of the ` .device ` attribute and ` to_device ` function;
10+ - New functions ` is_lazy_array ` and ` is_writeable_array `
11+
12+ Note that the work to enable ` jax.jit ` support is ongoing, and the full support
13+ is expected to be finalized in future releases.
14+
15+ - ` torch ` wrappers contain unsigned integer dtypes of widths >8 bits, ` uint16 ` ,
16+ ` uint32 ` and ` uint64 ` . This effectively assumes that the unwrapped ` pytorch ` version
17+ is at least 2.3.
18+
19+ ### Minor Changes
20+
21+ - Several improvements to ` dask ` wrappers:
22+
23+ - ` size ` returns None for arrays of unknown shapes.
24+ - ` astype(..., copy=True) ` always copies, independently of the ` dask ` version.
25+ - implementations of ` sort ` and ` argsort ` are now available. Note that these
26+ implementations are relatively crude, and might be memory intensive.
27+
28+ ### Authors
29+
30+ The following users contributed to this release:
31+
32+ Guido Imperiale
33+ Evgeni Burovski
34+ Guido Imperiale
35+ Lucas Colley
36+ Ralf Gommers
37+ Thomas Li
38+
39+
340## 1.10.0 (2024-12-25)
441
542### Major Changes
You can’t perform that action at this time.
0 commit comments