Skip to content

Commit 3116a08

Browse files
committed
updated NEWS.md before submitting to CRAN
1 parent 7ace62b commit 3116a08

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: treeshap
22
Title: Compute SHAP Values for Your Tree-Based Models Using the 'TreeSHAP'
33
Algorithm
4-
Version: 0.3.2
4+
Version: 0.4.0
55
Authors@R: c(
66
person("Konrad", "Komisarczyk", email = "komisarczykkonrad@gmail.com", role = "aut"),
77
person("Pawel", "Kozminski", email = "pkozminski99@gmail.com", role = "aut"),

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# treeshap (development version)
22

3+
# treeshap 0.4.0
4+
* Fixed xgboost api and add depends R>=4.1.0 as in #51 (https://github.com/ModelOriented/treeshap/pull/51). Thanks @kapsner
5+
* Fix ranger.unify for probability forests as in #43 (https://github.com/ModelOriented/treeshap/pull/43). Thanks @ck37
6+
* Added support for GPBoost as in #41 (https://github.com/ModelOriented/treeshap/pull/41). Thanks @fabsig
7+
38
# treeshap 0.3.1
49
* Fixed code examples in `lightgbm.unify`.
510

0 commit comments

Comments
 (0)