Skip to content

Commit c5ef3dc

Browse files
authored
Merge pull request #192 from asmeurer/release
1.9.1 release
2 parents d7b4111 + 498f086 commit c5ef3dc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
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.9'
20+
__version__ = '1.9.1'
2121

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

docs/changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

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.
17+
318
## 1.9 (2024-10-??)
419

520
### Major Changes

0 commit comments

Comments
 (0)