From 46553efcfeb6936da8754429a0613a33788d0c90 Mon Sep 17 00:00:00 2001 From: Villu Ruusmann Date: Fri, 24 May 2024 11:47:09 +0300 Subject: [PATCH] Updated documentation --- NEWS.md | 21 +++++++++++++++++++++ README.md | 6 +++--- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index d468eb8..eaec467 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,24 @@ +# 0.108.0 # + +## Breaking changes + +None. + +## New features + +* Added support for [`interpret.glassbox.ClassificationTree`](https://interpret.ml/docs/python/api/ClassificationTree.html) and [`interpret.glassbox.RegressionTree`](https://interpret.ml/docs/python/api/RegressionTree.html) classes. + +* Added support for [`interpret.glassbox.LinearRegression`](https://interpret.ml/docs/python/api/LinearRegression.html) and [`interpret.glassbox.LogisticRegression`](https://interpret.ml/docs/python/api/LogisticRegression.html) classes. + +* Added support for [`interpret.glassbox.ExplainableBoostingClassifier`](https://interpret.ml/docs/python/api/ExplainableBoostingClassifier.html) and [`interpret.glassbox.ExplainableBoostingRegressor`](https://interpret.ml/docs/python/api/ExplainableBoostingRegressor.html) classes. + +See [InterpretML-536](https://github.com/interpretml/interpret/issues/536) + +## Minor improvements and fixes + +* Ensured compatibility with Scikit-Learn 1.4.2. + + # 0.107.1 # ## Breaking changes diff --git a/README.md b/README.md index 413b7df..0026d85 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ This package is a thin Python wrapper around the [JPMML-SkLearn](https://github. # News and Updates # -The current version is **0.107.1** (9 May, 2024): +The current version is **0.108.0** (20 May, 2024): ``` -pip install sklearn2pmml==0.107.1 +pip install sklearn2pmml==0.108.0 ``` -See the [NEWS.md](https://github.com/jpmml/sklearn2pmml/blob/master/NEWS.md#01071) file. +See the [NEWS.md](https://github.com/jpmml/sklearn2pmml/blob/master/NEWS.md#01080) file. # Prerequisites #