Skip to content

Commit 2b2a5ff

Browse files
committed
Release v0.4.1
1 parent 9d1c177 commit 2b2a5ff

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyfastani/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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__ = [

0 commit comments

Comments
 (0)