Skip to content

Releases: BrentLab/Dual_Threshold_Optimization

2.0.1

04 Dec 20:34
db353a1
Compare
Choose a tag to compare
Version 2.0.1 (#12)

* v2.0.1. this just addresses a build failure on crates in the docs. no code changes

2.0.0

04 Dec 18:16
29fba2f
Compare
Choose a tag to compare

This is a full re-implementation in Rust. For more details, see:

https://github.com/BrentLab/Dual_Threshold_Optimization/blob/main/CHANGELOG.md#200

Please note that the input has slightly changed. Previously, input could be a list of genes with a value column on which to rank. The new input is a two column .csv where the first column is the feature and the second column is the rank (no header). In other words, the user is now responsible for ranking the features outside of DTO.

1.0.0

30 Nov 20:09
Compare
Choose a tag to compare