Skip to content

Commit 4eb5dd4

Browse files
committed
New release (v1.3.9)
1 parent e30810c commit 4eb5dd4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# CHANGELOG
2-
v1.3.8 (May 2020)
2+
v1.3.9 (June 2021)
3+
- Bugfix: avoid a crash when providing lineages in whole genome mode
4+
5+
v1.3.8 (May 2021)
36
- Improvement: fall back to Firth regression when encountering a matrix inversion error (thanks to Julian Libiseller-Egger)
47
- Bugfix: check for zero passing variants in read_all (enet, thanks to Julian Libiseller-Egger)
58
- 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)
69
- Bugfix: properly report all filtered variants
710
- Bugfix: --lmm requires either --similarity or a LMM cache
811

9-
v1.3.7 (May 2020)
12+
v1.3.7 (May 2021)
1013
- Enhancement: check that provided phenotypes are of numeric type
1114
- Bugfix: properly report all filtered variants
1215
- Bugfix: don't crash if regression fails for missing data

Diff for: docs/conf.py

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

8383
# The language for content autogenerated by Sphinx. Refer to documentation
8484
# for a list of supported languages.

0 commit comments

Comments
 (0)