Skip to content

Commit

Permalink
Merge branch 'issue_178' into version_0_2
Browse files Browse the repository at this point in the history
Applies changes that fix issue #178 and tidy surrounding code.
  • Loading branch information
widdowquinn committed Feb 12, 2020
2 parents b2e978d + a6b47a8 commit 3d06ecd
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 190 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES.md

## 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
Expand Down Expand Up @@ -47,8 +51,8 @@
- Changes to `--noclobber` log behaviour (issue #79)
- fixed `--rerender` code (issue #85)


## v0.2.3

- fixes a bug in the installed scripts where the shebang (`#!`) in wheel and egg packages pointed to a development Python

## v0.2.2
Expand All @@ -61,7 +65,6 @@
- removed requirement for `rpy2`
- moved scripts to `bin/` subdirectory


## v0.2.1

- `pyani` now requires `rpy2` v2.8.0 in order to satisfy running under Anaconda (see issue #26)
Expand Down
Loading

0 comments on commit 3d06ecd

Please sign in to comment.