·
16 commits
to master
since this release
Features
- Add support for
_skip_ambiguous_windowsvariants that omit minimizers for windows containing non-ACTG characters (such as NYR). - Use
seq-hashcrate to cleanly support multiple types of hashers; add*_with_hasherfunction variants. - Faster processing of short sequences by avoiding overly large allocations and faster 'warmup' on the first
k+w-2iterations, and reusing allocated buffers.
Breaking
- Change top-level API to a builder, to avoid exponential blowup in the number of functions.
Other changes
- bump
packed-seqto 4.0.0 - Use rust 2024 edition