We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8e593 commit 87ba0d8Copy full SHA for 87ba0d8
docs/changelog.md
@@ -12,6 +12,18 @@
12
13
- Added the function `is_pydata_sparse_array(x)`.
14
15
+## Minor Changes
16
+
17
+- Fix JAX `float0` arrays. See https://github.com/google/jax/issues/20620.
18
+ ([@NeilGirdhar](https://github.com/NeilGirdhar))
19
20
+- Fix `torch.linalg.vector_norm()` when `axis=()`.
21
22
+- Fix `torch.linalg.solve()` to apply the array API standard rules for when
23
+ `x2` should be treated as a vector vs. a matrix.
24
25
+- Fix PyTorch test failures on CI by skipping uint16, uint32, uint64 tests.
26
27
## 1.6 (2024-03-29)
28
29
## Major Changes
0 commit comments