Skip to content

Releases: MSeal/agglom_cluster

Pickle Support

30 Apr 22:54
Compare
Choose a tag to compare

Added support for pickling clusterer and dendrogram objects.

Fixed issues non-integer graph nodes sometimes returning empty clusters.

Python3 Support

01 Apr 23:01
Compare
Choose a tag to compare

Made the few touches required for both python 2 and 3 to be able to use the library.

Node Remap Fix

17 May 05:25
Compare
Choose a tag to compare

A small change to fix a node mapping issue where integer nodes were not clustering correctly.

Cythonization

31 Jan 18:30
Compare
Choose a tag to compare

Project is now compiled in Cython and has a cleaner interface.

More tests were added. More documentation was generated. Execution was sped up by ~20%.

Unique Flags

24 Aug 17:04
Compare
Choose a tag to compare
Unique Flags Pre-release
Pre-release

Improvements

  • Added ability to pass a uniqueness flag that forces all quality scores between clusters with the
    flag to be 0.

Small Graph Fix

10 Jun 22:40
Compare
Choose a tag to compare

Small graphs of size 0 or 1 with or without orphan clusters now appropriately run and return clusters.

Allset and module name changes

02 Apr 00:06
Compare
Choose a tag to compare
v1.0.1

Bumped version to avoid conflict on 1.0.0

Initial Public Release

10 Mar 15:39
Compare
Choose a tag to compare

This repository has been used for agglomerative clustering in a variety of projects and tasks. There are still some graph structures it does not respond well to (see TODO list in README), but it handles many of the cases for which the base algorithm would fail including orphaned nodes.