Skip to content

Commit 3925043

Browse files
authored
Release v0.7.0 (#1532)
* Upgrade a version number * Fix copyright * Adjust release notes * Revise release notes * Minor formatting fixes
1 parent a3230e5 commit 3925043

File tree

9 files changed

+41
-33
lines changed

9 files changed

+41
-33
lines changed

config.default.yaml

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

5-
version: 0.6.0
5+
version: 0.7.0
66
tutorial: false
77

88
logging:

config.tutorial.yaml

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

5-
version: 0.6.0
5+
version: 0.7.0
66
tutorial: true
77

88

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
# -- Project information -----------------------------------------------------
6262

6363
project = "PyPSA-Earth"
64-
author = "Max Parzen"
64+
author = "PyPSA-Earth developers"
6565
copyright = f"{datetime.datetime.today().year}, {author}"
6666

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

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

doc/release_notes.rst

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,17 @@ This part of documentation collects descriptive release notes to capture the mai
1313

1414
**New Features and Major Changes**
1515

16-
* Remove duplicates in environment file. `PR #1473 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1473>`__
16+
**Minor Changes and bug-fixing**
17+
18+
PyPSA-Earth 0.7.0
19+
=================
1720

18-
* Revised bundle_cutouts_northamerica `PR #1479 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1479>`__
21+
**New Features and Major Changes**
1922

20-
* Revised pinned to locked environments. `PR #1458 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1458>`__
23+
24+
* Revise bundle_cutouts_northamerica `PR #1479 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1479>`__
25+
26+
* Revise pinned to locked environments `PR #1458 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1458>`__
2127

2228
* Update to `technology-data` version v0.12.0 `PR #1452 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1452>`__
2329

@@ -31,9 +37,9 @@ This part of documentation collects descriptive release notes to capture the mai
3137

3238
* Drop duplication of retrieve_data and COST_DIR, add params and update technology-data version `PR #1249 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1249>`__
3339

34-
* In alternative clustering, generate hydro inflows by shape and avoid hydro inflows duplication for plants installed in the same node `PR #1120 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1120>`
40+
* In alternative clustering, generate hydro inflows by shape and avoid hydro inflows duplication for plants installed in the same node `PR #1120 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1120>`__
3541

36-
* Add a function to calculate length-based efficiencies and apply it to the H2 pipelines. `PR #1192 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1192>`__
42+
* Add a function to calculate length-based efficiencies and apply it to the H2 pipelines `PR #1192 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1192>`__
3743

3844
* Support of Linopy for Power and Sector-Coupled Modelling and latest PyPSA version `PR #1172 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1172>`__
3945

@@ -49,39 +55,41 @@ This part of documentation collects descriptive release notes to capture the mai
4955

5056
**Minor Changes and bug-fixing**
5157

52-
* Fix fallback logic for missing currency data by correctly applying the default exchange rate and build cache for storing commonly used exchange rates. `PR #1492 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1492>`__
58+
* Remove duplicates in environment file `PR #1473 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1473>`__
59+
60+
* Fix fallback logic for missing currency data by correctly applying the default exchange rate and build cache for storing commonly used exchange rates `PR #1492 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1492>`__
5361

54-
* Update code to reflect the Wikipedia source page for `prepare_transport_data_input`. `PR #1486 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1486>`__
62+
* Update code to reflect the Wikipedia source page for `prepare_transport_data_input` `PR #1486 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1486>`__
5563

56-
* Add efficiency gain and growth rates for other energy consumption and fill missing NaNs with 0. `PR #1468 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1468>`__
64+
* Add efficiency gain and growth rates for other energy consumption and fill missing NaNs with 0 `PR #1468 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1468>`__
5765

58-
* Fix missing nodes in prepare_sector_network. `PR #1432 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1432>`__
66+
* Fix missing nodes in prepare_sector_network `PR #1432 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1432>`__
5967

60-
* Fix missing country attribute in cluster_network. `PR #1443 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1443>`__
68+
* Fix missing country attribute in cluster_network `PR #1443 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1443>`__
6169

62-
* Fix numpy TypeErrors. `PR #1430 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1430>`__
70+
* Fix numpy TypeErrors `PR #1430 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1430>`__
6371

64-
* Update description of the sector-coupled capabilities. `PR #1449 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1449>`__
72+
* Update description of the sector-coupled capabilities `PR #1449 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1449>`__
6573

66-
* Modified how_to_contribute documentation page. `PR #1439 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1439>`__
74+
* Modified how_to_contribute documentation page `PR #1439 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1439>`__
6775

68-
* Redefine h2export wildcard_constraint to allow digits + optional dot followed by more digites (decimals). `PR #1434 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1434>`__
76+
* Redefine h2export wildcard_constraint to allow digits + optional dot followed by more digites (decimals) `PR #1434 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1434>`__
6977

70-
* Update the AL_production.csv data from another source with more countries. `PR #1428 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1428>`__
78+
* Update the AL_production.csv data from another source with more countries `PR #1428 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1428>`__
7179

72-
* Fix params for prepare_sector_network script. `PR #1427 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1427>`__
80+
* Fix params for prepare_sector_network script `PR #1427 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1427>`__
7381

74-
* Add option to adjust load shedding costs. `PR #1403 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1403>`__
82+
* Add option to adjust load shedding costs `PR #1403 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1403>`__
7583

76-
* Fix: Use the mean value instead of the sum to remove duplicates in the urban percentage data per country and year. `PR #1420 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1420>`__
84+
* Fix: Use the mean value instead of the sum to remove duplicates in the urban percentage data per country and year `PR #1420 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1420>`__
7785

78-
* Fix prepare_ports script to generate both outputs if export ports with custom data is selected. `PR #1424 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1424>`__
86+
* Fix prepare_ports script to generate both outputs if export ports with custom data is selected `PR #1424 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1424>`__
7987

80-
* Update the applications list for PyPSA-Earth model. `PR #1413 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1413>`__
88+
* Update the applications list for PyPSA-Earth model `PR #1413 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1413>`__
8189

8290
* Fix problem with a discontinued World Bank data source in prepare_transport_data_input `PR #1410 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1410>`__
8391

84-
* Fix bug in myopic run. `PR #1369 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1369>`__
92+
* Fix bug in myopic run `PR #1369 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1369>`__
8593

8694
* Fix missing focus_weights on cluster_network params without augmented_line_connections, minimize warnings on subregions `PR #1348 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1348>`__
8795

@@ -93,13 +101,13 @@ This part of documentation collects descriptive release notes to capture the mai
93101

94102
* Fix readthedocs by explicitly specifying the location of the Sphinx config `PR #1292 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1292>`__
95103

96-
* Fix lossy bidirectional links, especially H2 pipelines, which would sometimes gain H2 instead of losing it. `PR #1192 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1192>`__
104+
* Fix lossy bidirectional links, especially H2 pipelines, which would sometimes gain H2 instead of losing it `PR #1192 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1192>`__
97105

98106
* Fix the need for administrative rights on Windows by changing all shadow directory settings for Windows in the Snakefile `PR #1295 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1295>`__ and `PR #1301 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1301>`__
99107

100-
* Add CITATION.cff to guide users on how cite PyPSA-Earth. Insert the DOI badge in the README linking to the very first PyPSA-Earth paper. `PR #1316 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1316>`__
108+
* Add CITATION.cff to guide users on how cite PyPSA-Earth. Insert the DOI badge in the README linking to the very first PyPSA-Earth paper `PR #1316 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1316>`__
101109

102-
* Remove pyomo from cluster_network and introduce scip. `PR #1320 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1323>`__
110+
* Remove pyomo from cluster_network and introduce scip `PR #1320 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1323>`__
103111

104112
* Fix mixup of plant locations for hydro inflow and inflow overestimation `PR #1322 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1322>`__
105113

test/config.custom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
### CHANGES TO CONFIG.TUTORIAL.YAML ###
6-
version: 0.6.0
6+
version: 0.7.0
77

88
run:
99
name: "custom"

test/config.landlock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
### CHANGES TO CONFIG.TUTORIAL.YAML ###
6-
version: 0.6.0
6+
version: 0.7.0
77

88
countries: ["BW"]
99

test/config.monte_carlo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: CC0-1.0
44

55
### CHANGES TO CONFIG.TUTORIAL.YAML ###
6-
version: 0.6.0
6+
version: 0.7.0
77

88
monte_carlo:
99
options:

test/config.myopic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
version: 0.6.0
5+
version: 0.7.0
66
logging_level: INFO
77
tutorial: true
88

test/config.sector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
version: 0.6.0
5+
version: 0.7.0
66
tutorial: true
77

88
enable:

0 commit comments

Comments
 (0)