Releases: Zilong-Li/vcfpp
Releases · Zilong-Li/vcfpp
v0.4.1
Commits
- 14d98ef: throw exception when file not existing (Zilong-Li)
v0.3.9
Commits
- f2d9726: reduce exception throwing (Zilong-Li)
- f2b4429: reduce exception throwing (Zilong-Li)
v0.3.8
Commits
- 4149953: fix leaks in getFORMAT with vector (Zilong-Li)
v0.3.7
Commits
- a62802a: add resetHeader, copyHeader (Zilong-Li)
v0.3.6
Commits
- d7604b4: fix asan issues. safe to use writeLine and addLine (Zilong-Li)
- cc945fc: fix direct leaks from BcfHeader (Zilong-Li)
- c2534ae: improve safety (Zilong-Li)
v0.3.5
Commits
- c1a7a8a: fix memory leak when modifying records (Zilong-Li)
- 3ed3be0: diable AddressSanitizer for unit tests (Zilong-Li)
v0.3.4
Commits
- fb65ff3: update tests (Zilong-Li)
- 2eb7ac9: update doc and rm shapeOf (Zilong-Li)
- 46d87e5: rename tools and add vcf_rmdupPos (Zilong-Li)
- 08385f7: update vcf_rmdupPos (Zilong-Li)
- 89a4c24: API changed! rename INFO() as allINFO() (Zilong-Li)
v0.3.3
Commits
- 00d1685: update examples and messages (Zilong-Li)
- f280985: add BcfRecord$removeFormat() (Zilong-Li)
v0.3.2
Commits
- 8d47c83: update doc (Zilong-Li)
- 6fd5b15: add setSamples utils in BcfReader (Zilong-Li)
- 3253ce3: add empty constructor of BcfRecord (Zilong-Li)
- c9f75f2: update scripts and python example (Zilong-Li)
- 03f2c77: setGenotypes works for missing values (Zilong-Li)