Skip to content

Commit

Permalink
Release v0.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 19, 2024
1 parent 9839c8c commit 4be5996
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.12...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.13...HEAD


## [v0.10.13] - 2024-06-19
[v0.10.13]: https://github.com/althonos/pyhmmer/compare/v0.10.12...v0.10.13

### Changed
- Allow `AlphabetMismatch` error to allow for an unknown *actual* alphabet.
- Make `HMMFile` and `HMMPressedFile` raise `AlphabetMismatch` on files with mixed alphabets.

### Fixed
- Avoid calling `fclose` with null pointers in `Sequence.write` and `MSA.write`.


## [v0.10.12] - 2024-04-25
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.12"
__version__ = "0.10.13"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit 4be5996

Please sign in to comment.