Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Aug 3, 2023
1 parent cd9db44 commit f9c57c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 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.8.2...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.9.0...HEAD


## [v0.9.0] - 2023-08-03
[v0.9.0]: https://github.com/althonos/pyhmmer/compare/v0.8.2...v0.9.0

### Added
- `TopHits.mode` property showing from which pipeline mode (*search* or *scan*) the hits were obtained.

### Changed
- Updated the code for Cython `v3.0`.
- Use fused types to mark the type of queries to `Pipeline` and `LongTargetsPipeline` search methods.

### Fixed
- `TopHits.merge` not properly handling inclusion and reporting for domains ([#46](https://github.com/althonos/pyhmmer/issues/46), [#47](https://github.com/althonos/pyhmmer/pull/47), by [@zdk123](https://github.com/zdk123)).


## [v0.8.2] - 2023-06-07
Expand Down
4 changes: 2 additions & 2 deletions pyhmmer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Larralde, Martin, and Georg Zeller.
"PyHMMER: A Python Library Binding to HMMER for Efficient
Sequence Analysis". Bioinformatics, 19 April 2023, btad214.
:doi:`10.1093/bioinformatics/btad214`.
:doi:`10.1093/bioinformatics/btad214`. :pmid:`37074928`.
"""

Expand All @@ -32,7 +32,7 @@

__author__ = "Martin Larralde <[email protected]>"
__license__ = "MIT"
__version__ = "0.8.2"
__version__ = "0.9.0"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit f9c57c6

Please sign in to comment.