Skip to content

Commit

Permalink
RLS Version 1.1
Browse files Browse the repository at this point in the history
Big change is a new implementation for the features that were computed
with the Peptides R package before. This completely eliminates the need
for R. Additionally, it is significantly faster (>3x)

Full ChangeLog

    * Eliminated R dependency
    * Fix classifier list for PyPI
    * Add support for .bz2 & .xz fasta files
    * Include more extensive testing
    * Code tweaks made Macrel about 3.5 times faster than before:
    * Fix abundance/reads modes when single-ended reads were used
  • Loading branch information
luispedro committed Nov 8, 2021
1 parent c901d47 commit a835da4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Version 1.1.0 2021-11-08
* Fix classifier list for PyPI
* Add support for .bz2 & .xz fasta files
* Fix abundance/reads modes when single-ended reads were used
* Eliminated R dependency
* Include more extensive testing
* Code tweaks made Macrel about 3.5 times faster than before:
* New feature implementation made Macrel about 3.5 times faster than before
* Fix abundance/reads modes when single-ended reads were used

Version 1.0.1 2021-09-02
Expand Down

0 comments on commit a835da4

Please sign in to comment.