We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1f5f7 commit 676e373Copy full SHA for 676e373
array_api_compat/__init__.py
@@ -17,6 +17,6 @@
17
this implementation for the default when working with NumPy arrays.
18
19
"""
20
-__version__ = '1.6'
+__version__ = '1.7'
21
22
from .common import * # noqa: F401, F403
docs/changelog.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 1.6 (2024-03-29)
+## 1.7 (2024-05-24)
4
5
## Major Changes
6
@@ -10,7 +10,11 @@
10
`array_api_compat.sparse` submodule, and
11
`array_namespace(<pydata/sparse array>)` returns the `sparse` module.
12
13
-- Added the function `is_pydata_sparse(x)`.
+- Added the function `is_pydata_sparse_array(x)`.
14
+
15
+## 1.6 (2024-03-29)
16
+## Major Changes
- Drop support for Python 3.8.
0 commit comments