Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 4, 2024
1 parent d194f37 commit d2f1b48
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ coverage ~=7.0
cython ~=3.0
scoring-matrices ~=0.3.0
scikit-build-core
build
archspec ~=0.2 ; os_name != 'nt'
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ share/python-wheels/
.installed.cfg
*.egg
MANIFEST
pyproject.toml

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.6.1...HEAD
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.7.0...HEAD


## [v0.7.0] - 2024-11-04
[v0.7.0]: https://github.com/althonos/pyopal/compare/v0.6.1...v0.7.0

### Added
- Support for Python 3.13.

### Changed
- Bump required `scoring-matrices` dependency to `v0.3.0`.
- Reorganize project to build with CMake and `scikit-build-core`.
- Update documentation to use the PyData theme.

### Fixed
- Signature of Cython classes constructors not displaying in documentation.

### Removed
- Support for Python 3.6.


## [v0.6.1] - 2024-06-06
Expand Down
7 changes: 6 additions & 1 deletion docs/_static/json/switcher.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[
{
"name": "v0.6 (latest)",
"name": "v0.7 (latest)",
"version": "0.7.0",
"url": "https://pyopal.readthedocs.io/en/v0.7.0/"
},
{
"name": "v0.6",
"version": "0.6.1",
"url": "https://pyopal.readthedocs.io/en/v0.6.1/"
}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pyopal"
version = "0.6.1"
version = "0.7.0"
description = "Cython bindings and Python interface to Opal, a SIMD-accelerated pairwise aligner."
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit d2f1b48

Please sign in to comment.