Skip to content

Commit e3fc578

Browse files
ekatefdavide-f
andauthored
Release v0.6.0 (#1264)
* Update release notes * Add a clarification to the release guide * Update the config versions * Clarify the release guidance * Restore minor changes --------- Co-authored-by: Davide Fioriti <[email protected]>
1 parent e7dd650 commit e3fc578

9 files changed

+19
-11
lines changed

config.default.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
version: 0.5.0
5+
version: 0.6.0
66
tutorial: false
77

88
logging:

config.tutorial.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
version: 0.5.0
5+
version: 0.6.0
66
tutorial: true
77

88

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
copyright = f"{datetime.datetime.today().year}, {author}"
6666

6767
# The full version, including alpha/beta/rc tags
68-
release = "0.5.0"
68+
release = "0.6.0"
6969

7070
# The name of the Pygments (syntax highlighting) style to use.
7171
pygments_style = "sphinx"

doc/release_notes.rst

+11-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,21 @@ This part of documentation collects descriptive release notes to capture the mai
1313

1414
**New Features and Major Changes**
1515

16+
17+
**Minor Changes and bug-fixing**
18+
19+
20+
PyPSA-Earth 0.6.0
21+
=================
22+
23+
**New Features and Major Changes (24th December 2024)**
24+
1625
* Include option in the config to allow for custom airport data `PR #1241 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1241>`__
1726

1827
* Added Dev Containers and docker as an option to get started with pypsa-earth `PR #1228 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1228>`__
1928

2029
* Add a list of PyPSA-Earth applications in academic and industrial projects `PR #1255 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1255>`__
2130

22-
2331
* Computational improvements of build_osm_network `PR #845 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/845>`__
2432

2533
* Boost computational performances of set_lines_ids with cKDTree by scipy `PR #806 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/806>`__
@@ -537,13 +545,13 @@ Release Process
537545

538546
* Make sure thah pinned versions of the environments ``*-pinned.yaml`` in ``envs`` folder are up-to-date.
539547

540-
* Update version number in ``doc/conf.py`` and ``*config.*.yaml``.
548+
* Update version number in ``doc/conf.py``, ``default.config.yaml``, ``tutorial.config.yaml`` and ``test/config.*.yaml``.
541549

542550
* Open, review and merge pull request for branch ``release-v0.x.x``.
543551
Make sure to close issues and PRs or the release milestone with it (e.g. closes #X).
544552
Run ``pre-commit run --all`` locally and fix any issues.
545553

546-
* Tag a release on Github via ``git tag v0.x.x``, ``git push``, ``git push --tags``. Include release notes in the tag message.
554+
* Update and checkout your local `main` and tag a release with ``git tag v0.x.x``, ``git push``, ``git push --tags``. Include release notes in the tag message using Github UI.
547555

548556
* Upload code to `zenodo code repository <https://doi.org>`_ with `GPLv3 license <https://www.gnu.org/licenses/gpl-3.0.en.html>`_.
549557

test/config.custom.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
### CHANGES TO CONFIG.TUTORIAL.YAML ###
6-
version: 0.5.0
6+
version: 0.6.0
77

88
run:
99
name: "custom"

test/config.landlock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
### CHANGES TO CONFIG.TUTORIAL.YAML ###
6-
version: 0.5.0
6+
version: 0.6.0
77

88
countries: ["BW"]
99

test/config.monte_carlo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
### CHANGES TO CONFIG.TUTORIAL.YAML ###
6-
version: 0.5.0
6+
version: 0.6.0
77

88
monte_carlo:
99
options:

test/config.sector.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
version: 0.5.0
5+
version: 0.6.0
66
tutorial: true
77

88
run:

test/config.test_myopic.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
version: 0.5.0
5+
version: 0.6.0
66
logging_level: INFO
77
tutorial: true
88

0 commit comments

Comments
 (0)