|
1 | | -v0.1.0 () |
2 | | -+++++++++++++++++++++++++ |
| 1 | +v0.1.0 (expected January 14, 2019) |
| 2 | +++++++++++++++++++++++++++++++++++ |
3 | 3 |
|
4 | 4 | New classes |
5 | 5 | ########### |
6 | 6 |
|
7 | | -* WindFarm class for modelling a wind farm. Defines a standard set of wind farm |
8 | | - attributes, for example aggregated power curve and wind farm efficiency to |
9 | | - take wake losses into account. |
10 | | -* WindTurbineCluster class for modelling a turbine cluster that contains |
11 | | - several wind turbines and/or wind farms. This class is useful for gathering |
12 | | - all wind turbines in a weather data grid cell. An aggregated power curve |
13 | | - can be calculated which considers the wake losses of the wind farms by a |
14 | | - set efficiency if desired. |
15 | | -* TurbineClusterModelChain class shows the usage of new functions and classes |
16 | | - of windpowerlib v.0.1 and is based on the ModelChain class. |
| 7 | + * WindFarm class for modelling a wind farm. Defines a standard set of wind farm attributes, for example aggregated power curve and wind farm efficiency to take wake losses into account. |
| 8 | + * WindTurbineCluster class for modelling a turbine cluster that contains several wind turbines and/or wind farms. This class is useful for gathering all wind turbines in a weather data grid cell. An aggregated power curve can be calculated which considers the wake losses of the wind farms by a set efficiency if desired. |
| 9 | + * TurbineClusterModelChain class shows the usage of new functions and classes of windpowerlib v.0.1 and is based on the ModelChain class. |
17 | 10 |
|
18 | 11 | New functions |
19 | 12 | ############# |
20 | 13 |
|
21 | | -* power curve smoothing for taking into account the spatial distribution of |
| 14 | + * power curve smoothing for taking into account the spatial distribution of |
22 | 15 | wind speed |
23 | | -* application of wake losses to a power curve |
24 | | -* application of wake losses to a wind speed time series |
25 | | -* logarithmic interpolation/extrapolation for wind speed time series |
26 | | -* gauss distribution |
27 | | -* estimation of turbulence intensity by roughness length |
| 16 | + * application of wake losses to a power curve |
| 17 | + * application of wake losses to a wind speed time series |
| 18 | + * logarithmic interpolation/extrapolation for wind speed time series |
| 19 | + * gauss distribution |
| 20 | + * estimation of turbulence intensity by roughness length |
28 | 21 |
|
29 | 22 |
|
30 | 23 | Testing |
31 | 24 | ####### |
32 | 25 |
|
33 | | -* added continuous integration to automatically test the windpowerlib for |
34 | | - different python versions and to check the test coverage |
| 26 | + * added continuous integration to automatically test the windpowerlib for different python versions and to check the test coverage |
35 | 27 |
|
36 | 28 |
|
37 | 29 | Documentation |
38 | 30 | ############# |
39 | 31 |
|
40 | | -* added second example section and jupyter notebook |
| 32 | + * added second example section and jupyter notebook |
41 | 33 |
|
42 | 34 |
|
43 | 35 | Other changes |
44 | 36 | ############# |
45 | | -TODO * removed deprecated attributes (.ix) |
| 37 | + * removed deprecated attributes (.ix) |
46 | 38 |
|
47 | 39 |
|
48 | 40 | Contributors |
49 | 41 | ############ |
50 | 42 |
|
51 | | -* Sabine Haas |
52 | | -* Birgit Schachler |
53 | | -* Uwe Krien |
| 43 | + * Sabine Haas |
| 44 | + * Birgit Schachler |
| 45 | + * Uwe Krien |
0 commit comments