Skip to content

Commit

Permalink
Add CHANGELOG entries for 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed May 24, 2024
1 parent ac8e593 commit 87ba0d8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@

- Added the function `is_pydata_sparse_array(x)`.

## Minor Changes

- Fix JAX `float0` arrays. See https://github.com/google/jax/issues/20620.
([@NeilGirdhar](https://github.com/NeilGirdhar))

- Fix `torch.linalg.vector_norm()` when `axis=()`.

- Fix `torch.linalg.solve()` to apply the array API standard rules for when
`x2` should be treated as a vector vs. a matrix.

- Fix PyTorch test failures on CI by skipping uint16, uint32, uint64 tests.

## 1.6 (2024-03-29)

## Major Changes
Expand Down

0 comments on commit 87ba0d8

Please sign in to comment.