This repository was archived by the owner on Jul 1, 2025. It is now read-only.
Releases: widdowquinn/pyani
Releases · widdowquinn/pyani
v0.2.13.1
v0.2.13
This release fixes a deprecated matplotlib call, and deprecated pandas calls.
v0.2.12
v0.2.11
This release fixes issues due to pandas API changes.
- exceptions used in
pyaniare now found inpandas.errorsnotpandas.io.common - changes to the testing API (will not affect most users)
v0.2.10
v0.2.9
v0.2.8
This release implements several changes:
- fixed warnings about deprecated usage of
pandasand other syntax - ANIb now respects the
--workersargument (PR #127 from Özcan Esen) - distance matrices are converted from square to condensed form for linkage analysis
matplotlibcalls use new API ('false', 'off' -> False; 'true', 'on' -> True)- deprecate legacy BLAST testing:
ANIblastallcommands are no longer supported - update concordance tests (issue #105)
- extend test suites (issue #104)
- modify ANIm concordance test to accommodate new command structure
- add
delta-filterwrapper for compatibility with SGE/OGE schedulers
v0.2.7
v0.2.5: Fix for installation problem
This release fixes a PyPI installation problem, resulting from a badly-built .whl wheel.
v0.2.4: Bugfixes and other improvements
ANImnow usesdelta-filterto remove alignments of repeat regions (issue #91)- added
--filter_exeoption to specify location ofdelta-filterutility (issue #91) - fixed
--formatoption so that GenBank downloads work again (issue #89) - add
--SGEargsoption toaverage_nucleotide_identity.pyfor custom qsub settings README.mdbadges now clickable--versionswitch added toaverage_nucleotide_identity.py- FTP timeouts are now caught differently in
genbank_get_genomes_by_taxon.py - Additional characters in NCBI FTP URIs now escaped in
genbank_get_genomes_by_taxon.py- should be fewer failed downloads - Modified error messaging when
NUCmeralignment fails average_nucleotide_identity.pyargument documentation improvements- Script now fails immediately if label or class files missing (issue #78)
- Changes to
--noclobberlog behaviour (issue #79) - fixed
--rerendercode (issue #85)