Skip to content

pyclustering 0.9.3 release

Compare
Choose a tag to compare
@annoviko annoviko released this 23 Dec 09:42
· 1 commit to 0.9.3.rel since this release

pyclustering 0.9.3 library is a collection of clustering algorithms and methods, oscillatory networks, etc.

GENERAL CHANGES:

  • Introduced get_cf_clusters and get_cf_entries methods for BIRCH algorithm to get CF-entry encoding information (pyclustering.cluster.birch).
    See: #569

  • Introduced predict method for SOMSC algorithm to find closest clusters for specified points (pyclustering.cluster.somsc).
    See: #546

  • Parallel optimization of C++ pyclustering compilation process.
    See: #553

  • Include folder for easy integration to other C++ projects.
    See: #554

  • Introduced new targets to build static libraries on Windows platform.
    See: #555

  • Introduced new targets to build static libraries on Linux/MacOS platforms.
    See: #556

CORRECTED MAJOR BUGS:

  • Bug with incorrect finding of closest CF-entry (pyclustering.container.cftree).
    See: #564

  • Bug with incorrect BIRCH clustering due incorrect leaf analysis (pyclustering.cluster.birch).
    See: #563

  • Bug with incorrect search procedure of farthest nodes in CF-tree (pyclustering.container.cftree).
    See: #551

  • Bug with crash during clustering with the same points in case of BIRCH (pyclustering.cluster.birch).
    See: #561