We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7b4111 + 498f086 commit c5ef3dcCopy full SHA for c5ef3dc
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.9'
+__version__ = '1.9.1'
21
22
from .common import * # noqa: F401, F403
docs/changelog.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 1.9.1 (2024-10-29)
4
+
5
+### Major Changes
6
7
+- `__array_api_version__` for the wrapped APIs is now set to `2023.12`.
8
9
+### Minor Changes
10
11
+- Wrap `sign` so that it always uses the standard definition for complex
12
+ numbers, and always propagates nans.
13
14
+- Wrap dask.array.fft.
15
16
+- Readd `python_requires` to the package metadata.
## 1.9 (2024-10-??)
### Major Changes
0 commit comments