-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
48 lines (29 loc) · 970 Bytes
/
ChangeLog
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
37
38
39
40
41
42
43
44
45
46
47
48
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0]
### Added
- support for vcf input (e.g. the output of beagle) with htslib
- much better unit testing coverage
- CI
### Changed
- docs look much better
- docs have examples
## [1.1.1]
### Added
- not exactly directly in the repo, but this one is the oldest version available in [my conda
channel](https://github.com/lightning-auriga/conda-builds)
### Changed
- slightly improved documentation
- updated various dependencies for the intervening few years
## [1.1.0; oldest existing tag]
### Added
- support for minimac/imputation server-style info file parsing
- configurable settings related to dynamic r2 thresholding
[//]: # [Unreleased]
[//]: # (- Added)
[//]: # (- Changed)
[//]: # (- Deprecated)
[//]: # (- Removed)
[//]: # (- Fixed)
[//]: # (- Security)