Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlaska committed Sep 9, 2018
1 parent 1cee7bb commit 8a1cee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name='spherecluster',
version='0.1.5',
version='0.1.6',
description='Clustering on the unit hypersphere in scikit-learn.',
author='Jason Laska',
author_email='jason@claralabs.com',
Expand Down
5 changes: 1 addition & 4 deletions spherecluster/tests/test_common.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
from sklearn.utils.estimator_checks import check_estimator
from spherecluster import SphericalKMeans, VonMisesFisherMixture
from spherecluster import SphericalKMeans


def test_estimator_spherical_k_means():
return check_estimator(SphericalKMeans)


# def test_estimator_von_mises_fisher():
# return check_estimator(VonMisesFisherMixture)

0 comments on commit 8a1cee9

Please sign in to comment.