Skip to content
Snippets Groups Projects
Commit 580f8842 authored by Martin Larralde's avatar Martin Larralde
Browse files

Release v0.10.14

parent 0d64caf2
No related branches found
No related tags found
No related merge requests found
Pipeline #62300 passed
...@@ -88,7 +88,7 @@ jobs: ...@@ -88,7 +88,7 @@ jobs:
wheel-macos-x86_64: wheel-macos-x86_64:
name: Build MacOS wheels (x86-64) name: Build MacOS wheels (x86-64)
runs-on: macOS-11 runs-on: macOS-12
strategy: strategy:
matrix: matrix:
python-tag: python-tag:
...@@ -125,7 +125,7 @@ jobs: ...@@ -125,7 +125,7 @@ jobs:
wheel-macos-aarch64: wheel-macos-aarch64:
name: Build MacOS wheels (Aarch64) name: Build MacOS wheels (Aarch64)
runs-on: macOS-11 runs-on: macOS-12
strategy: strategy:
matrix: matrix:
python-tag: python-tag:
......
...@@ -6,7 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -6,7 +6,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [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 ## [v0.10.13] - 2024-06-19
......
...@@ -32,7 +32,7 @@ from .hmmer import hmmalign, hmmsearch, hmmpress, nhmmer, hmmscan, phmmer, jackh ...@@ -32,7 +32,7 @@ from .hmmer import hmmalign, hmmsearch, hmmpress, nhmmer, hmmscan, phmmer, jackh
__author__ = "Martin Larralde <martin.larralde@embl.de>" __author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT" __license__ = "MIT"
__version__ = "0.10.13" __version__ = "0.10.14"
__all__ = [ __all__ = [
"errors", "errors",
"easel", "easel",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment