Changelog

Unreleased (latest)

Contributors: Trevor James Smith (@Zeitsperre).

Changes

  • Updated the cookiecutter template to use the latest commit. (#23):
    • Updated GitHub Actions and Python dependencies.

    • Added pre-commit hooks for vulture (find dead code), codespell (find typos), zizmor (GitHub workflow security), and gitleaks (token commit prevention).

    • Disabled coveralls for Python3.13.

  • Updated the cookiecutter template to use the latest commit. (#106):
    • Replaced pre-commit tool with prek.

    • Development and documentation dependencies are now installed via dependency-groups (requires pip >=25.2).

    • tox now uses the TOML spec for configuration.

    • Makefile now handles more dependency management operations.

    • Added generative AI contribution information and model guidance files (AGENTS.md and AI_POLICY.md).

Fixes

  • No change.

v0.1.0

Contributors: Didier Haguma (@dhagum)

Changes

  • First release on PyPI.