Skip to content

Commit

Permalink
[python] dalex v1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hbaniecki committed Feb 12, 2025
1 parent 1da3580 commit d58b2a3
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
Expand Up @@ -4,6 +4,10 @@

...

### v1.7.2 (2025-02-12)

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

### 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.9000'
__version__ = '1.7.2.9000'

__all__ = [
"Arena",
Expand Down

0 comments on commit d58b2a3

Please sign in to comment.