Skip to content

Commit

Permalink
Release v0.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 16, 2024
1 parent 0d64caf commit 3c67c19
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


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


## [v0.10.14] - 2024-07-16
[v0.10.14]: https://github.com/althonos/pyhmmer/compare/v0.10.13...v0.10.14

### Added
- Detection of SSE flush modes to `setup.py` for possible performance gains on x86 platforms.

### Changed
- Migrate documentation to `pydata-sphinx-theme`.

### Fixed
- Documentation examples not using permanent resource links.


## [v0.10.13] - 2024-06-19
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.13"
__version__ = "0.10.14"
__all__ = [
"errors",
"easel",
Expand Down

0 comments on commit 3c67c19

Please sign in to comment.