Releases: tombch/maptide
Releases · tombch/maptide
Release list
v0.4.0
What's Changed
- Using
importlibinstead ofpkg_resourcesfor version number, bumped minimum required Python version to 3.9 by @tombch in #8 - Updated PyO3 from 0.17.3 to 0.24.2, specified minimum Python version as 3.9 by @tombch in #9
- Update maturin CI by @tombch in #10
- Development by @tombch in #11
Full Changelog: v0.3.0...v0.4.0
v0.3.0
v0.2.1
v0.2.0
- Simplified CLI by removing
--noindexoption. - Added
--versionoption to CLI. - Now, for both the CLI and API, if a path to an index file is provided, this path will be used. Otherwise, maptide will attempt to find an index file with the same path as the bam, but with .bai appended on the end. If it cannot find an index file, maptide will run anyway without one.
- Updated rust function names to remove trailing underscores.
- Updated docstrings for the python API.
- Added a LICENSE