diff --git a/CHANGELOG.md b/CHANGELOG.md index f27f837b..31373525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.1.0] - 2023-07 +Improvements in this release: +- Make ShapRFECV return matplotfigure (instead of axis) #222 +- Add option for penalty on shap calculation to distinguish features with similar shap performance # 213 +- Implement automatic feature selection #220 + ## [2.0.1] - 2023-06 Improvements in this release: - Update pre-commit hooks & add validation for jupyter notebooks # 213 diff --git a/pyproject.toml b/pyproject.toml index 1049bcaf..e5cdb19a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta" [project] name = "probatus" -version = "2.0.1" +version = "2.1.0" requires-python= ">=3.8" description = "Validation of binary classifiers and data used to develop them" readme = { file = "README.md", content-type = "text/markdown" } authors = [ - { name = "ING Bank N.V.", email = "mateusz.garbacz@ing.com" } + { name = "ING Bank N.V.", email = "reinier.koops@ing.com" } ] license = { file = "LICENCE" } classifiers = [