Skip to content

Commit 676e373

Browse files
committed
Bump the version to 1.7
1 parent 9b1f5f7 commit 676e373

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

array_api_compat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
this implementation for the default when working with NumPy arrays.
1818
1919
"""
20-
__version__ = '1.6'
20+
__version__ = '1.7'
2121

2222
from .common import * # noqa: F401, F403

docs/changelog.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.6 (2024-03-29)
3+
## 1.7 (2024-05-24)
44

55
## Major Changes
66

@@ -10,7 +10,11 @@
1010
`array_api_compat.sparse` submodule, and
1111
`array_namespace(<pydata/sparse array>)` returns the `sparse` module.
1212

13-
- Added the function `is_pydata_sparse(x)`.
13+
- Added the function `is_pydata_sparse_array(x)`.
14+
15+
## 1.6 (2024-03-29)
16+
17+
## Major Changes
1418

1519
- Drop support for Python 3.8.
1620

0 commit comments

Comments
 (0)