Skip to content

Commit d2f1b48

Browse files
committed
Release v0.7.0
1 parent d194f37 commit d2f1b48

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

.github/workflows/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ coverage ~=7.0
22
cython ~=3.0
33
scoring-matrices ~=0.3.0
44
scikit-build-core
5+
build
56
archspec ~=0.2 ; os_name != 'nt'

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ share/python-wheels/
9898
.installed.cfg
9999
*.egg
100100
MANIFEST
101-
pyproject.toml
102101

103102
# PyInstaller
104103
# Usually these files are written by a python script from a template

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.6.1...HEAD
9+
[Unreleased]: https://github.com/althonos/pyopal/compare/v0.7.0...HEAD
10+
11+
12+
## [v0.7.0] - 2024-11-04
13+
[v0.7.0]: https://github.com/althonos/pyopal/compare/v0.6.1...v0.7.0
14+
15+
### Added
16+
- Support for Python 3.13.
17+
18+
### Changed
19+
- Bump required `scoring-matrices` dependency to `v0.3.0`.
20+
- Reorganize project to build with CMake and `scikit-build-core`.
21+
- Update documentation to use the PyData theme.
22+
23+
### Fixed
24+
- Signature of Cython classes constructors not displaying in documentation.
25+
26+
### Removed
27+
- Support for Python 3.6.
1028

1129

1230
## [v0.6.1] - 2024-06-06

docs/_static/json/switcher.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[
22
{
3-
"name": "v0.6 (latest)",
3+
"name": "v0.7 (latest)",
4+
"version": "0.7.0",
5+
"url": "https://pyopal.readthedocs.io/en/v0.7.0/"
6+
},
7+
{
8+
"name": "v0.6",
49
"version": "0.6.1",
510
"url": "https://pyopal.readthedocs.io/en/v0.6.1/"
611
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "pyopal"
7-
version = "0.6.1"
7+
version = "0.7.0"
88
description = "Cython bindings and Python interface to Opal, a SIMD-accelerated pairwise aligner."
99
readme = "README.md"
1010
requires-python = ">=3.7"

0 commit comments

Comments
 (0)