Fixed - Extra key in `pyproject.toml` causing build issues with version `0.11.0` of `scikit-build-core`.
3.6.3
Fixed - Dynamic dispatch to NEON connection scorer on Aarch64 MacOS.
3.6.2
Fixed - `pyrodigal` console script not being installed.
3.6.1
Added - Compilation of the connection scoring code for AVX-512.
Fixed - Import issue on platforms without AVX2 runtime support. - Missing metadata in `pyproject.toml`.
3.6.0
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.
3.5.2
Added - Warning in CLI when given sequences with empty identifiers.
Fixed - FASTA parser used in CLI crashing on empty header lines ([61](https://github.com/althonos/pyrodigal/issues/61)).