Skip to content

Commit

Permalink
Release v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jan 24, 2024
1 parent d3b8c2a commit 0fa2f32
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.2.2...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.3.0...HEAD


## [v3.3.0] - 2024-01-24
[v3.3.0]: https://github.com/althonos/pyrodigal/compare/v3.2.2...v3.3.0

# Added
- CLI option to disable translation of stop codons ([#51](https://github.com/althonos/pyrodigal/pull/51), by [@zclaas](https://github.com/zclaas)).

# Changed
- `Scorer` internal API to separate connection scoring and overlap disentangling.

# Fixed
- Bug with computation of minimum node in connection scoring loop ([hyattpd/Prodigal#108](https://github.com/hyattpd/Prodigal/pull/108)).
- Out-of-bounds sequence access in `_shine_dalgarno_exact` and `_shine_dalgarno_mm` methods of `Sequence`.
- Memory leak in `Nodes.__setstate__` caused by incorrect reallocation.


## [v3.2.2] - 2024-01-21
Expand Down
2 changes: 1 addition & 1 deletion pyrodigal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.2"
__version__ = "3.3.0"

0 comments on commit 0fa2f32

Please sign in to comment.