We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78ddbf commit 73a9b38Copy full SHA for 73a9b38
CHANGES.md
@@ -1,6 +1,14 @@
1
# __NEXT__
2
3
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
12
# 3.1.6 (29 January 2019)
13
14
## Features
@@ -12,6 +20,7 @@
20
sites is one-based.
21
22
## Bug fixes
23
15
24
* fix loading of strains when loading titers from file, previously strains had not been
16
25
filtered to match the tree appropriately
17
26
augur/__version__.py
@@ -1 +1 @@
-__version__ = '3.1.6'
+__version__ = '3.1.7'
0 commit comments