We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec8c22 commit 894cfa0Copy full SHA for 894cfa0
docs/changelog.md
@@ -1,9 +1,22 @@
1
# Changelog
2
3
+## 2.1.1 (2024-11-06)
4
+
5
+### Minor Changes
6
7
+- Use a more robust implementation of `clip()` that handles corner cases better.
8
9
+- Fix the definition of `sign()` for complex numbers when using NumPy 1.x.
10
11
+- Correctly use the array's device when promoting scalars. (Thanks to
12
+ [@betatim](https://github.com/betatim))
13
14
+- Correctly propagate the input array's device in `asarray()`. (Thanks to
15
16
17
## 2.1 (2024-10-18)
18
-## Major Changes
19
+### Major Changes
20
21
- The default version of the array API standard is now 2023.12. 2022.12 can
22
still be enabled via the [flags API](array-api-strict-flags).
0 commit comments