Releases: refresh-bio/clusty
Releases · refresh-bio/clusty
v1.1.4: latest macOS compilation fix
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
v1.0.2: Bugfix in reading large inputs
- Fixed occasional crashes on very large input tables (hundreds of GB).
- Memory requirements reduced.
v1.0.1: Bugfix in parsing long numbers
Tests updated
v1.0.0: Initial release
Update makefile for Mac, removed some dependency under Windows