File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.1.1] - 2023-09
9
+ Improvements in this release:
10
+ - Update SHAP version to the latest #228
11
+
8
12
## [ 2.1.0] - 2023-07
9
13
Improvements in this release:
10
14
- Make ShapRFECV return matplotfigure (instead of axis) #222
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " probatus"
7
- version = " 2.1.0 "
7
+ version = " 2.1.1 "
8
8
requires-python = " >=3.8"
9
9
description = " Validation of binary classifiers and data used to develop them"
10
10
readme = { file = " README.md" , content-type = " text/markdown" }
You can’t perform that action at this time.
0 commit comments