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#
v0.1.2 - 2024-11-05#
Added#
Sketcher.sketch_pairedto sketch paired reads.SampleSketch.kmer_countsto access the k-mer counts of a sketch as a Pythondict.deduplicatedandfprparameters toSketcherto control read deduplication.Package recipe on the Arch User Repository.
v0.1.1 - 2024-10-25#
Added#
Type annotations to
pysylphmodule.Sphinx documentation with API reference hosted on ReadTheDocs.
Fixed#
Add missing
ProfileResultclass to thepysylph.libmodule.
Changed#
Implement reading sequence data using the buffer-protocol in
Sketchermethods.
v0.1.0 - 2024-10-25#
Initial release.