Skip to content
Snippets Groups Projects
Commit a6875fad authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

Bump version to 1.6.0

parent 5c5b75fc
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ class HyperparameterDefaults(object):
*supported* by a model and their defaults. The particular
hyperparameter settings to be used, for example, to train a model
are kept in plain dicts.
"""
def __init__(self, **defaults):
self.defaults = dict(defaults)
......
__version__ = "1.4.3"
__version__ = "1.6.0"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment