Skip to content

Commit

Permalink
Merge pull request #424 from PyPSA/release-v0.6.1
Browse files Browse the repository at this point in the history
bump version to 0.6.1
  • Loading branch information
fneum authored Sep 20, 2022
2 parents 5277a39 + 291270c commit 28181a4
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

version: 0.6.0
version: 0.6.1
tutorial: false

logging:
Expand Down
3 changes: 2 additions & 1 deletion config.tutorial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

version: 0.6.0
version: 0.6.1
tutorial: true

logging:
Expand All @@ -11,6 +11,7 @@ logging:

run:
name: ""
shared_cutouts: false

scenario:
simpl: ['']
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
29 changes: 24 additions & 5 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://pre-commit.com/>`_.
* 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
<https://pre-commit.com/>`_.

* 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)
=====================================
Expand All @@ -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)
=====================================

Expand Down
2 changes: 1 addition & 1 deletion test/config.test1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

version: 0.6.0
version: 0.6.1
tutorial: true
logging:
level: INFO
Expand Down

0 comments on commit 28181a4

Please sign in to comment.