We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60be80a + 2f84150 commit c234f6cCopy full SHA for c234f6c
pyBigKinds/_version.py
@@ -1 +1 @@
1
-__version__ = "1.2.8"
+__version__ = "1.2.9"
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
2
name = pyBigKinds
3
-version = 1.2.8
+version = 1.2.9
4
description = BigKinds Data Analysis Toolkit for python
5
author = Sorrychoe
6
license = MIT
test/test_representation.py
@@ -73,7 +73,7 @@ def test_dbscan(vector):
73
def test_meanshift(vector):
74
cluster = meanshift(vector)
75
assert type(cluster) == np.ndarray
76
- assert np.unique(cluster).shape == (4,)
+ assert np.unique(cluster).shape == (5,)
77
78
79
def test_lda(dataframe):
0 commit comments