Skip to content
Snippets Groups Projects
Commit 43aa46cf authored by Martin Larralde's avatar Martin Larralde
Browse files

Release v0.10.7

parent d326100b
No related branches found
No related tags found
No related merge requests found
Pipeline #56398 passed
......@@ -6,7 +6,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.6...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.7...HEAD
## [v0.10.7] - 2024-03-04
[v0.10.7]: https://github.com/althonos/pyhmmer/compare/v0.10.6...v0.10.7
### Added
- Pre-compiled wheels for PyPy 3.10.
### Fixed
- Invalid pointer cast in `__getbuffer__` method of `Matrix` and `Vector` objects.
- Remaining tests failing to run on missing `importlib-resources`.
- `pyhmmer.hmmer` dispatchers possibly dead-locking on background thread errors ([#60](https://github.com/althonos/pyhmmer/issues/60)).
## [v0.10.6] - 2024-02-20
......
......@@ -32,7 +32,7 @@ from .hmmer import hmmalign, hmmsearch, hmmpress, nhmmer, hmmscan, phmmer, jackh
__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.10.6"
__version__ = "0.10.7"
__all__ = [
"errors",
"easel",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment