All Versions
5
Latest Version
Avg Release Cycle
79 days
Latest Release
1457 days ago

Changelog History

  • v0.1.1.4 Changes

    April 30, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ“ฆ Tweak package.yaml to make stack-2.3.1 happy.
  • v0.1.1.3 Changes

    April 30, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ”„ Change Hackage upload command to --pvp-bounds upper instead of both to fix plan construction for older GHCs. This is needed to fix haddocks building on Hackage.
  • v0.1.1.2 Changes

    April 15, 2020

    ๐Ÿ”„ Changed

    • Resolver version up.
    • ๐Ÿšš Move from less-wrong to biocad.
  • v0.1.1.1 Changes

    March 26, 2020

    ๐Ÿ›  Fixed

    • Affine alignment matrix construction and traceback. ### โž• Added
    • similarity' family of functions to calculate similarity directly on AlignnmentResult. ### ๐Ÿ”„ Changed
    • Generalize affine gap matrix construction;
    • ๐Ÿ‘Œ Improve alignment documentation.
  • v0.1.1.0 Changes

    June 20, 2019

    โž• Added

    • Typeclass IsGap.
    • Now you can align two sequences using different gaps for each one of them. ### ๐Ÿ”„ Changed
    • โœ‚ Removed affine function from SequenceAlignment typeclass.