Skip to content

Commit 0f871a5

Browse files
committed
Add to whatsnew
1 parent 94eb2df commit 0f871a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/whatsnew/v0-1-0.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ New functions
1515
* application of wake losses to a power curve
1616
* application of wake losses to a wind speed time series by using wind efficiency curves which are provided in the data directory
1717
* logarithmic interpolation/extrapolation for wind speed time series
18-
* gauss distribution
18+
* gauss distribution (needed for power curve smoothing)
1919
* estimation of turbulence intensity by roughness length
2020
* retrieve power curves from Open Energy Database
2121

@@ -36,10 +36,10 @@ Documentation
3636
API changes
3737
###########
3838

39-
* renamed attribute 'turbine_name' of WindTurbine object to 'name' to match with 'name' attribute of WindFarm and WindTurbineCluster
39+
* renamed attribute `turbine_name` of WindTurbine class to `name` to match with `name` attribute of WindFarm and WindTurbineCluster class
4040
* renamed `basic_example` to `modelchain_example`
4141
* renamed column 'values' of power curves to 'power' and column 'values' of power coefficient curves to 'power coefficient'
42-
* renamed `run_basic_example()` to `run_example()`
42+
* renamed `run_basic_example()` to `run_example()` in `modelchain_example`
4343
* renamed parameter `wind_turbine` of `ModelChain` object to `power_plant`
4444
* removed parameter `density_correction` from `power_plant.power_coefficient()`
4545

0 commit comments

Comments
 (0)