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.
0.31.1 - 2024-01-31
- Fixed package level doc strings for search and bwt packages.
0.31.0 - 2024-01-31
- Basic BWT for sub-sequence count and offset for sequence alignment. Only supports exact matches for now.
- Moved
BWT
,align
, andmash
packages to newsearch
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 bug that produced wrong overhang in linear, non-directional, single cut reactions. #408