- fix: Dummy release to generate Zenodo DOI (
2c890f9
)
- fix: Remove author from init.py (
2d48c4a
)
- perf: Reduce dataframe memory footprint (
011f2bb
)
- fix: Fix missing fields in str conversion (
4bbef95
)
- fix: Fix Python3.6 typings (
5b3bdd6
)
- perf: Improve str performance (
ec14074
)
- perf: Improve I/O speed by lazy loading fields (
93782fc
)
- fix: Add init file to private module (
549b7c5
)
- fix: Add PyPI docs (
fd3b89c
)
- fix: Match TRA to VCF specification
BREAKING CHANGE: Translocations are no longer named TRN, but TRA instead (1f7dd1e
)
-
feat: Add empty_dataframe method (
ebaf357
) -
feat: Add to_dataframe() method (
4e666aa
) -
feat: Convert 1-length DELs to INS (
ae6cd8c
)
-
fix: Fix typing Python3.6 (
1d72f80
) -
fix: Fix typing for Python3.6 (
1648bb7
) -
fix: Rename to breakend notation (
2d86782
) -
fix: Print format values in the correct order (
ee3d399
) -
fix: Fix float .2f VCF representation (
ed34a40
) -
fix: Trim extra \t (
ef55c36
) -
fix: Prioritize MATEID over coords for matching breakends (
c6d21bf
) -
fix: Unify different filters for paired breakends (
2407216
) -
fix: Change SNV length to 1 (
dfe6463
)
- fix: Fix wrong SAMPLEs in multiallelic variants (
7fc170f
)
- feat: Replace N with correct nucleotide if possible (
8a260e1
)
-
fix: Remove 'None' from sample field (
23bc5f3
) -
fix: Correctly display flag INFO values (
bd83771
) -
fix: Fix permutation of SV variant (
d1cad92
) -
fix: Add missing END to info str (
3606000
) -
fix: Remove complex indel normalization (
65c5007
) -
fix: Set dot for None values in sample field (
43e4c83
)
- feat: Switch to VariantExtractor iterations through iter
BREAKING CHANGE: read_vcf() method no longer exists. Iterating through the VariantExtractor instance have the same effect. (b7d8e58
)
- feat: read_vcf() returns a lazy generator
BREAKING CHANGE: VariantExtractor constructor parameter only_pass renamed to pass_only
BREAKING CHANGE: read_vcf() no longer returns a list, but a lazy generator (cd7decf
)
- feat: Add str method to VariantRecord (
7f3aa7d
)
- fix: Add dot if info is not defined (
70fa09b
)
-
feat: Include all information in VariantRecord (
894763e
) -
feat: Infer TRN brackets from pair (
6cd0ede
) -
feat: Add support for multiallelic variants (
c763b97
) -
feat: Divide compound indels (
96f72e5
)
-
fix: Fix imprecise breakends handling (
b2cab22
) -
fix: Switch regex to fullmatch (
c554b52
) -
fix: Fix multiallelic record handling (
0e1620f
) -
fix: SVLEN not set now defaults to 0 (
6afbb0d
) -
fix: Fix mate_id referenced before assignment (
5efdeca
)
- feat: Change alts to alt
BREAKING CHANGE: VariantRecord.alts no longer contains a list, it has been changed to VariantRecord.alt (8e1dd86
)
- feat: Include variant_type in VariantRecord
BREAKING CHANGE: read_vcf() no longer returns a tuple of VariantType and VariantRecord. It now returns a list of just VariantRecord (2fe8b37
)
- feat: Remove INDEL_DEL and INDEL_INS
BREAKING CHANGE: Now INDEL_DEL and INDEL_INS are treated like DEL and INS (e7bbd40
)