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 7ab1879 commit 405c205Copy full SHA for 405c205
CHANGELOG.md
@@ -1,3 +1,22 @@
1
+# 1.4.1 (2024-01-18)
2
+
3
+## Minor Changes
4
5
+- Add support for the upcoming NumPy 2.0 release.
6
7
+- Added a torch wrapper for `trace` (`torch.trace` doesn't support the
8
+ `offset` argument or stacking)
9
10
+- Wrap numpy, cupy, and torch `nonzero` to raise an error for zero-dimensional
11
+ input arrays.
12
13
+- Add torch wrapper for `newaxis`.
14
15
+- Improve error message for `array_namespace`
16
17
+- Fix linalg.cholesky returning the conjugate of the expected upper
18
+ decomposition for numpy and cupy.
19
20
# 1.4 (2023-09-13)
21
22
## Major Changes
0 commit comments