Skip to content

Commit d58b2a3

Browse files
committed
[python] dalex v1.7.2
1 parent 1da3580 commit d58b2a3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

python/dalex/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
...
66

7+
### v1.7.2 (2025-02-12)
8+
9+
* temporarily restrict the `plotly` dependency to `<6.0.0`, fixing compatibility issues with the new version, e.g. `titlefont` is now `title_font` ([#573](https://github.com/ModelOriented/DALEX/issues/573) contributed by [@lionelkusch](https://github.com/lionelkusch))
10+
711
### v1.7.1 (2024-10-02)
812

913
* `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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .aspect import Aspect
1010

1111

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

1414
__all__ = [
1515
"Arena",

0 commit comments

Comments
 (0)