Releases: jeremymcrae/bgen
Releases · jeremymcrae/bgen
v1.7.3
v1.7.2
2024-07-20
- optimized writing 8-bit genotypes
v1.7.1
2024-06-25
- fixed issue with empty list
v1.7.0
2024-06-25
- changed .with_rsids() and .at_positions() to always return lists, which allows those methods to return multiple variants if multiple matches exist, or empty list if none exist
v1.6.5
2024-05-01
- fixed minor bugs
- avoid chance of heap overflow
v1.6.3
2024-01-24
- allow copying variants into a new bgen file without parsing
v1.6.1
2024-01-10
- fixed bug writing 1-bit encoded genotypes
v1.6.0
2024-01-09
- faster probabilities and dosages by avoiding copying float arrays
v1.5.9
2023-11-07
- bfile.rsids() and bfile.chroms() return in same order as in bgen file
v1.5.8
2023-11-02
- removed a deprecated python module import
- documented BgenWriter