bump version to 0.6.1

This commit is contained in:
Fabian Neumann 2022-09-20 18:33:21 +02:00
parent 5277a39242
commit fcb80190c4
7 changed files with 32 additions and 12 deletions

View File

@ -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

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
version: 0.6.0
version: 0.6.1
tutorial: false
logging:

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
version: 0.6.0
version: 0.6.1
tutorial: true
logging:
@ -10,7 +10,8 @@ logging:
format: '%(levelname)s:%(name)s:%(message)s'
run:
name: ""
name: tutorial
shared_cutouts: false
scenario:
simpl: ['']

View File

@ -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.

View File

@ -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

View File

@ -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)
=====================================
@ -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)
=====================================

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0
version: 0.6.0
version: 0.6.1
tutorial: true
logging:
level: INFO