Skip to content

Commit

Permalink
Release v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed May 23, 2024
1 parent a9ccb84 commit 00a33b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.4.0...HEAD


## [v3.4.1] - 2024-05-23
[v3.4.1]: https://github.com/althonos/pyrodigal/compare/v3.4.0...v3.4.1

### Changed
- Refactor SIMD code to reduce number of required registers, and improve SSE2 performance.
- Refactor Prodigal initialization functions into sparse initializer code to reduce library size.


## [v3.4.0] - 2024-05-19
[v3.4.0]: https://github.com/althonos/pyrodigal/compare/v3.3.0...v3.4.0

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.4.0"
__version__ = "3.4.1"

0 comments on commit 00a33b8

Please sign in to comment.