Skip to content

Commit b0cc9dc

Browse files
authored
Merge pull request #269 from ev-br/forw_port_changelog_1.11.1
DOC: add a changelog for the 1.11.1 release
2 parents d90d81f + cac1443 commit b0cc9dc

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

docs/changelog.md

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

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

526
### Major Changes
627

0 commit comments

Comments
 (0)