Releases: antklim/rosalind
Releases · antklim/rosalind
v0.10.0
Added
cons
module: solution for Consensus and Profile
constants
module
utils
module for shared functions
Changed
- integration tests code style
v0.9.0
Added
get_protein_mass
to prot module: solution for Calculating Protein Mass
v0.8.1
Fixed
- Correct work with
\n
symbol during Inferring mRNA from Protein
v0.8.0
Added
get_number_of_rna_from_protein
to prot module: solution for Inferring mRNA from Protein
v0.7.0
Added
- Dependency to
num
cargo
recurrence_relation_with_stop
to fib module: solution for Mortal Fibonacci Rabbits
Changed
rosalind::fib::recurrence_relation
- return type changed to RosalindResult<BigUint>
v0.6.1
Added
- documentation for
RosalindResult
Changed
RosalindResult
simplified - lifetime parameter removed
v0.4.1 Unified return type
Added
Changed
- All modules return
Result
type