diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a232a6..b457682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +#### 2.0.9 - 2021-02-26 + +- **Added:** numerical features now show "ZEROES" count in the summary tab + #### 2.0.8 - 2021-02-23 - **Fixed:** issue causing "FloatingPointError: divide by zero encountered in true_divide" in some edge cases diff --git a/README.md b/README.md index 2644fdf..6babb17 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![v](https://img.shields.io/badge/version-2.0.8-blue) ![v](https://img.shields.io/badge/updated-February%2023,%20%202021-green) +![v](https://img.shields.io/badge/version-2.0.9-blue) ![v](https://img.shields.io/badge/updated-February%2026,%20%202021-green) ![Sweetviz Logo](http://cooltiming.com/SV/logo.png) diff --git a/sweetviz/__init__.py b/sweetviz/__init__.py index 33e7811..e61c762 100644 --- a/sweetviz/__init__.py +++ b/sweetviz/__init__.py @@ -1,7 +1,7 @@ # sweetviz public interface # ----------------------------------------------------------------------------------- __title__ = 'sweetviz' -__version__ = "2.0.8" +__version__ = "2.0.9" __author__ = "Francois Bertrand" __license__ = 'MIT'