Skip to content

v0.11.0 (2026-06-19)

Latest

Choose a tag to compare

@amyheather amyheather released this 19 Jun 15:40
· 7 commits to main since this release

Code peer review and reformatting/styling by @amyheather and creation of great-docs documentation site.

Added

  • Add CONTRIBUTING.md.
  • Add all-contributors.
  • Add great-docs documentation site.
  • Add GitHub actions to check for alt-text, deploy documentation, check for linting issues, and run tests.
  • Add some basic smoke tests.

Changed

  • Set package to require Python 3.11+ as that is required by great-docs.
  • Environment:
    • Add great-docs and ruff.
    • Removed jupyter, nbqa, black and flake8.
  • Examples: converted from .ipynb to .qmd, stored in user_guide/, and moved the explanation to a separate page in the guide, so these now contain less duplicate information.
  • README: tidy up, remove jupyter-lab instructions, remove diagram as easy to go stale.
  • Citation: add @amyheather.
  • Style: Linting and formatting package, tests and documentation to be compliant with a wide range of ruff rules.

Fixed

  • Amended ProcessModel.to_mermaid to only return Mermaid, not markdown, as that was very jupyter-specific and didn't work in quarto site.