Skip to content

Commit 73a9b38

Browse files
committed
version 3.1.7
1 parent f78ddbf commit 73a9b38

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# __NEXT__
22

33

4+
# 3.1.7 (5 February 2019)
5+
6+
## Bug fixes
7+
8+
* Update to TreeTime 0.5.3
9+
* tree: Fix bug in printing causing errors in Python versions <3.6
10+
* tree: Alter site masking to not be so memory intensive
11+
412
# 3.1.6 (29 January 2019)
513

614
## Features
@@ -12,6 +20,7 @@
1220
sites is one-based.
1321

1422
## Bug fixes
23+
1524
* fix loading of strains when loading titers from file, previously strains had not been
1625
filtered to match the tree appropriately
1726

augur/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.1.6'
1+
__version__ = '3.1.7'

0 commit comments

Comments
 (0)