Skip to content

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 16, 2023
1 parent eb252ad commit 9c578b6
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/pyhmmer/compare/v0.9.0...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.0...HEAD


## [v0.10.0] - 2023-08-16
[v0.10.0]: https://github.com/althonos/pyhmmer/compare/v0.9.0...v0.10.0

### Added
- Support for compiling wheels for Aarch64 and NEON-enabled Arm platforms.

### Changed
- Updated HMMER to [`v3.4`](https://github.com/EddyRivasLab/hmmer/releases/tag/hmmer-3.4).
- Updated Easel to [`v0.49`](https://github.com/EddyRivasLab/easel/releases/tag/easel-0.49).
- Use [`cibuildwheel`](https://github.com/pypa/cibuildwheel) to build wheel distributions.

### Fixed
- Patch missing `PyInterpreterState_GetID` preventing the package from working on PyPy 3.9.


## [v0.9.0] - 2023-08-03
Expand Down
2 changes: 1 addition & 1 deletion pyhmmer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.9.0"
__version__ = "0.10.0"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit 9c578b6

Please sign in to comment.