Skip to content

Commit

Permalink
version 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed Aug 4, 2019
1 parent 24f19e3 commit 0d5c84d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# __NEXT__


# 5.2.1 (4 August 2019)

## Bug fixes

* Print more useful error message if Python recursion limit is reached. [See issue 328](https://github.com/nextstrain/augur/issues/328)

* Print more useful error message if vcftools if missing. [See PR 312](https://github.com/nextstrain/augur/pull/321)

## Development

* Significantly relax version requirements specified in setup.py for biopython, pandas, etc... Additionally, move lesser used packages (cvxopt, matplotlib, seaborn) into an "extras_require" field. This should reduce conflicts with other pip installed packages. [See PR 323](https://github.com/nextstrain/augur/pull/323)

## Data

* Include additional country lat/longs in base data

# 5.2.0 (23 July 2019)

## Features
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.2.0'
__version__ = '5.2.1'

0 comments on commit 0d5c84d

Please sign in to comment.