Release notes¶
Upcoming release¶
New Features and Major Changes¶
-
Decompose clean_data into carrier-source-specific rules PR #47
-
Add an inventory for data sources available for validation PR #32
Minor Changes and bug-fixing¶
Version v0.0.1 - Initial Release¶
New Features and Major Changes¶
- Include comparison and plotting features PR #1
- Include generation of geojson for network validation PR #3
- Finalize workflow, visualization, add CI and documentation PR #6
- Add documentation with MkDocs style PR #20
Minor Changes and bug-fixing¶
Release Process¶
-
Checkout a new release branch
git checkout -b release-v0.x.x. -
Finalise release notes at
doc/release_notes.md. -
Update version number in
config.yaml. -
Open, review and merge pull request for branch
release-v0.x.x. Make sure to close issues and PRs or the release milestone with it (e.g. closes #X). Runpre-commit run --alllocally and fix any issues. -
Update and checkout your local
mainand tag a release withgit tag v0.x.x,git push,git push --tags. Include release notes in the tag message using Github UI. -
Send announcement on the
PyPSA-Earth Discord channel <https://discord.gg/AnuJBk23FU>_.