mirror of
https://github.com/MillironX/SequenceVariation.jl.git
synced 2024-11-21 13:16:03 +00:00
3.6 KiB
3.6 KiB
Changelog
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.
Unreleased
0.2.2 - 2023-01-28
Fixed
0.2.1 - 2023-01-11
Added
translate
functionality forHaplotype
s (#31)- More informative errors when constructing invalid
Haplotype
s (#34)
0.2.0 - 2023-01-10
Added
Changed
- 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)
Removed
- Windows and MacOS CI tests (#28)
0.1.4 - 2022-12-17
Fixed
0.1.3 - 2022-11-22
Changed
- Variations getter now returns type-parameterized vector (#23)
0.1.2 - 2022-10-04
Changed
- Updated dependency compats (#21)
- BioAlignments: 2 -> 2,3
- BioSequences: 2 -> 2,3
- BioSymbols: 4 -> 4,5
0.1.1 - 2022-07-21
Added
- Constructor for
Variant
based onVariation
s (#18)
0.1.0 - 2022-07-14
Added
- 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