Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 1.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • Made it possible to simulate primers shorter than design minimum.

0.31.1 - 2024-01-31

Added

  • Fixed package level doc strings for search and bwt packages.

0.31.0 - 2024-01-31

Added

  • Basic BWT for sub-sequence count and offset for sequence alignment. Only supports exact matches for now.
  • Moved BWT, align, and mash packages to new search sub-directory.
  • Implemented Run-Length Burrows Wheeler Transform.

0.30.0 - 2023-12-18

Oops, we weren't keeping a changelog before this tag!

Fixed

  • Fixed bug that produced wrong overhang in linear, non-directional, single cut reactions. #408