Skip to content

Commit 2e27979

Browse files
committed
Changelog update
1 parent 8d8a5de commit 2e27979

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# CHANGELOG
2+
v1.3.8 (May 2020)
3+
- Improvement: fall back to Firth regression when encountering a matrix inversion error (thanks to Julian Libiseller-Egger)
4+
- Bugfix: check for zero passing variants in read_all (enet, thanks to Julian Libiseller-Egger)
5+
- Bugfix: use len(all_strains) instead of len(sample_order) to determine shape of sparse matrix in load_all_vars (enet, thanks to Julian Libiseller-Egger)
6+
- Bugfix: properly report all filtered variants
7+
- Bugfix: --lmm requires either --similarity or a LMM cache
8+
29
v1.3.7 (May 2020)
310
- Enhancement: check that provided phenotypes are of numeric type
411
- Bugfix: properly report all filtered variants

Diff for: docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# built documents.
7777
#
7878
# The short X.Y version.
79-
version = '1.3.7'
79+
version = '1.3.8'
8080
# The full version, including alpha/beta/rc tags.
8181
release = '1.3.7'
8282

0 commit comments

Comments
 (0)