Skip to content

Commit

Permalink
Release v0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Mar 5, 2024
1 parent 9862cc7 commit 824962d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.7...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.8...HEAD


## [v0.10.8] - 2024-03-06
[v0.10.8]: https://github.com/althonos/pyhmmer/compare/v0.10.7...v0.10.8

### Added
- Getter to access the strand of a `Domain` produced by a `LongTargetsPipeline`.

### Changed
- Display model and cutoff names in `MissingCutoffs` error message, if any.
- Allow `LongTargetsPipeline` to be configured with window length and beta parameters.
- Make `nhmmer` use the window length and beta from the options when creating a `Builder`.

### Fixed
- `nhmmer` not computing E-values for non-default window lengths ([moshi4/pybarrnap#2](https://github.com/moshi4/pybarrnap/issues/2)).
- `SequenceFile` and `MSAFile` crashing with a segmentation fault when given the path to a folder rather than a file.


## [v0.10.7] - 2024-03-04
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.7"
__version__ = "0.10.8"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit 824962d

Please sign in to comment.