Skip to content

Releases: linsalrob/PhiSpy

Version 4.0.0

23 May 22:16
Compare
Choose a tag to compare

This is version 4.0.0 of PhiSpy. A new release with a whole raft of changes and improvements, bug fixes, and speed up.

You should update to version 4.0.0. using pip install --upgrade phispy or conda update phispy as appropriate. See the Installation Instructions.

See the README for more details about the improvements and enhancements

Download PhiSpy

pip and conda versions

31 Dec 03:56
Compare
Choose a tag to compare

A version that is acceptable to PyPi and bioconda for easy installation.

PyPi allows easy installation with pip. See the PhiSpy project page.

bioconda allows easy installation with conda. See the PR to integrate PhiSpy with bioconda.

Download PhiSpy

Improvements to repeatfinder

27 Dec 00:57
Compare
Choose a tag to compare

In this release we internalize repeatfinder to become a python external module that we have renamed PhiSpyRepeatFinder as there are many other modules called RepeatFinder out there. The C++ code is now directly called from the Python code, removing the need for some confusing temporary files.

We have also initiated the availability of PhiSpy through PyPi by adding setup.py.

Version 3.4.5

22 Oct 16:35
Compare
Choose a tag to compare

Several important fixes and improvements following our v3.4 release and we are on the way to v3.5, but wanted to get these out sooner.

Version 3.4

10 Oct 01:26
7de1d69
Compare
Choose a tag to compare

We have made many updates and changes between v3.3 and v3.4 and most of that work has been done by @deprekate and @pdec.

We have fixed numerous issues, moved away from R to keep the random forests in Python, redeveloped the k-mers, and many, many other changes.

If you find issues with version 3.4, please post them under issues.

Version 3.4 prerelease

08 Oct 03:53
Compare
Choose a tag to compare
Pre-release

This is version 3.4 prerelease for testing. Please create an issue if you find one.