Changelog#
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased#
v0.3.1 - 2025-06-13#
Fixed#
Missing header include in
reader.hppfile of SWORD.
v0.3.0-post1 - 2025-03-04#
Fixed#
Extra key in
pyproject.tomlcausing build issues with version0.11.0ofscikit-build-core.
v0.3.0 - 2024-11-04#
Added#
Support for Python 3.13.
Type hints for
pyswrdusing external stub file.
Changed#
Bump required
scoring-matricesdependency tov0.3.0.Bump required
pyopaldepdency tov0.7.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.
Large test data being included in source distribution.
Incorrect license tag in Python files.
Removed#
Support for Python 3.6.
v0.2.0 - 2024-05-15#
Changed#
Update
pyopaldependency tov0.6.0.Use
scoring-matricespackage to expose the scoring matrix ofpyswrd.Scorerobjects.Inline some SWORD functions to improve performance in some critical sections.
v0.1.1 - 2024-02-28#
Added#
Support for passing a running
ThreadPooltopyswrd.search.
Changed#
Update
pyopaldependency tov0.5.2.
v0.1.0 - 2024-01-20#
Initial release.