Skip to content

Commit 0853635

Browse files
committed
[python] dalex v1.7.1
1 parent fc081a4 commit 0853635

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

python/dalex/NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### development
4+
5+
...
6+
37
### v1.7.1 (2024-10-02)
48

59
* `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))

python/dalex/dalex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .aspect import Aspect
1010

1111

12-
__version__ = '1.7.1'
12+
__version__ = '1.7.1.9000'
1313

1414
__all__ = [
1515
"Arena",

0 commit comments

Comments
 (0)