Skip to content

Release v0.12.3

Choose a tag to compare

@github-actions github-actions released this 16 Sep 19:25
· 13 commits to main since this release

Fixed

  • --pod5 can now point at a directory of POD5 files (a MinKNOW run) on the Rust extraction path, not just a single file. rust/src/pod5_cache.rs now resolves reads through escapepod_signal::cached_dataset (escapepod-rs#384) instead of cached_reader, with no file/directory branch — a single-file input costs nothing extra, since every file a dataset touches is opened through the same per-file reader cache either way. --backend auto/--backend rust both work on directory input now; --backend python already did. ((#339))

What's Changed

Other Changes

  • fix(pod5): accept a directory of POD5 files on the Rust extraction path by @jayhesselberth in #340

Full Changelog: v0.12.2...v0.12.3