Added - `Sketcher.sketch_paired` to sketch paired reads. - `SampleSketch.kmer_counts` to access the k-mer counts of a sketch as a Python `dict`. - `deduplicated` and `fpr` parameters to `Sketcher` to control read deduplication. - Package recipe on the Arch User Repository.
0.1.1
Added - Type annotations to `pysylph` module. - Sphinx documentation with API reference hosted on ReadTheDocs.
Fixed - Add missing `ProfileResult` class to the `pysylph.lib` module.
Changed - Implement reading sequence data using the buffer-protocol in `Sketcher` methods.