You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/release_notes.rst
+11-3
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,21 @@ This part of documentation collects descriptive release notes to capture the mai
13
13
14
14
**New Features and Major Changes**
15
15
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
+
16
25
* Include option in the config to allow for custom airport data `PR #1241 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1241>`__
17
26
18
27
* 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>`__
19
28
20
29
* Add a list of PyPSA-Earth applications in academic and industrial projects `PR #1255 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1255>`__
21
30
22
-
23
31
* Computational improvements of build_osm_network `PR #845 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/845>`__
24
32
25
33
* 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
537
545
538
546
* Make sure thah pinned versions of the environments ``*-pinned.yaml`` in ``envs`` folder are up-to-date.
539
547
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``.
541
549
542
550
* Open, review and merge pull request for branch ``release-v0.x.x``.
543
551
Make sure to close issues and PRs or the release milestone with it (e.g. closes #X).
544
552
Run ``pre-commit run --all`` locally and fix any issues.
545
553
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.
547
555
548
556
* Upload code to `zenodo code repository <https://doi.org>`_ with `GPLv3 license <https://www.gnu.org/licenses/gpl-3.0.en.html>`_.
0 commit comments