Skip to content

Releases: varfish-org/hgvs-rs

v0.8.2

08 Jun 08:59
94706de
Compare
Choose a tag to compare

0.8.2 (2023-06-08)

Code Refactoring

v0.8.1

23 May 12:52
b9bfbd2
Compare
Choose a tag to compare

0.8.1 (2023-05-23)

Bug Fixes

v0.8.0

23 May 12:45
78d2b9b
Compare
Choose a tag to compare

0.8.0 (2023-05-23)

Features

v0.7.0

24 Apr 11:37
81c9976
Compare
Choose a tag to compare

0.7.0 (2023-04-24)

Features

  • proper error handling with enums and thiserror (#69) (#103) (add8248)

v0.6.2

20 Apr 13:36
bc47817
Compare
Choose a tag to compare

0.6.2 (2023-04-18)

Bug Fixes

  • issue with non-dup insertion at start of protein (#99) (#100) (bc5b5cf)

v0.6.1

06 Apr 12:34
7f55bb7
Compare
Choose a tag to compare

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

05 Apr 08:18
a5c4a68
Compare
Choose a tag to compare

0.6.0 (2023-04-05)

Features

  • make some tables visible in hgvs::sequences (#87) (d81bf8c)

v0.5.2

04 Apr 07:11
9c75735
Compare
Choose a tag to compare

0.5.2 (2023-04-04)

Performance Improvements

v0.5.1

03 Apr 11:32
1e3a55d
Compare
Choose a tag to compare

0.5.1 (2023-04-03)

Performance Improvements

v0.5.0

31 Mar 11:18
bbd59f5
Compare
Choose a tag to compare

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)