Skip to content

Fix heading depths in the changelog #149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## 1.7.1 (2024-05-28)

## Minor Changes
### Minor Changes

- Fix a typo in setup.py ([@sunpoet](https://github.com/sunpoet)).

## 1.7 (2024-05-24)

## Major Changes
### Major Changes

- Add support for `sparse`. Note that unlike other array libraries,
array-api-compat does not contain any wrappers for `sparse` functions. All
Expand All @@ -18,7 +18,7 @@

- Added the function `is_pydata_sparse_array(x)`.

## Minor Changes
### Minor Changes

- Fix JAX `float0` arrays. See https://github.com/google/jax/issues/20620.
([@NeilGirdhar](https://github.com/NeilGirdhar))
Expand All @@ -32,7 +32,7 @@

## 1.6 (2024-03-29)

## Major Changes
### Major Changes

- Drop support for Python 3.8.

Expand All @@ -48,7 +48,7 @@

- Fix various issues with `asarray` for Dask.

## Minor Changes
### Minor Changes

- Test Python 3.12 on CI.

Expand All @@ -60,7 +60,7 @@

## 1.5.1 (2024-03-20)

## Minor Changes
### Minor Changes

- Add [HTML documentation](https://data-apis.org/array-api-compat/). Includes
new documentation on the [scope of the package](scope) and new [developer
Expand Down
Loading