Releases: NERC-CEH/isoperiod
Releases · NERC-CEH/isoperiod
Release list
isoperiod 0.1.0
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
Makefilewith 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.