Skip to content

Commit

Permalink
Updates for 2.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdesignpro committed Feb 19, 2021
1 parent 0ec1091 commit 457afdb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change log

#### 2.0.7 - 2021-02-19

- **Enhanced:** feature counts near 0% and 100% will now show a more accurate "<1%" and ">99%"
- **Enhanced:** added more changes to feature counting to make it more consistent
- **Enhanced:** now allowing tuples (not just lists) as parameters for naming datasets
- **Fixed:** appearance of feature numbers above 100 (better alignment) and 1000 (now shown vertically)
- **Fixed:** sorting issue causing feature summaries above 2500 to disappear
- **Fixed:** progress bar issues causing it to be repeated or cause line ending issues

#### 2.0.6 - 2021-02-04

- **Fixed:** report issue introduced in 2.0.5
Expand All @@ -8,7 +17,7 @@

- **Fixed:** crashes due to LaTeX escape codes in feature names that were causing "Font family ['STIXGeneral'] not found" errors
- **Fixed:** better handling of features named "index"
- **Updated:** made feature count more consistent and clear: taking "target" into account as well as explicitly calling out when features are not present in the comparison data frame
- **Enhanced:** made feature count more consistent and clear: taking "target" into account as well as explicitly calling out when features are not present in the comparison data frame
- **Enhanced:** made "Association" buttons more obvious and color-coded (they were a bit too hard to see given their importance)

#### 2.0.4 - 2020-12-10
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![v](https://img.shields.io/badge/version-2.0.6-blue) ![v](https://img.shields.io/badge/updated-February%204th,%20%202021-green)
![v](https://img.shields.io/badge/version-2.0.7-blue) ![v](https://img.shields.io/badge/updated-February%2019th,%20%202021-green)

![Sweetviz Logo](http://cooltiming.com/SV/logo.png)

Expand Down
2 changes: 1 addition & 1 deletion sweetviz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sweetviz public interface
# -----------------------------------------------------------------------------------
__title__ = 'sweetviz'
__version__ = "2.0.6"
__version__ = "2.0.7"
__author__ = "Francois Bertrand"
__license__ = 'MIT'

Expand Down

0 comments on commit 457afdb

Please sign in to comment.