Release v0.12.3
Fixed
--pod5can 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.rsnow resolves reads throughescapepod_signal::cached_dataset(escapepod-rs#384) instead ofcached_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 rustboth work on directory input now;--backend pythonalready 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