Skip to content

Commit

Permalink
Update version v0.4.0 (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f authored Jul 27, 2024
1 parent 5d3ad20 commit b34634d
Show file tree
Hide file tree
Showing 5 changed files with 346 additions and 307 deletions.
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.3.0
version: 0.4.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.3.0
version: 0.4.0
tutorial: true

logging:
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
copyright = f"{datetime.datetime.today().year}, {author}"

# The full version, including alpha/beta/rc tags
release = "0.3.0"
release = "0.4.0"

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"
Expand Down
11 changes: 11 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t

**New Features and Major Changes**



**Minor Changes and bug-fixing**



PyPSA-Earth 0.4.0
=================

**New Features and Major Changes (27th July 2024)**

* Improve Monte Carlo feature with more distributions types, independent by PyPSA component. `PR #930 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/930>`__

* Introduce flexible regional selection of the demand files of GEGIS. `PR #991 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/991>`__
Expand Down
Loading

0 comments on commit b34634d

Please sign in to comment.