2020-05-21 - fix memory leak - avoid memory leak when repeatedly getting probabilities/dosages from same variant
1.1.4
2020-05-14 - fixed index issue - fixed issue with bgenix indexes when multiprocessing
1.1.3
2020-05-14 - improved use of index files - more efficient iteration through bgen files - added functions to get variants from bgen by position or rsid
1.1.2
- fixed bug with python3.6 sqlite.connect() not accepting Path-like objects
1.1.1
- fixed str decode error when logging sample_path
1.1.0
2020-05-04 - now can use index files - now can use bgenix index files to speed opening bgen files and slicing out variants - fixed bugs with parsing ploidy states - added continuous testing on OSX