From 87ba0d8cbc4190fca16989c98cef5fd3f4fb83a0 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Fri, 24 May 2024 14:08:49 -0600 Subject: [PATCH] Add CHANGELOG entries for 1.7 --- docs/changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 64ea3a1d..f48b713d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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