Releases: dubssieg/rs-pancat-compare
Releases · dubssieg/rs-pancat-compare
v0.1.3
Added support to discard spurious breakpoints when computing the distance. See explanation here: #1
Spurious breakpoints are a position in between a couple of nodes (x,y) which are contiguous in at least one path. Formally, deg⁺(x) = deg⁻(y) = 1
Full Changelog: 0.1.2...0.1.3
v0.1.2
Added CLI, tags, and small adjustments in the code for performance.
Full Changelog: 0.1.1...0.1.2
0.1.1
Added better output for the software.
Full Changelog: 0.1.0...0.1.1
0.1.0
This first release is the port to Rust of the original pancat compare tool.
It has been tested on the same datasets, giving the exact same results.
Full Changelog: https://github.com/dubssieg/rs-pancat-compare/commits/0.1.0