Skip to content

Commit

Permalink
[python] dalex v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Oct 2, 2024
1 parent fc081a4 commit 0853635
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions python/dalex/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### development

...

### v1.7.1 (2024-10-02)

* `numpy>=2.0.0` compatibility: replace instances of `x.ptp()` with `np.ptp(x)` and `np.Inf` with `np.inf` ([#571](https://github.com/ModelOriented/DALEX/issues/571))
Expand Down
2 changes: 1 addition & 1 deletion python/dalex/dalex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .aspect import Aspect


__version__ = '1.7.1'
__version__ = '1.7.1.9000'

__all__ = [
"Arena",
Expand Down

0 comments on commit 0853635

Please sign in to comment.