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

Release v0.10.8

parent 9862cc73
No related branches found
Tags v0.10.8
No related merge requests found
Pipeline #56462 passed
......@@ -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
......
......@@ -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.7"
__version__ = "0.10.8"
__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