Skip to content

Commit

Permalink
version 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jul 1, 2019
1 parent 20ef4d4 commit 192e5e9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
# __NEXT__


# 5.1.1 (1 July 2019)

## Features

* tree: Add support for the GTR+R10 substitution model.
* tree: Support parentheses in node names when using IQ-TREE.

## Bug fixes

* Use the center of the UK for its coordinates instead of London.
* filter: Mark `--output` required, which it always was but wasn't marked.
* filter: Avoid error when no excluded strains file is provided.
* export: Fix for preliminary version 2 schema support.
* refine: Correct error handling when the tree file is missing or empty.

## Documentation

* Add examples of Augur usage in the wild.
* Rename and reorganize CLI and Python API pages a little bit to make "where do
I start learning to use Augur?" clearer to non-devs.

## Development

* Relax version requirements of pandas and seaborn. The hope is this will make
installation smoother (particularly alongside other packages which require
newer pandas versions) while not encountering breaking changes in newer
versions ourselves.


# 5.1.0 (29 May 2019)

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion augur/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.1.0'
__version__ = '5.1.1'

0 comments on commit 192e5e9

Please sign in to comment.