Added
- Citation metadata in
CITATION.bib,README.md, and documentation. - Installation script with support for
uvto simplify setting optional arguments. - CI jobs for quality checks, static checks, documentation build, source build and test with GPU support.
- Support for CUDA Toolkit 13.
Changed
- Migrated build system from
setup.py/setup.cfgto [PEP 517/518]pyproject.tomlstandard. pybind11is now a build dependency and is no longer included as a static copy in the external lib directory.- Maximum supported Python version is now 3.14.
Removed
- Removed statically saved
pybind11from the external lib directory.