Skip to content

Commit bc8b817

Browse files
committed
DOC: add a changelog for the 1.11.1 release
1 parent d90d81f commit bc8b817

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

Diff for: docs/changelog.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

3-
## 1.11.0 (2025-XX-XX)
3+
## 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)
423

524
### Major Changes
625

0 commit comments

Comments
 (0)