File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
2+ v1.3.7 (May 2020)
3+ - Enhancement: check that provided phenotypes are of numeric type
4+ - Bugfix: properly report all filtered variants
5+ - Bugfix: don't crash if regression fails for missing data
6+ - Bugfix for whole genome regression and lineages
7+ - Bugfix/docs: properly report that the covariates file should have a header
8+ - scripts/summarise_annotations.py can work with unadjusted p-values (new option, thanks to Lindsay Clark)
9+ - scripts/phylogeny_distance.py: no need to reroot twice with updated dendropy
10+ - CI: transition to GitHub actions
11+
212v1.3.6 (May 2020)
313- Bugfix for missing variants in VCF files (now properly handled)
414- Bugfixes for k-mer mapping (lack of annotation, bwa fastmap with many hits
Original file line number Diff line number Diff line change 7676# built documents.
7777#
7878# The short X.Y version.
79- version = '1.3.6 '
79+ version = '1.3.7 '
8080# The full version, including alpha/beta/rc tags.
81- release = '1.3.6 '
81+ release = '1.3.7 '
8282
8383# The language for content autogenerated by Sphinx. Refer to documentation
8484# for a list of supported languages.
Original file line number Diff line number Diff line change 22
33'''Python reimplementation of SEER for bacterial GWAS'''
44
5- __version__ = '1.3.7-dev '
5+ __version__ = '1.3.7'
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def find_version(*file_paths):
3737 long_description_content_type = 'text/markdown' ,
3838 url = 'https://github.com/mgalardini/pyseer' ,
3939 author = 'Marco Galardini and John Lees' ,
40- author_email = 'marco@ebi.ac.uk ' ,
40+ author_email = 'galardini. marco@mh-hannover.de ' ,
4141 license = 'Apache Software License' ,
4242 classifiers = [
4343 'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments