You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Version 0.2.12
20
20
cut-out wind speed at the end of the power curve is introduced. From the next release v0.2.13, adding
21
21
a cut-out wind speed will be the default behavior (`GH #316 <https://github.com/PyPSA/atlite/pull/316>`_)
22
22
* 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>`_):
24
24
* NREL_ReferenceTurbine_2016CACost_10MW_offshore
25
25
* NREL_ReferenceTurbine_2016CACost_6MW_offshore
26
26
* NREL_ReferenceTurbine_2016CACost_8MW_offshore
@@ -31,7 +31,7 @@ Version 0.2.12
31
31
* NREL_ReferenceTurbine_2020ATB_18MW_offshore
32
32
* Fix: the wind turbine power curve is checked for a missing cut-out wind speed and an option to add a
33
33
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.
35
35
* A cutout can now be loaded with setting chunks to ``auto``.
36
36
* The Cutout class has a new function ``area`` which return a DataArray with dimensions (x,y) with the area of each grid cell.
37
37
* 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