All Versions
48
Latest Version
Avg Release Cycle
54 days
Latest Release
995 days ago

Changelog History
Page 4

  • v0.20.0 Changes

    June 01, 2018
    • ๐Ÿ”จ Refactored RankSelect API to consistently use u64.
    • ๐Ÿ‘‰ Use bv crate in suffix array implementation.
  • v0.19.0 Changes

    May 25, 2018
    • rank-0 and select-0 in RankSelect.
    • ๐Ÿ‘‰ use bv crate for RankSelect.
  • v0.18.0 Changes

    May 04, 2018
    • More flexible FASTA API.
    • ๐Ÿ›  Fixed bug in KMP.
  • v0.17.0 Changes

    February 22, 2018
    • ๐Ÿ› Bug fix in Ukkonen algorithm
    • Convenience improvements to API
  • v0.16.0 Changes

    January 05, 2018
    • ๐Ÿ‘ Pairwise alignment has been rewritten to support banded alignment and clips.
    • Various minor API additions and improvements.
    • ๐Ÿ›  Several small bug fixes.
  • v0.15.0 Changes

    November 20, 2017
    • โž• Add pair hidden markov model implementation to calculate the probability of two sequences being related.
    • ๐Ÿ›  Various minor bug fixes and usability improvements.
  • v0.14.2 Changes

    August 30, 2017
    • ๐Ÿ‘Œ Improved numerical stability of CDF construction.
    • Speed improvements to occurrence array lookups in FM-index.
    • ๐Ÿ‘Œ Improved GFF/GTF variant format handling.
    • ๐Ÿ‘Œ Improved robustness of credible interval calculating in CDF.
    • ๐Ÿ› Bug fixes for log probability implementation.
  • v0.14.1 Changes

    June 23, 2017

    ๐Ÿ”„ Changed

    • Replace nalgebra dependency with ndarray crate.
  • v0.14.0 Changes

    June 15, 2017

    ๐Ÿ”„ Changed

    • GTF/GFF reader can now handle duplicate keys.
    • โšก๏ธ Updated dependencies.
    • RNA alphabet.
    • ๐Ÿ‘Œ Improved FASTQ reader.
    • ๐Ÿ›  Fixes in alignment algorithm.
  • v0.13.0 Changes

    May 09, 2017

    ๐Ÿ”„ Changed

    • fasta::IndexedReader now also provides an iterator.
    • IntervalTree provides a mutable iterator.
    • ๐Ÿ›  Various fixes to Fasta IO.
    • ๐Ÿ›  Fixed calculation of expected FDR.