Skip to content

Commit

Permalink
Describe new release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarbacz committed Mar 16, 2021
1 parent ec57ef5 commit 8f0850b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.7.0] - 2021-03-16
Improvements in this release:
- Create a comparison of imputation strategies #86
- Added support for passing check_additivity argument #103
- Range of code styling issues fixed, based on precommit config #100
- Renamed TreeDependencePlotter to DependencePlotter and exposed the docs #94
- Enable instalation of extra dependencies #97
- Added how to notebook to ensure reproducibility #99
- Description of vision of probatus #91

## [1.6.2] - 2021-03-10
Improvements in this release:
- Bugfix, allow passing kwargs to dependence plot in ShapModelInterpreter #90
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def read(fname):

setuptools.setup(
name="probatus",
version="1.6.2",
version="1.7.0",
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 8f0850b

Please sign in to comment.