Skip to content

Commit

Permalink
bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johny-c committed Nov 4, 2018
1 parent a0857e9 commit fb43176
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/demo_find_hyperparams.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from sklearn.datasets import load_iris
from sklearn.model_selection import train_test_split

from pylmnn import find_hyperparams
from pylmnn.bayesopt import find_hyperparams


X, y = load_iris(return_X_y=True)
Expand Down
1 change: 0 additions & 1 deletion pylmnn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .lmnn import LargeMarginNearestNeighbor, make_lmnn_pipeline
from .bayesopt import find_hyperparams
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from codecs import open
from os import path

__version__ = '1.6.1'
__version__ = '1.6.2'

if __name__ == '__main__':
here = path.abspath(path.dirname(__file__))
Expand Down

0 comments on commit fb43176

Please sign in to comment.