Skip to content

Releases: NERC-CEH/isoperiod

Release list

isoperiod 0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:03

isoperiod 0.1.0

ISO 8601 period and duration arithmetic, including offsets from the natural boundary, for defining sampling resolution and periodicity in timeseries data

This release establishes the project scaffold.

What's in the scaffold

  • src/isoperiod/ 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.