-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
36 lines (20 loc) · 873 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
CHANGES IN VERSION 0.9.4 (2025-02)
-------------------------
o Detect python3 and python2 in Makefile
CHANGES IN VERSION 0.9.3 (2024-03)
-------------------------
o fix a C++ compiler issue with the source code of bgen
CHANGES IN VERSION 0.9.2 (2022-12)
-------------------------
o update bgen library to v1.1.8 (Jun 27, 2020)
o `seqBGEN_Info(NULL)` returns the version of bgen library
o `seqBGEN_Info()` returns additional information: phased status, # of bits,
and ploidy
o `seqBGEN2GDS()` outputs to dosages by default, instead of prob.
CHANGES IN VERSION 0.9.1 (2020-12)
-------------------------
o new options 'sp.real32' and 'sp.real64' in `seqBGEN2GDS()` to store
a sparse dosage matrix (requiring gdsfmt >= v1.24.0)
CHANGES IN VERSION 0.9.0 (2018-11)
-------------------------
o first release of gds2bgen