Added
- Support for Python 3.13.
Changed
- Reorganize project to build with CMake and `scikit-build-core`.
- Build separate Python modules for various SIMD implementations to avoid potential linking issues.
Fixed
- Pointer dereference issue when calling `TrainingInfo.load` in PyPI or with objects missing a `readinto` method.
Removed
- Support for Python 3.6.