Skip to content

Commit

Permalink
List changes for v0.2.11 and v0.2.12; update version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
baileythegreen committed May 18, 2022
1 parent 0e209db commit ba9d54f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# CHANGES.md

## v0.2.12

- fix Issue #177: input filenames that contain an open or a closed parenthesis produce the message: 'WARNING: At least one BLAST run failed. ANIb may fail.'

## 0.2.11

- fix Issue #298: `pd.io.common.EmptyDataError` has been deprecated, so empty datafiles are not correctly flagged

## v0.2.10

- fix Issue #178: input filenames that could be interpreted as floats may break `labels.txt`/`classes.txt` integration, and graphical output

## v0.2.9

- fix 1ssue #132: TETRA would fail if not all 4-mers present in all input sequences
- fix Issue #132: TETRA would fail if not all 4-mers present in all input sequences

## v0.2.8

Expand Down
2 changes: 1 addition & 1 deletion pyani/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# python package version
# should match r"^__version__ = '(?P<version>[^']+)'$" for setup.py
__version__ = "0.2.11"
__version__ = "0.2.12"

0 comments on commit ba9d54f

Please sign in to comment.