Skip to content

Commit

Permalink
Release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarbacz committed Mar 10, 2021
1 parent 35cc60f commit 6a9abca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [1.6.2] - 2021-03-10
Improvements in this release:
- Bugfix, allow passing kwargs to dependence plot in ShapModelInterpreter #90

## [1.6.1] - 2021-03-09
Improvements in this release:
- Added ShapRFECV support for all sklearn compatible search CVs. #76 #49
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def read(fname):

setuptools.setup(
name="probatus",
version="1.6.1",
version="1.6.2",
description="Validation of binary classifiers and data used to develop them",
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 6a9abca

Please sign in to comment.