diff --git a/CITATION.cff b/CITATION.cff index e54f14ca..57cc590f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -6,7 +6,7 @@ cff-version: 1.1.0 message: "If you use this package, please cite the corresponding manuscript in Energy Strategy Reviews." title: "PyPSA-Eur: An open optimisation model of the European transmission system" repository: https://github.com/pypsa/pypsa-eur -version: 0.6.0 +version: 0.6.1 license: MIT journal: Energy Strategy Reviews doi: 10.1016/j.esr.2018.08.012 diff --git a/config.default.yaml b/config.default.yaml index 2d26ad84..fddd7531 100755 --- a/config.default.yaml +++ b/config.default.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: CC0-1.0 -version: 0.6.0 +version: 0.6.1 tutorial: false logging: diff --git a/config.tutorial.yaml b/config.tutorial.yaml index 241dc2e1..9d802d81 100755 --- a/config.tutorial.yaml +++ b/config.tutorial.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: CC0-1.0 -version: 0.6.0 +version: 0.6.1 tutorial: true logging: @@ -11,6 +11,7 @@ logging: run: name: "" + shared_cutouts: false scenario: simpl: [''] diff --git a/doc/conf.py b/doc/conf.py index 0b98619d..0cfb1f9a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -77,7 +77,7 @@ author = "Jonas Hoersch (KIT, FIAS), Fabian Hofmann (TUB, FIAS), David Schlachtb # The short X.Y version. version = "0.6" # The full version, including alpha/beta/rc tags. -release = "0.6.0" +release = "0.6.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/index.rst b/doc/index.rst index d9ee9842..a5d6092d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -37,7 +37,7 @@ It contains alternating current lines at and above 220 kV voltage level and all The model is suitable both for operational studies and generation and transmission expansion planning studies. The continental scope and highly resolved spatial scale enables a proper description of the long-range smoothing effects for renewable power generation and their varying resource availability. -.. image:: img/base.png +.. image:: img/elec.png :width: 50% :align: center diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 0f8e122f..935c1e9a 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -10,10 +10,31 @@ Release Notes Upcoming Release ================ -* Individual commits are now tested against pre-commit hooks. This includes black style formatting, sorting of package imports, Snakefile formatting and others. Installation instructions can for the pre-commit can be found `here `_. +* new feature + +PyPSA-Eur 0.6.1 (20th September 2022) +===================================== + +* Individual commits are now tested against pre-commit hooks. This includes + black style formatting, sorting of package imports, Snakefile formatting and + others. Installation instructions can for the pre-commit can be found `here + `_. + * Pre-commit CI is now part of the repository's CI. -* The heuristic distribution of today's renewable installations is now enable per default. -* Marginal costs of conventional generators are now taking the plant-specific efficiency into account. + +* The software now supports running the workflow with different settings within + the same directory. A new config section ``run`` was created that specifies + under which scenario ``name`` the created resources, networks and results + should be stored. If ``name`` is not specified, the workflow uses the default + paths. The entry ``shared_cutouts`` specifies whether the run should use + cutouts from the default root directory or use run-specific cutouts. + +* The heuristic distribution of today's renewable capacity installations is now + enabled by default. + +* The marginal costs of conventional generators are now taking the plant-specific + efficiency into account where available. + PyPSA-Eur 0.6.0 (10th September 2022) ===================================== @@ -36,8 +57,6 @@ PyPSA-Eur 0.6.0 (10th September 2022) setting ``excluder_resolution``. -* The software now supports running the workflow with different settings within the same directory. A new config section ``run`` was created that specifies under which scenario ``name`` the created resources, networks and results should be stored. If ``name`` is not specified, the workflow uses the default paths. The entry ``shared_cutouts`` specifies whether the run should use cutouts from the default root directory or use run-specific cutouts. - PyPSA-Eur 0.5.0 (27th July 2022) ===================================== diff --git a/test/config.test1.yaml b/test/config.test1.yaml index bc3b2496..3684c7fe 100755 --- a/test/config.test1.yaml +++ b/test/config.test1.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: CC0-1.0 -version: 0.6.0 +version: 0.6.1 tutorial: true logging: level: INFO