All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.2.2 - 2023-01-28
0.2.1 - 2023-01-11
translate
functionality forHaplotype
s (#31)- More informative errors when constructing invalid
Haplotype
s (#34)
0.2.0 - 2023-01-10
- Code now follows Blue style (#28)
- 💣 [BREAKING] Public and private API defined based on Blue style guidelines (#28)
- 💣 [BREAKING] Renamed type
Variant
toHaplotype
(#20/#29) - 💣 [BREAKING] Refactored
reconstruct
function to useHaplotype
's reference sequence (#30)
- Windows and MacOS CI tests (#28)
0.1.4 - 2022-12-17
0.1.3 - 2022-11-22
- Variations getter now returns type-parameterized vector (#23)
0.1.2 - 2022-10-04
- Updated dependency compats (#21)
- BioAlignments: 2 -> 2,3
- BioSequences: 2 -> 2,3
- BioSymbols: 4 -> 4,5
0.1.1 - 2022-07-21
- Constructor for
Variant
based onVariation
s (#18)
0.1.0 - 2022-07-14
- Mutation types (
Substitution
,Deletion
,Insertion
) Variant
type to store groups of mutations togetherVariation
type to store and compare individual mutationsreconstruct!
function to build mutated sequences fromVariant
sVariant
constructor to automatically detect mutations from aBioAlignments.PairwiseAlignment
- Methods to get reference and alternate bases from a
Variation