Skip to content

Commit

Permalink
Tag update, 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdesignpro committed Jul 8, 2021
1 parent 3e5c0fd commit 531b179
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

#### 2.1.3 - 2021-07-08

- **Enhanced:** added info tag for comet.ml-generated reports

#### 2.1.2 - 2021-05-27

- **Fixed:** issue with comet.ml in a notebook environment
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.1.2-blue) ![v](https://img.shields.io/badge/updated-May%2027,%20%202021-green)
![v](https://img.shields.io/badge/version-2.1.3-blue) ![v](https://img.shields.io/badge/updated-July%208,%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.1.2"
__version__ = "2.1.3"
__author__ = "Francois Bertrand"
__license__ = 'MIT'

Expand Down
1 change: 1 addition & 0 deletions sweetviz/comet_ml_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def __init__(self):
try:
self._experiment = Experiment(auto_metric_logging=False,
display_summary_level=0)
self._experiment.log_other("Created from", "sweetviz!")
self._logging = True
except:
print("ERROR: comet_ml is installed, but not configured properly (e.g. check API key setup). HTML reports will not be uploaded.")
Expand Down

0 comments on commit 531b179

Please sign in to comment.