Skip to content

Commit 0be29d0

Browse files
author
Reinier Koops
authored
v2.1.1 (#232)
Update newer version to include latest SHAP
1 parent 8bb3a21 commit 0be29d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.1] - 2023-09
9+
Improvements in this release:
10+
- Update SHAP version to the latest #228
11+
812
## [2.1.0] - 2023-07
913
Improvements in this release:
1014
- Make ShapRFECV return matplotfigure (instead of axis) #222

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "probatus"
7-
version = "2.1.0"
7+
version = "2.1.1"
88
requires-python= ">=3.8"
99
description = "Validation of binary classifiers and data used to develop them"
1010
readme = { file = "README.md", content-type = "text/markdown" }

0 commit comments

Comments
 (0)