Skip to content

Commit 7f6b5f8

Browse files
committed
Version bump
1 parent 33e8e4f commit 7f6b5f8

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
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+
212
v1.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

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.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.

pyseer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
'''Python reimplementation of SEER for bacterial GWAS'''
44

5-
__version__ = '1.3.7-dev'
5+
__version__ = '1.3.7'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)