Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
rev: v0.4.3
hooks:
- id: blackdoc
additional_dependencies: ["black==25.1.0"]
additional_dependencies: ["black==25.9.0"]

- repo: https://github.com/PyCQA/doc8
rev: v2.0.0
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog History
=================


xskillscore v0.0.28 (2025-10-15)
--------------------------------

Bug Fixes
~~~~~~~~~
- Fixed a bug introduced in v0.0.27 where `numpy` v1.x support was broken for some
algorithms. (:pr:`431`) `Trevor James Smith`_.
Comment on lines +11 to +12
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not even sure its a bug

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's referring to this commit: 210cf4f

The trapezoid function wasn't available for numpy v1.0. That was my error.

- Removed all `numpy.atleast_1d()` calls that were causing numerical differences in
p-value calculations with `numpy` v2.x and fixed several doctest expected outputs.
(:pr:`440`) `Aaron Spring`_.


xskillscore v0.0.27 (2025-07-14)
--------------------------------

Expand Down
Loading