Skip to content

Commit

Permalink
Release version 0.6.1
Browse files Browse the repository at this point in the history
Add:

  - ``Dataset.load_from_files_multilabel()`` can load documents with no
    labels as well. (31251f8)

  - A ``set_testset_from_files_multilabel()`` function was added to the
    ``Live_Test`` class. This function allows loading multilabel
    datasets from disk Live Test server (0ddbd6a).

Fix:

  - Fixed a bug in SS3 hyperparameter initialization (e2e72f9)
  • Loading branch information
sergioburdisso committed May 27, 2020
1 parent 21389ba commit 17b6fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyss3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from functools import reduce
from six.moves import xrange

__version__ = "0.6.0"
__version__ = "0.6.1"

ENCODING = "utf-8"

Expand Down

0 comments on commit 17b6fce

Please sign in to comment.