Merge pull request #424 from PyPSA/release-v0.6.1
bump version to 0.6.1
This commit is contained in:
commit
28181a4176
@ -6,7 +6,7 @@ cff-version: 1.1.0
|
|||||||
message: "If you use this package, please cite the corresponding manuscript in Energy Strategy Reviews."
|
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"
|
title: "PyPSA-Eur: An open optimisation model of the European transmission system"
|
||||||
repository: https://github.com/pypsa/pypsa-eur
|
repository: https://github.com/pypsa/pypsa-eur
|
||||||
version: 0.6.0
|
version: 0.6.1
|
||||||
license: MIT
|
license: MIT
|
||||||
journal: Energy Strategy Reviews
|
journal: Energy Strategy Reviews
|
||||||
doi: 10.1016/j.esr.2018.08.012
|
doi: 10.1016/j.esr.2018.08.012
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
version: 0.6.0
|
version: 0.6.1
|
||||||
tutorial: false
|
tutorial: false
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
version: 0.6.0
|
version: 0.6.1
|
||||||
tutorial: true
|
tutorial: true
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
@ -11,6 +11,7 @@ logging:
|
|||||||
|
|
||||||
run:
|
run:
|
||||||
name: ""
|
name: ""
|
||||||
|
shared_cutouts: false
|
||||||
|
|
||||||
scenario:
|
scenario:
|
||||||
simpl: ['']
|
simpl: ['']
|
||||||
|
@ -77,7 +77,7 @@ author = "Jonas Hoersch (KIT, FIAS), Fabian Hofmann (TUB, FIAS), David Schlachtb
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "0.6"
|
version = "0.6"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
@ -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.
|
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%
|
:width: 50%
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
@ -10,10 +10,31 @@ Release Notes
|
|||||||
Upcoming Release
|
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.
|
* 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)
|
PyPSA-Eur 0.6.0 (10th September 2022)
|
||||||
=====================================
|
=====================================
|
||||||
@ -36,8 +57,6 @@ PyPSA-Eur 0.6.0 (10th September 2022)
|
|||||||
setting ``excluder_resolution``.
|
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)
|
PyPSA-Eur 0.5.0 (27th July 2022)
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
version: 0.6.0
|
version: 0.6.1
|
||||||
tutorial: true
|
tutorial: true
|
||||||
logging:
|
logging:
|
||||||
level: INFO
|
level: INFO
|
||||||
|
Loading…
Reference in New Issue
Block a user