Skip to content

Commit 9269e3e

Browse files
committed
[python] try adding py312 to tests
1 parent 4ea393e commit 9269e3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/dalex/NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### v1.7.1 (2024-10-02)
44

5-
* 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))
5+
* `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))
66
* added a way to pass `sample_weight` to loss functions in `model_parts()` (variable importance) using `weights` from `dx.Explainer` ([#563](https://github.com/ModelOriented/DALEX/issues/563))
77
* fixed the visualization of `shap_wrapper` for `shap==0.45.0`
88

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{38,39,310,311}
2+
envlist = py{38,39,310,311,312}
33
toxworkdir={toxinidir}/python/dalex/.tox
44
temp_dir={toxinidir}/python/dalex/.tmp
55
setupdir={toxinidir}/python/dalex/

0 commit comments

Comments
 (0)