We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90d81f commit bc8b817Copy full SHA for bc8b817
docs/changelog.md
@@ -1,6 +1,25 @@
1
# Changelog
2
3
-## 1.11.0 (2025-XX-XX)
+## 1.11.1 (2025-03-04)
4
+
5
+### Major Changes
6
7
+- fix `count_nonzero` wrappers: work around the lack of the `keepdims` argument in
8
+ several array libraries (torch, dask, cupy); work around numpy returning python
9
+ ints in for some input combinations.
10
11
+### Minor Changes
12
13
+- runnings self-tests does not require all array libraries. Missing libraries are
14
+ skipped.
15
16
+The following users contributed to this release:
17
18
+Evgeni Burovski
19
+Guido Imperiale
20
21
22
+## 1.11.0 (2025-02-27)
23
24
### Major Changes
25
0 commit comments