Releases: varfish-org/hgvs-rs
Releases · varfish-org/hgvs-rs
v0.8.2
v0.8.1
v0.8.0
v0.7.0
v0.6.2
v0.6.1
0.6.1 (2023-04-06)
Bug Fixes
- cases where dup/inv goes beyond CDS (#89) (5d951b1)
- only warn on combining RefAlt with whole gene deletion (#92) (bff6c72)
- out of bound panic in case of long deletions (#91) (f0bcaa6)
- out of bounds issue for protein sequence creation (#93) (a40a5f5)
- out of bounds issue on 5'-to-3' shifting beyond CDS (#94) (4fccdb8)
- problem with variants in multi-stop codon txs (#95) (#96) (f25658c)
v0.6.0
v0.5.2
v0.5.1
v0.5.0
0.5.0 (2023-03-31)
Features
- allow configuring that there is no genome sequence (#65) (cd5b7bb)
- replacing usages of unwrap() with expect or Result (#70) (#73) (94d6f88)
Bug Fixes
- case of missing stop codon (in particular ENSEMBL) (#72) (a44e28c)
- fixing wrong validation assumption about insertions (#64) (f58ff53)
- issue with transcripts missing stop codon (#67) (f70bb91)
- return error if problem in normalization (#71) (b656d2a)
- return error in normalization instead of unwrap() (#68) (8144db6)