Skip to content

Commit 463d5b3

Browse files
committed
remove duplicate target name in RELEASE_NOTES.rst to make PYPI happy
1 parent e1dc4b1 commit 463d5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE_NOTES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Version 0.2.12
2020
cut-out wind speed at the end of the power curve is introduced. From the next release v0.2.13, adding
2121
a cut-out wind speed will be the default behavior (`GH #316 <https://github.com/PyPSA/atlite/pull/316>`_)
2222
* Compatibility with xarray >= 2023.09.: The chunked spatial dimension in `aggregate` was raising an error with the new xarray version. This is fixed now.
23-
* Bug fix: Some wind turbine models did not include a cut-out wind speed, potentially causing overestimated power generation in windy conditions. Cut-out wind speeds were added to the following affected wind turbine models (`#316 <https://github.com/PyPSA/atlite/issues/314>`_):
23+
* Bug fix: Some wind turbine models did not include a cut-out wind speed, potentially causing overestimated power generation in windy conditions. Cut-out wind speeds were added to the following affected wind turbine models (`GH #314 <https://github.com/PyPSA/atlite/issues/314>`_):
2424
* NREL_ReferenceTurbine_2016CACost_10MW_offshore
2525
* NREL_ReferenceTurbine_2016CACost_6MW_offshore
2626
* NREL_ReferenceTurbine_2016CACost_8MW_offshore
@@ -31,7 +31,7 @@ Version 0.2.12
3131
* NREL_ReferenceTurbine_2020ATB_18MW_offshore
3232
* Fix: the wind turbine power curve is checked for a missing cut-out wind speed and an option to add a
3333
cut-out wind speed at the end of the power curve is introduced. From the next release v0.2.13, adding
34-
a cut-out wind speed will be the default behavior (`GH #316 <https://github.com/PyPSA/atlite/pull/316>`_)
34+
a cut-out wind speed will be the default behavior.
3535
* A cutout can now be loaded with setting chunks to ``auto``.
3636
* The Cutout class has a new function ``area`` which return a DataArray with dimensions (x,y) with the area of each grid cell.
3737
* The Cutout class has a new function ``layout_from_area_density`` which returns a capacity layout with the capacity per grid cell based on the area density.

0 commit comments

Comments
 (0)