Releases: best-practice-and-impact/govcookiecutter
Releases · best-practice-and-impact/govcookiecutter
1.0.0
Changes include:
- adding more pre-commit hooks (
black
,isort
,nbQA
) - adding more tests to check contributions to
govcookiecutter
- bug fixing
.envrc
- removing local tables of contents (not rendering well in Sphinx)
- modifying references to indicate public sector usage
- adding Python and R requirements
- adding links to the YouTube presentation
- consolidating
coverage
andpytest
configuration files into apyproject.toml
file - adding minor fixes for Windows compatibility, including references indicating support for Windows users
- adding a data log to the
aqa
folder - adding a pull request template for
govcookiecutter
- streamlining and clarifying pre-commit hooks, removed unnecessary hooks at the parent level (e.g. Jupyter notebook hooks)
- adding GitHub Actions for continuous integration
0.7.0
Changes include:
- refactoring all the cookiecutter hooks and tests for clarity, and testability.
- moving departmental frameworks into a separate .govcookiecutter folder for clarity; this folder is deleted post-generation.
- adding documentation around contributing department frameworks.
- adding pre-generation hook to test for a valid email (based on HTML5 form specification).
- adding default AQA documents in case a departmental framework is not selected.