Skip to content

Releases: cidm-ph/distmat

v0.3.0

08 Dec 01:19
Compare
Choose a tag to compare
  • DistMatrix and SquareMatrix can optionally store a list of labels corresponding to the underlying elements (e.g. taxa). There are new methods to get values by label. Some APIs changes as a result, for example the file parsers now just return a matrix rather than a (labels, matrix) pair.
  • DistMatrix and SquareMatrix can be constructed from iterators over pairs of labels associated with distances using from_labelled_distances.

v0.2.1

24 Nov 02:45
Compare
Choose a tag to compare
Correct copyright assignment

v0.2.0

29 Sep 03:18
Compare
Choose a tag to compare
Fix clippy warning