Skip to content

Latest commit

 

History

History
632 lines (292 loc) · 34.2 KB

CHANGELOG.md

File metadata and controls

632 lines (292 loc) · 34.2 KB

Changelog

0.29.6 (2024-10-16)

Bug Fixes

0.29.5 (2024-10-08)

Continuous Integration

0.29.4 (2024-10-08)

Continuous Integration

0.29.3 (2024-10-08)

Bug Fixes

0.29.2 (2024-10-08)

Continuous Integration

0.29.1 (2024-10-08)

Bug Fixes

0.29.0 (2024-10-07)

Features

0.28.1 (2024-09-02)

Bug Fixes

  • disregard tsv output order in brca2_zar1l test (#529) (d5e1066)
  • make seqvar annotators public for varfish-server-worker (#528) (22610d1)

0.28.0 (2024-08-19)

Features

0.27.0 (2024-08-16)

Features

Bug Fixes

  • codon deletion right in front of stop codon is not a stop_gained (#515) (48fd896)

0.26.1 (2024-08-07)

Bug Fixes

  • Add gencode primary tag (#509) (a6c8566)
  • for fake-rna-* transcripts for refseq MT, add fake version as well (#507) (f296e5d)

0.26.0 (2024-08-02)

⚠ BREAKING CHANGES

  • refactor DB create (#456)

Features

0.25.7 (2024-06-18)

Bug Fixes

0.25.6 (2024-06-18)

Bug Fixes

  • bump annonars dependency (#462) (83b47d3)
  • copy over keys::Var::from_vcf_allele from annonars to avoid noodles version conflicts in the future (#461) (952d8a9)
  • make previously public code public again (#465) (0ef7652)
  • Performance improvements (#444) (b996795)

0.25.5 (2024-03-29)

Bug Fixes

  • actually produce one tsv record per gene+annotations (#413) (1ccabbb)

0.25.4 (2024-03-08)

Bug Fixes

  • stop codon issue for Ensembl chrMT transcripts (#401) (895e6f6)

0.25.3 (2024-03-07)

Bug Fixes

  • variants on chrX and chrY were erroneously ignored (#399) (0acc542)

0.25.2 (2024-03-06)

Bug Fixes

  • strucvars/csq should not double-HGNC prefix gene IDs (#397) (b09782c)

0.25.1 (2024-03-06)

Bug Fixes

0.25.0 (2024-03-05)

Features

0.24.2 (2024-03-04)

Features

  • report MANE transcript counts in "db create" (#378) (2826b1a)

Bug Fixes

  • make server genes/tx return empty page on missing gene (#385) (#387) (f5d4a2f)
  • miniscule fix to example URL output (#382) (dfb8824)
  • warn on missing transcripts rather than failing (#380) (#384) (eaa99ae)

Miscellaneous Chores

0.24.1 (2024-02-26)

Miscellaneous Chores

0.24.0 (2024-02-26)

Features

0.23.2 (2024-02-22)

Bug Fixes

  • handling missing FORMAT/AD values (".") (#365) (170ee00)

0.23.1 (2024-02-22)

Bug Fixes

0.23.0 (2024-02-21)

Features

0.22.0 (2024-02-09)

Features

0.21.2 (2024-02-01)

Miscellaneous Chores

  • applying org change (bihealth => varfish-org) (#325) (8db8db0)

0.21.1 (2023-12-01)

Bug Fixes

  • bumping annonars dependency to fix protobuf issues (#287) (007dd12)

0.21.0 (2023-11-22)

⚠ BREAKING CHANGES

  • adjusting enum values (#279)

Bug Fixes

0.20.0 (2023-11-21)

⚠ BREAKING CHANGES

  • moving crate::pbs::mehari => crate::pbs (#277)

Code Refactoring

  • moving crate::pbs::mehari => crate::pbs (#277) (e44211e)

0.19.1 (2023-11-21)

Bug Fixes

  • copy in protobufs into docker builds (#275) (f4d4c20)

0.19.0 (2023-11-21)

⚠ BREAKING CHANGES

  • serializing protobufs pbjson-build (#272) (#273)

Features

0.18.1 (2023-11-19)

Miscellaneous Chores

0.18.0 (2023-11-19)

Features

0.17.1 (2023-11-15)

Bug Fixes

  • fixing implementation of Provider::get_tx_for_gene (#262) (42945dd)

0.17.0 (2023-11-10)

⚠ BREAKING CHANGES

  • make --path-input-ped for seqvars annotation required (#194) (#255)

Features

Bug Fixes

  • make --path-input-ped for seqvars annotation required (#194) (#255) (de832b2)

0.16.0 (2023-11-09)

Features

  • allow user to select transcript source on CLI (#247) (#249) (caab82e)
  • update tx support to latest cdot with MANE label transfer (#245) (#248) (b69e80d)

0.15.2 (2023-10-28)

Bug Fixes

  • remove second async runtime creation (#234) (a6c3e06)

0.15.1 (2023-10-24)

Bug Fixes

0.15.0 (2023-10-23)

Features

  • adding async I/O, espec. for SV caller guessing (#230) (33c0e8e)

0.14.3 (2023-10-22)

Bug Fixes

  • index out of bounds error in stop_retained variant (#226) (#228) (cc8d440)

0.14.2 (2023-10-21)

Bug Fixes

0.14.1 (2023-10-19)

Bug Fixes

  • dependency bumps, including annonars (#220) (ac57c66)

0.14.0 (2023-10-18)

Features

  • bump annonars, write out VCV+RCV+clinsig (#217) (0d7b6d8)

0.13.0 (2023-10-16)

Features

  • derive Clone and strum::EnumIter on more enums (#213) (cc61a66)
  • implementing Default for AnnField (#215) (73b1be4)
  • proper serde renames for Consequence and PutativeImpact (#214) (02286fa)

Bug Fixes

  • documenting "AN" as alleles rather than samples (#206) (62ee63b)

0.12.0 (2023-10-09)

Features

  • expose strucvars annotation for worker aggregation command (#204) (0f730ce)

0.11.0 (2023-10-06)

Features

Bug Fixes

  • use new Debug trait implementation in Sample (#201) (7fafcbf)

0.10.0 (2023-10-05)

Features

Bug Fixes

  • Make mitochondrial DRAGEN calls not fail mehari (#195) (e170120)

0.9.0 (2023-10-05)

Features

  • exposing more functions for sequence variant annotation (#198) (06a8dee)
  • exposing utility functions for pedigree / vcf building (#196) (7d77f35)

0.8.0 (2023-10-02)

Features

  • adding REST endpoint for SV annotation (#188) (9e14c09)
  • snake_case in REST APIs and rename /tx/csq to /seqvars/csq (#150) (#189) (e1021ed)

0.7.0 (2023-09-18)

Features

Bug Fixes

0.6.2 (2023-07-17)

Bug Fixes

0.6.1 (2023-07-11)

Bug Fixes

0.6.0 (2023-07-04)

Features

  • mehari becomes available as a library (#118) (59bb41a)

Bug Fixes

  • fix Dockerfile by removing two-stage process (#128) (0346977)
  • wrong default of PATH_DB in Dockerfile (#111) (51e10cc)

0.5.7 (2023-06-20)

Bug Fixes

  • adding libsqlite3-0 to the Docker image (#109) (be832fb)

0.5.6 (2023-06-19)

Bug Fixes

Build System

0.5.5 (2023-06-19)

Build System

0.5.4 (2023-06-17)

Build System

  • adjust Docker builds for PRs and branches (#100) (e38388b)

0.5.3 (2023-06-16)

Miscellaneous Chores

0.5.2 (2023-06-14)

Bug Fixes

0.5.1 (2023-06-13)

Features

Bug Fixes

0.5.0 (2023-06-12)

Features

  • REST server for variant consequence prediction (#18) (#90) (b8c5a7b)

0.4.1 (2023-06-12)

Bug Fixes

  • properly flush stream in "db create txs" (#88) (95458f3)

0.4.0 (2023-06-08)

Features

  • move clinvar database code (import etc.) to annonars (#86) (457be46)
  • switch to annonars for frequency db creation (#81,#77,#20) (#83) (bb27686)

Code Refactoring

0.3.1 (2023-05-04)

Bug Fixes

  • use copy number to fill in genotypes for CNVs (#72) (5585a08)

0.3.0 (2023-05-03)

Features

Bug Fixes

  • only copy samples from input VCF header (#69) (316b123)

0.2.1 (2023-05-02)

Bug Fixes

0.2.0 (2023-04-24)

Features

Bug Fixes

0.1.1 (2023-04-06)

Bug Fixes

0.1.0 (2023-04-06)

Features

Bug Fixes

  • allow loading JSON from .gz files (#22) (cefd950)
  • issues occuring when annotating real data (#28) (0636d49)

Changelog