Releases: varfish-org/hgvs-rs
Releases · varfish-org/hgvs-rs
v0.17.3
0.17.3 (2024-10-04)
Bug Fixes
- Add catch-all tag
Other
to account for future cdot tag changes (#204) (e02c98c)
v0.17.2
0.17.2 (2024-08-06)
Bug Fixes
- add support for tag 'GENCODE Primary' in cdot json (#201) (0b37341)
v0.17.0
0.17.0 (2024-07-25)
Features
- add variant region condition for dups ending in 3' UTR (#192) (#195) (362909c)
v0.16.3
0.16.3 (2024-07-16)
Bug Fixes
- BioType naming for Ig* types, derive Hash for BioType (#189) (62519c7)
v0.16.2
0.16.2 (2024-07-14)
Bug Fixes
- add biotype vaultRNA_primary_transcript (#180) (d59783c)
- add biotype vaultRNA_primary_transcript (#183) (4345377)
- add partial field to cdot json representation struct (#179) (113a06a)
- add Serialize to data::cdot::json representations (#176) (2de1b8a)
v0.16.1
0.16.1 (2024-06-10)
Bug Fixes
- use array instead of Vec for Codon representation (#169) (e455168)
Performance Improvements
- cache mappers, avoid allocations, codons are arrays (#172) (34acaf4)
v0.15.0
0.15.0 (2024-02-08)
Miscellaneous Chores