File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66
77
88## [ Unreleased]
9- [ Unreleased ] : https://github.com/althonos/pyrodigal/compare/v0.4.0...HEAD
9+ [ Unreleased ] : https://github.com/althonos/pyrodigal/compare/v0.4.1...HEAD
10+
11+
12+ ## [ v0.4.1] - 2022-08-20
13+ [ v0.4.1 ] : https://github.com/althonos/pyrodigal/compare/v0.4.0...v0.4.1
14+
15+ ### Changed
16+ - Use lists instead of arrays to store state of ` Minimizers ` when pickling.
17+ - Skip serialization of minimizer index to reduce total state size.
18+ - Make ` Mapper.query_draft ` and ` Mapper.query_genome ` return hits sorted by identity in descending order.
1019
1120
1221## [ v0.4.0] - 2022-08-04
Original file line number Diff line number Diff line change 1212
1313__author__ = "Martin Larralde <martin.larralde@embl.de>"
1414__license__ = "MIT"
15- __version__ = "0.4.0 "
15+ __version__ = "0.4.1 "
1616
1717__doc__ = _fastani .__doc__
1818__all__ = [
You can’t perform that action at this time.
0 commit comments