Skip to content

Commit 32c050e

Browse files
authored
Release v0.4.1 (#1103)
1 parent 8029d29 commit 32c050e

5 files changed

+144
-128
lines changed

config.default.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
version: 0.4.0
5+
version: 0.4.1
66
tutorial: false
77

88
logging:

config.tutorial.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
version: 0.4.0
5+
version: 0.4.1
66
tutorial: true
77

88
logging:

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
copyright = f"{datetime.datetime.today().year}, {author}"
6666

6767
# The full version, including alpha/beta/rc tags
68-
release = "0.4.0"
68+
release = "0.4.1"
6969

7070
# The name of the Pygments (syntax highlighting) style to use.
7171
pygments_style = "sphinx"

doc/release_notes.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,20 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t
1515
**New Features and Major Changes**
1616

1717

18+
**Minor Changes and bug-fixing**
19+
20+
21+
PyPSA-Earth 0.4.1
22+
=================
23+
24+
**New Features and Major Changes**
25+
26+
* Add functionality to modify the cost assumptions using config files `PR #1097 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1097>`__
1827

1928
**Minor Changes and bug-fixing**
2029

2130
* Remove unused `countries_codes` argument from `load_GDP` function in `build_shapes.py` script, which was not being called as intended with positional arguments `PR #1069 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1069>`__
2231
* Fixed problematic float parsing (`_parse_float`) in `clean_osm_data.py` to make sure all OSM lines are correctly accounted for `PR #1089 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1089>`__
23-
* Add functionality to modify the cost assumptions using config files `PR #1097 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1097>`__
24-
2532
* Fix minor bug for advanced csp implementation `PR #1076 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1076>`__
2633
* Fix minor bug in `build_powerplants.py` where the gas technology assignment incorrectly introduced NaN values for all powerplant technologies. `PR #1102 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1102>`__
2734

0 commit comments

Comments
 (0)