We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e649b commit fd9af58Copy full SHA for fd9af58
CHANGES.txt
@@ -1,3 +1,8 @@
1
+0.7.0 (2019-12-13)
2
+------------------
3
+- Fixed bug introduced by HTTP Authentication (#157 and #161)
4
+- Updated background ratio to work for multiclass problems (#159)
5
+
6
0.6.1 (2019-11-11)
7
------------------
8
- Added ability to use HTTP Authentication for TMS endpoints (#152)
label_maker/version.py
@@ -1,2 +1,2 @@
"""Library verison"""
-__version__ = '0.6.1'
+__version__ = '0.7.0'
0 commit comments