Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
finozzifa committed Sep 19, 2024
2 parents 8bd4b86 + 32c050e commit 4b44f8a
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 129 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ repos:

# Formatting with "black" coding style
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.8.0
hooks:
# Format Python files
- id: black
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.4.0
version: 0.4.1
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.4.0
version: 0.4.1
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.4.0"
release = "0.4.1"

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"
Expand Down
11 changes: 9 additions & 2 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@ 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.1
=================

**New Features and Major Changes**

* Add functionality to modify the cost assumptions using config files `PR #1097 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1097>`__

**Minor Changes and bug-fixing**

* 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>`__
* 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>`__
* Add functionality to modify the cost assumptions using config files `PR #1097 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1097>`__

* Fix minor bug for advanced csp implementation `PR #1076 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1076>`__
* 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>`__

Expand Down
Loading

0 comments on commit 4b44f8a

Please sign in to comment.