Skip to content

Commit 87ba0d8

Browse files
committed
Add CHANGELOG entries for 1.7
1 parent ac8e593 commit 87ba0d8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212

1313
- Added the function `is_pydata_sparse_array(x)`.
1414

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+
1527
## 1.6 (2024-03-29)
1628

1729
## Major Changes

0 commit comments

Comments
 (0)