Skip to content

Commit

Permalink
Merge pull request #414 from PyPSA/release-v0.6
Browse files Browse the repository at this point in the history
prepare release 0.6.0
  • Loading branch information
fneum authored Sep 10, 2022
2 parents ef2633a + 61f4f39 commit e54a4a9
Show file tree
Hide file tree
Showing 8 changed files with 143 additions and 33 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.5.0
version: 0.6.0
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.5.0
version: 0.6.0
tutorial: false

logging:
Expand Down
2 changes: 1 addition & 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.5.0
version: 0.6.0
tutorial: true

logging:
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.3'
version = u'0.6'
# The full version, including alpha/beta/rc tags.
release = u'0.4.0'
release = u'0.6.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
24 changes: 22 additions & 2 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,29 @@ Release Notes
Upcoming Release
================

* Add functionality to consider shipping routes when calculating the available area for offshore technologies. Data for the shipping density comes from the `Global Shipping Traffic Density dataset <https://datacatalog.worldbank.org/search/dataset/0037580/Global-Shipping-Traffic-Density>`
* new feature


PyPSA-Eur 0.6.0 (10th September 2022)
=====================================

* Functionality to consider shipping routes when calculating the available area
for offshore technologies were added. Data for the shipping density comes from
the `Global Shipping Traffic Density dataset
<https://datacatalog.worldbank.org/search/dataset/0037580/Global-Shipping-Traffic-Density>`_.

* When transforming all transmission lines to a unified voltage level of 380kV,
the workflow now preserves the transmission capacity rather than electrical
impedance and reactance.

* Memory resources are now specified for all rules.

* Filtering of power plant data was adjusted to new versions of
``powerplantmatching``.

* The resolution of land exclusion calculation is now a configurable option. See
setting ``excluder_resolution``.

* When fixing line voltages to 380kV, the workflow now preserves the transmission capacity instead of the electrical impedance and reactance.

PyPSA-Eur 0.5.0 (27th July 2022)
=====================================
Expand Down
Loading

0 comments on commit e54a4a9

Please sign in to comment.