From 3c67c199b55bc4f8467a95dfcbcab9e88ae9ab73 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Tue, 16 Jul 2024 13:44:41 +0200 Subject: [PATCH] Release v0.10.14 --- CHANGELOG.md | 15 ++++++++++++++- pyhmmer/__init__.py | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28f5ee..1ecd611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyhmmer/__init__.py b/pyhmmer/__init__.py index 8e59447..a9cac1c 100644 --- a/pyhmmer/__init__.py +++ b/pyhmmer/__init__.py @@ -32,7 +32,7 @@ __author__ = "Martin Larralde " __license__ = "MIT" -__version__ = "0.10.13" +__version__ = "0.10.14" __all__ = [ "errors", "easel",