Skip to content

Releases: tombch/maptide

v0.4.0

Choose a tag to compare

@tombch tombch released this 01 May 10:40
883000b

What's Changed

  • Using importlib instead of pkg_resources for 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

Choose a tag to compare

@tombch tombch released this 11 Oct 11:28
0a4913e

What's Changed

  • Annotated bases flag for maptide.query API by @tombch in #5

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@tombch tombch released this 11 Oct 09:46
00c429c

What's Changed

  • Update CI.yml and changed type hint syntax to support earlier versions Python 3.10 by @tombch in #4

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@tombch tombch released this 02 Aug 13:14
03c9644
  • Simplified CLI by removing --noindex option.
  • Added --version option 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

v0.1.0

Choose a tag to compare

@tombch tombch released this 02 Aug 13:23
859c6b8

Initial release.