Skip to content

Commit

Permalink
Release v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 22, 2023
1 parent 055d4fe commit a2b2b28
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.2...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.3...HEAD


## [v0.10.3] - 2023-10-22
[v0.10.3]: https://github.com/althonos/pyhmmer/compare/v0.10.2...v0.10.3

### Added
- Out-of-band pickle serialization of `Bitfield` objects.
- Getters for `float` attributes and forward/backward parameters of `OptimizedProfile`.
- `InvalidHMM` error raised by `HMM.validate`.

### Changed
- Mark `HMM.zero` method as `noexcept`.
- Increase size of buffer for the query queue in the `hmmer` dispatcher.

### Fixed
- Unneeded semaphore in `pyhmmer.hmmer` message passing implementation.
- Broken assertion in `Bitfield._from_raw_bytes`.
- Relax tolerance of HMM validation in `TraceAligner.align_traces`.


## [v0.10.2] - 2023-08-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.2"
__version__ = "0.10.3"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit a2b2b28

Please sign in to comment.