Skip to content

Commit

Permalink
Release v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 29, 2023
1 parent aaf64df commit c283e05
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.3...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.4...HEAD


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

### Added
- `residue_markups` argument to `TextSequence` and `DigitalSequence` constructors.
- `__reduce__` implementation to `TextSequence`, `DigitalSequence`, `TextSequenceBlock` and `DigitalSequenceBlock`.

### Changed
- Handling of `easel` I/O methods to avoid implicit GIL acquisition for error checking.

### Fixed
- Syntax errors in type annotation files.


## [v0.10.3] - 2023-10-22
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.3"
__version__ = "0.10.4"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit c283e05

Please sign in to comment.