Skip to content

Releases: NERC-CEH/hydrometlib

Release list

hydrometlib 0.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 08:13

Hydrometeorology Calculation Library 0.1.0

A trusted library of verified and referenced hydrometeoroloigical calculations and derivations.

This release establishes the project scaffold.

What's in the scaffold

  • src/hydrometlib/ package with __init__ and __main__
  • Tests with pytest and coverage (90% threshold)
  • CI via GitHub Actions (NERC-CEH/dri-cicd reusable workflows)
  • Docs site with Sphinx + Shibuya theme, auto-deployed to GitHub Pages
  • Makefile with dev commands: qa, test, type-check, bump, release
  • Pre-commit git hook for ruff format and lint
  • Contributing guide, code of conduct
  • .editorconfig, .gitignore

Built with Cookiecutter and the NERC-CEH/fdri-cookiecutter-templates template.