Skip to content

Releases: yu9824/kennard_stone

v3.0.0

18 Nov 14:02
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug Fix 💊

Other Changes 🛠

Full Changelog: v2.2.1...v3.0.0

v3.0.0rc1

18 Nov 13:51
0b9fc8d
Compare
Choose a tag to compare
v3.0.0rc1 Pre-release
Pre-release

What's Changed

New Features 🎉

Bug Fix 💊

Other Changes 🛠

Full Changelog: v2.2.1...v3.0.0rc1

v2.2.1

04 Dec 12:38
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1

v2.2.0

03 Dec 15:49
Compare
Choose a tag to compare

Full Changelog: v2.1.6...v2.2.0

v2.1.6

21 Oct 00:10
Compare
Choose a tag to compare

Full Changelog: v2.1.5...v2.1.6

v2.1.5

16 Sep 14:37
Compare
Choose a tag to compare

Full Changelog: v2.1.4...v2.1.5

v2.1.3

10 Sep 01:58
Compare
Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

v2.1.1

14 May 03:59
a83718b
Compare
Choose a tag to compare
  • Fix bug when metric="nan_euclidean".

v2.1.0

01 May 15:12
016571c
Compare
Choose a tag to compare
  • Optimize algorithm
  • Deal with Large number of data.
    • parallel calculation when calculating distance (Add n_jobs argument)
    • recursion number settings
  • Add other than "euclidean" calculation methods (Add metric argument)

v2.0.1

26 Apr 12:04
d85a077
Compare
Choose a tag to compare

Fix bug with Python 3.7.