Releases: refresh-bio/clusty
Releases · refresh-bio/clusty
v1.2.2: Bugfix
v1.2.1: Bugfix
Fixed segmentation fault with objects file present and no edges in a filtered graph.
v1.2.0: Output ordering changed, performance improvements
- Different ordering of assignments in the output file (clusters decreasingly by size, elements within clusters decreasingly by representativeness).
- Improved I/O performance.
- Added support of multithreading at some stages (
-t
option).
v1.1.5: New makefile
New makefile
v1.1.4: latest macOS compilation fix
macOS compilation fix (#28) Co-authored-by: Adam Gudyś <agudys@mac-m1.local>
v1.1.3: Added `--version` switch.
Added `--version` option
v1.1.2: macOS precompiled binaries include Leiden algorithm
Github-hosted tests added
v1.1.1: Fix in Leiden algorithm parameters
Fixed bug with Leiden algorithm always running with default parameters.
v1.1.0: Memory optimizations
* Row identifier removed from distance structure. * Object identifiers in complete linkage stored as 32-bit integers. * For some clustering algorithms only edges are stored (without distances).
v1.0.3: Updates in tests and building scripts
Updates in tests and automatic building scripts