Skip to content

Commit

Permalink
Release v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Feb 21, 2024
1 parent 65496ad commit b0e9655
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.5...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.6...HEAD


## [v0.10.6] - 2024-02-20
[v0.10.6]: https://github.com/althonos/pyhmmer/compare/v0.10.5...v0.10.6

### Added
- `armv7` and `aarch64` to the `PKGBUILD` architectures.

### Changed
- `SSIReader` and `SSIWriter` constructors now accept path-like objects.
- Skip tests dependending on `importlib.resources.files` when it is not available on the host machine.

### Fixed
- Memory leak caused by alphabet allocation in `Pipeline._scan_loop_file`.


## [v0.10.5] - 2024-02-16
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.10.5"
__version__ = "0.10.6"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit b0e9655

Please sign in to comment.