Skip to content

Commit

Permalink
Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgalardini committed May 25, 2021
1 parent 8d8a5de commit 2e27979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# CHANGELOG
v1.3.8 (May 2020)
- Improvement: fall back to Firth regression when encountering a matrix inversion error (thanks to Julian Libiseller-Egger)
- Bugfix: check for zero passing variants in read_all (enet, thanks to Julian Libiseller-Egger)
- 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)
- Bugfix: properly report all filtered variants
- Bugfix: --lmm requires either --similarity or a LMM cache

v1.3.7 (May 2020)
- Enhancement: check that provided phenotypes are of numeric type
- Bugfix: properly report all filtered variants
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# built documents.
#
# The short X.Y version.
version = '1.3.7'
version = '1.3.8'
# The full version, including alpha/beta/rc tags.
release = '1.3.7'

Expand Down

0 comments on commit 2e27979

Please sign in to comment.