Skip to content

Commit

Permalink
Release v3.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 12, 2023
1 parent d08f5dc commit 5112293
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.0.0-alpha2...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.0.0-alpha3...HEAD


## [v3.0.0-alpha3] - 2023-09-11
[v3.0.0-alpha3]: https://github.com/althonos/pyrodigal/compare/v3.0.0-alpha2...v3.0.0-alpha3

### Fixed
- Merge several `nogil` sections in `Sequence` constructor.
- Several Cython functions missing a `noexcept` qualifier.

### Changed
- Use Cython `freelist` for allocating `Node`, `Gene`, `MetagenomicBin` and `Mask`.
- Increase minimum allocation for `Genes` and `Nodes` to reduce early reallocations.


## [v3.0.0-alpha2] - 2023-09-11
[v3.0.0-alpha2]: https://github.com/althonos/pyrodigal/compare/v3.0.0-alpha2...v3.0.0-alpha1
[v3.0.0-alpha2]: https://github.com/althonos/pyrodigal/compare/v3.0.0-alpha1...v3.0.0-alpha2

### Added
- `Genes.write_genbank` method to write a GenBank record with all predicted genes from a sequence.
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.0.0-alpha2"
__version__ = "3.0.0-alpha3"

0 comments on commit 5112293

Please sign in to comment.