Skip to content

Commit

Permalink
version 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed Jan 29, 2019
1 parent 6d7f1b8 commit a2bc328
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# __NEXT__


# 3.1.6 (29 January 2019)

## Features

* filter: Allow negative matches to `--exclude-where`. For example,
`--exclude-where country!=usa` would exclude all samples where metadata `country` does
not equal `usa`.
* tree: Allow `--exclude-sites` to work with FASTA input. Ensure that indexing of input
sites is one-based.

## Bug fixes
* fix loading of strains when loading titers from file, previously strains had not been
filtered to match the tree appropriately

# 3.1.5 (13 January 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__ = '3.1.5'
__version__ = '3.1.6'

0 comments on commit a2bc328

Please sign in to comment.