Skip to content

Commit

Permalink
Release v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 4, 2024
1 parent d326100 commit 43aa46c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 <[email protected]>"
__license__ = "MIT"
__version__ = "0.10.6"
__version__ = "0.10.7"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit 43aa46c

Please sign in to comment.