Skip to content
Snippets Groups Projects
Commit 090629be authored by Martin Larralde's avatar Martin Larralde
Browse files

Release v0.4.0

parent f96e7051
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.3.1...HEAD
## [v0.4.0] - 2022-08-04
[v0.3.1]: https://github.com/althonos/pyrodigal/compare/v0.3.1...v0.4.0
### Added
- Multi-threaded computation of fragment mapping in `Mapper.query_draft` and `Mapper.query_genome`.
### Fixed
- NEON-specific compile flags in `setup.py` for Aarch64 target platforms.
- Broken compilation for Arm platforms because of missing header guards.
## [v0.3.1] - 2022-07-22
[v0.3.1]: https://github.com/althonos/pyrodigal/compare/v0.3.0...v0.3.1
......
......@@ -12,7 +12,7 @@ from ._fastani import (
__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.3.1"
__version__ = "0.4.0"
__doc__ = _fastani.__doc__
__all__ = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment