We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4923004 commit c4791abCopy full SHA for c4791ab
.gitignore
@@ -1,3 +1,4 @@
1
+/python/dalex/dist/**
2
**token
3
.vscode/settings.json
4
**.DS_Store
python/dalex/NEWS.md
@@ -1,5 +1,9 @@
## Changelog
+### development
+
5
+...
6
7
### v1.8.0 (2026-01-20)
8
9
* substitute the deprecated `pkg_resources` dependency that breaks `dalex` ([#579](https://github.com/ModelOriented/DALEX/issues/579))
python/dalex/dalex/__init__.py
@@ -9,7 +9,7 @@
from .aspect import Aspect
10
11
12
-__version__ = '1.8.0'
+__version__ = '1.8.0.9000'
13
14
__all__ = [
15
"Arena",
0 commit comments