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