File tree Expand file tree Collapse file tree 5 files changed +27
-4
lines changed
Expand file tree Collapse file tree 5 files changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ coverage ~=7.0
22cython ~= 3.0
33scoring-matrices ~= 0.3.0
44scikit-build-core
5+ build
56archspec ~= 0.2 ; os_name != 'nt'
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ share/python-wheels/
9898.installed.cfg
9999* .egg
100100MANIFEST
101- pyproject.toml
102101
103102# PyInstaller
104103# Usually these files are written by a python script from a template
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " pyopal"
7- version = " 0.6.1 "
7+ version = " 0.7.0 "
88description = " Cython bindings and Python interface to Opal, a SIMD-accelerated pairwise aligner."
99readme = " README.md"
1010requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments