We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7dd507 commit db26ea1Copy full SHA for db26ea1
docs/changelog.md
@@ -1,5 +1,17 @@
1
# ndindex Changelog
2
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
15
## Version 1.10.0 (2025-05-20)
16
17
### Major Changes
0 commit comments