We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc913ed commit 198423bCopy full SHA for 198423b
HISTORY.md
@@ -1,6 +1,12 @@
1
Release History
2
===============
3
4
+0.1.2 (2020-03-12)
5
+------------------
6
+
7
+- Fix compatibility with Comet Python SDK v3.1.1. #2
8
+- Fix support for unicode project notes in Python 2. #1
9
10
0.1.1 (2020-02-17)
11
------------------
12
setup.py
@@ -42,6 +42,6 @@
42
packages=find_packages(include=["comet_for_mlflow", "comet_for_mlflow.*"]),
43
test_suite="tests",
44
url="https://github.com/comet-ml/comet-for-mlflow",
45
- version="0.1.1",
+ version="0.1.2",
46
zip_safe=False,
47
)
0 commit comments