Skip to content

Commit db26ea1

Browse files
committed
Add changelog entries for 1.10.1
1 parent d7dd507 commit db26ea1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# ndindex Changelog
22

3+
## Version 1.10.1 (2025-XX-XX)
4+
5+
### Minor Changes
6+
7+
- Fix {any}`BooleanArray.count_nonzero()` to always return a Python `int` instead of a NumPy integer type, which could cause issues in some contexts.
8+
9+
- Add Linux ARM64 wheel builds to PyPI.
10+
11+
- Fix some doctests to work with recent versions of NumPy and to always pass regardless of environment.
12+
13+
- This release includes compiled wheels for Python 3.14.
14+
315
## Version 1.10.0 (2025-05-20)
416

517
### Major Changes

0 commit comments

Comments
 (0)