Releases: varfish-org/mehari
Releases · varfish-org/mehari
Release list
v0.43.2
0.43.2 (2026-05-07)
⚠ BREAKING CHANGES
- add experimental option to predict compound effect of multiple variants on the same transcript, allow building txdb from gff3+fasta (#972)
Features
- add experimental option to predict compound effect of multiple variants on the same transcript, allow building txdb from gff3+fasta (#972) (e377c4e)
- add options to include reference/alternative cDNA and protein sequences in output (#966) (ec87cb0)
- Add python bindings via pyO3 (#959) (b2450be)
Bug Fixes
- hide server functionality behind feature gate (enabled by default) (#964) (0031153)
- include polars and pyarrow in mehari-python dependencies (#962) (23b75c4)
- pick mode first and length picking (#993) (e63b7b0)
Miscellaneous Chores
v0.42.1
mehari: v0.43.2
0.43.2 (2026-05-07)
⚠ BREAKING CHANGES
- add experimental option to predict compound effect of multiple variants on the same transcript, allow building txdb from gff3+fasta (#972)
Features
- add experimental option to predict compound effect of multiple variants on the same transcript, allow building txdb from gff3+fasta (#972) (e377c4e)
- add options to include reference/alternative cDNA and protein sequences in output (#966) (ec87cb0)
- Add python bindings via pyO3 (#959) (b2450be)
- allow db subsetting by region (#988) (09aa020)
Bug Fixes
- hide server functionality behind feature gate (enabled by default) (#964) (0031153)
- pick mode first and length picking (#993) (e63b7b0)
- use with_added_extension (#989) (0dd76f9)
Miscellaneous Chores
chore: baseline mehari 0.43.0
Establishing release-please baseline
chore: baseline mehari-python 0.43.0
Establishing release-please baseline
v0.42.0
0.42.0 (2026-04-14)
⚠ BREAKING CHANGES
- add experimental option to predict compound effect of multiple variants on the same transcript, allow building txdb from gff3+fasta (#972)
- allow arbitrary assemblies; this impacts the transcript database protobuf definitions, though we tried keeping them backwards compatible. This also impacts the server REST api.
- refactor annotate seqvars cli (e.g.,
--inputand--outputand introduce--output-formatetc, allow stdin/stdout)