You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/dalex/NEWS.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
## Changelog
2
2
3
-
### development
3
+
### v1.8.0 (2026-01-19)
4
4
5
-
...
5
+
* remove the `pkg_resources` dependency breaking `dalex` ([#579](https://github.com/ModelOriented/DALEX/issues/579))
6
+
* increase the dependency to `python>=3.9` and add `python==3.13` to CI
7
+
* increase the `plotly` dependency to `>=6.0.0` and fix compatibility issues with the new version, e.g. `titlefont` is now `title_font` ([#573](https://github.com/ModelOriented/DALEX/issues/573))
0 commit comments