File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ Improved support for JAX:
2424 - Work arounds for ` .device ` attribute and ` to_device ` function
2525 not working correctly within ` jax.jit `
2626
27- - ` torch ` wrappers contain unsigned integer dtypes of widths >8 bits, ` uint16 ` ,
28- ` uint32 ` and ` uint64 ` if PyTorch version is at least 2.3.
29-
3027### Minor Changes
3128
3229- Several improvements to ` dask.array ` wrappers:
@@ -36,6 +33,10 @@ Improved support for JAX:
3633 - implementations of ` sort ` and ` argsort ` are now available. Note that these
3734 implementations are relatively crude, and might be memory intensive.
3835 - ` asarray ` no longer accidentally materializes the Dask graph
36+ - ` torch ` wrappers contain unsigned integer dtypes of widths >8 bits, ` uint16 ` ,
37+ ` uint32 ` and ` uint64 ` if PyTorch version is at least 2.3. Note that the
38+ unsigned integer support is incomplete in PyTorch itself, see
39+ [ gh-253 ] ( https://github.com/data-apis/array-api-compat/pull/253 ) .
3940
4041### Authors
4142
You can’t perform that action at this time.
0 commit comments