Skip to content

Commit

Permalink
Release v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Apr 9, 2021
1 parent 041cc3a commit 0cff6f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.4.6...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v0.4.7...HEAD


## [v0.4.7] - 2021-04-09
[v0.4.7]: https://github.com/althonos/pyrodigal/compare/v0.4.6...v0.4.7

### Fixed
- `Pyrodigal.find_genes` segfaulting on some sequences when called in `single` mode ([#2](https://github.com/althonos/pyrodigal/issues/2)).
- `MemoryError` potentially not being properly raised on allocation issues for sequence bitmaps.


## [v0.4.6] - 2021-03-05
Expand Down
2 changes: 1 addition & 1 deletion pyrodigal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

__author__ = "Martin Larralde <[email protected]>"
__license__ = "GPLv3"
__version__ = "0.4.6"
__version__ = "0.4.7"

_Sequence.register(Genes)

0 comments on commit 0cff6f7

Please sign in to comment.