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

Release v0.4.1

parent 9d1c177d
No related branches found
Tags v0.1.2
No related merge requests found
......@@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.4.1...HEAD
## [v0.4.1] - 2022-08-20
[v0.4.1]: https://github.com/althonos/pyrodigal/compare/v0.4.0...v0.4.1
### Changed
- Use lists instead of arrays to store state of `Minimizers` when pickling.
- Skip serialization of minimizer index to reduce total state size.
- Make `Mapper.query_draft` and `Mapper.query_genome` return hits sorted by identity in descending order.
## [v0.4.0] - 2022-08-04
......
......@@ -12,7 +12,7 @@ from ._fastani import (
__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.4.0"
__version__ = "0.4.1"
__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