-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [2.2.1](v2.2.0...v2.2.1) (2023-01-09) ### Performance Improvements * **rust:** Replace leaf node index lookup HashMap with vector to improve performance. ([b857adb](b857adb)) * **rust:** Update iteration methods and reduce overheads when initialising new vectors/maps. ([6fb461a](6fb461a))
- Loading branch information
1 parent
b857adb
commit a18ad7d
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "phylodm" | ||
version = "2.2.0" | ||
version = "2.2.1" | ||
authors = ["Aaron Mussig <[email protected]>"] | ||
edition = "2021" | ||
description = "Efficient calculation of phylogenetic distance matrices." | ||
|