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 580f884
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

wheel-macos-x86_64:
name: Build MacOS wheels (x86-64)
runs-on: macOS-11
runs-on: macOS-12
strategy:
matrix:
python-tag:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

wheel-macos-aarch64:
name: Build MacOS wheels (Aarch64)
runs-on: macOS-11
runs-on: macOS-12
strategy:
matrix:
python-tag:
Expand Down
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 580f884

Please sign in to comment.