Skip to content

Releases: jeremymcrae/bgen

v1.7.3

03 Dec 01:11
Compare
Choose a tag to compare

2024-12-02

  • fixed issue reading metadata containing whitespace characters

v1.7.2

03 Dec 01:10
Compare
Choose a tag to compare

2024-07-20

  • optimized writing 8-bit genotypes

v1.7.1

03 Dec 01:09
Compare
Choose a tag to compare

2024-06-25

  • fixed issue with empty list

v1.7.0

25 Jun 17:56
Compare
Choose a tag to compare

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

25 Jun 17:53
Compare
Choose a tag to compare

2024-05-01

  • fixed minor bugs
  • avoid chance of heap overflow

v1.6.3

25 Jun 17:48
Compare
Choose a tag to compare

2024-01-24

  • allow copying variants into a new bgen file without parsing

v1.6.1

17 Jan 17:32
Compare
Choose a tag to compare

2024-01-10

  • fixed bug writing 1-bit encoded genotypes

v1.6.0

17 Jan 17:29
Compare
Choose a tag to compare

2024-01-09

  • faster probabilities and dosages by avoiding copying float arrays

v1.5.9

17 Jan 17:24
Compare
Choose a tag to compare

2023-11-07

  • bfile.rsids() and bfile.chroms() return in same order as in bgen file

v1.5.8

17 Jan 17:22
Compare
Choose a tag to compare

2023-11-02

  • removed a deprecated python module import
  • documented BgenWriter