Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 3, 2022
1 parent f96e705 commit 090629b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyfastani/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = "Martin Larralde <[email protected]>"
__license__ = "MIT"
__version__ = "0.3.1"
__version__ = "0.4.0"

__doc__ = _fastani.__doc__
__all__ = [
Expand Down

0 comments on commit 090629b

Please sign in to comment.