Skip to content

Commit

Permalink
Update changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
arcresu committed Dec 8, 2022
1 parent b975436 commit 193c6f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

## distmat 0.3.0

* `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`.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,3 @@ Non-goals:
Dual-licensed under [MIT](LICENSE-MIT) or [Apache 2.0](LICENSE-APACHE).

© Western Sydney Local Health District, NSW Health.


## Changes

### unreleased

* `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.

0 comments on commit 193c6f9

Please sign in to comment.