-
2.0.6b25da73181 · ·
> NOTE: although this is a beta release it mature enough to be used in your research. - New: Added a new program called `sonicparanoid-get-profiles` to download the MMseqs-PFam profile DB files. This can be used if the [Profile DB could not be built locally](https://gitlab.com/salvo981/sonicparanoid2/-/issues/54). - Maintenance: Upgrade cython code to use `dataclasses` [issue](https://gitlab.com/salvo981/sonicparanoid2/-/issues/68). - Fix: [scikit-learn](https://gitlab.com/salvo981/sonicparanoid2/-/issues/55), and upgrade to 1.5.0 - Fix: [inclusion of hits with lower bitscores due to overwrite](https://gitlab.com/salvo981/sonicparanoid2/-/issues/63) - Fix: in species-species ortholog [tables single relations were counted as 2](https://gitlab.com/salvo981/sonicparanoid2/-/issues/69) - Fix: [slowdowns due to queue timeout](https://gitlab.com/salvo981/sonicparanoid2/-/issues/65) (only happened with thousands of proteomes and using slow storage) - Python version: 3.9<=python<3.13 (this means that Python 3.8 is not supported anymore) - Maintenance: update to support latest Cython release - Maintenance: include early version of pyproject.toml (still use setup.py to compile Cython source files)
-
2.0.6a1166ad26c3 · ·
- Maintenance: Upgrade cython code to use `dataclasses` [issue](https://gitlab.com/salvo981/sonicparanoid2/-/issues/68). - Fix: [inclusion of hits with lower bitscores due to overwrite](https://gitlab.com/salvo981/sonicparanoid2/-/issues/63) - Fix: in species-species ortholog [tables single relations were counted as 2](https://gitlab.com/salvo981/sonicparanoid2/-/issues/69) - Fix: [slowdowns due to queue timeout](https://gitlab.com/salvo981/sonicparanoid2/-/issues/65) (only happened with thousands of proteomes and using slow storage) - Python version: 3.9<=python<=3.11 (this means that Python 3.8 is not supported anymore) - Maintenance: update to support latest Cython release - Maintenance: include ealy version of pyproject.toml (still use setup.py to compile Cython source files)
-
2.0.0rc2d259cb6d · ·
Release candidate 2. Use for testing. Changes from 2.0.0rc1: - Hot-fix: closed [issue #42](https://gitlab.com/salvo981/sonicparanoid2/-/issues/47), thanks to [Eric Chen](https://gitlab.com/Eric-CH-Chen)
-
2.0.0rc10ddff410 · ·
Release candidate 1. Use for testing. Some of the changes from 2.0.0b7 are: - Core: minor changes to d2v.pyx - Considerably reduced PyPI package size compressing binaries using `xz` instead of `zip` - Enhancement: removed a lot legacy code
-
2.0.0b78aa05473 · ·
- CLI: commands now conform to SonicParanoid 2 presets - CLI: added parameters `--mmseqs-sens`, `--diamond-sens` and `--blast`; - CLI: removed parameter `--aln-tool` - CLI: removed `most-sensitive` mode - HTML page update
-
2.0.0b5eeb0c217 · ·
#### 2.0.0b5 (November 22, 2022) - Fix: [issue 45](https://gitlab.com/salvo981/sonicparanoid2/-/issues/45) - Partially updated web-page