|
1 | | -v0.1.2 () |
| 1 | +v0.1.2 (June 24, 2019) |
2 | 2 | ++++++++++++++++++++++++++++++ |
3 | 3 |
|
4 | 4 | New features |
5 | 5 | ############ |
6 | | -* new attribute nominal_power in WindFarm and WindTurbineCluster classes (PR #53) |
| 6 | +* new attribute `nominal_power` in :class:`~windpowerlib.wind_farm.WindFarm` and :class:`~windpowerlib.wind_turbine_cluster.WindTurbineCluster` classes (PR #53) |
| 7 | +* use properties and setters for `nominal_power` and `installed_power` in :class:`~windpowerlib.wind_farm.WindFarm` and :class:`~windpowerlib.wind_turbine_cluster.WindTurbineCluster` classes |
| 8 | +* added csv files containing turbine data from `OpenEnergy Database (oedb) <https://openenergy-platform.org/dataedit/>`_ to the repository |
7 | 9 |
|
8 | 10 | Bug fixes |
9 | 11 | ######### |
10 | | -* fix issue with pandas Multiindex labels and codes attributes (PR #51) |
| 12 | +* fixed issue with pandas Multiindex labels and codes attributes (PR #51) |
11 | 13 |
|
12 | 14 | Other changes |
13 | 15 | ############# |
14 | | -* Made windpowerlib work offline: turbine data from oedb is stored in csv files for offline usage (PR #52) |
15 | | -* Made :py:func:`~windpowerlib.wind_turbine.get_turbine_types` also accessible via `get_turbine_types()` --> from windpowerlib import get_turbine_types |
16 | | -* Added kwargs in init of wind turbine, wind farm, wind turbine cluster |
17 | | -* We are working with deprecation warnings to draw our user's attention to important changes (PR #53). |
| 16 | +* made windpowerlib work offline: turbine data from oedb is stored in csv files for offline usage (PR #52) |
| 17 | +* made :py:func:`~windpowerlib.wind_turbine.get_turbine_types` also accessible via `get_turbine_types()` --> from windpowerlib import get_turbine_types |
| 18 | +* added kwargs in init of :class:`~windpowerlib.wind_turbine.WindTurbine`, :class:`~windpowerlib.wind_farm.WindFarm` and :class:`~windpowerlib.wind_turbine_cluster.WindTurbineCluster` |
| 19 | +* we are working with deprecation warnings to draw our user's attention to important changes (PR #53) |
18 | 20 |
|
19 | 21 | Deprecations |
20 | 22 | ############ |
21 | | -* installed_power is deprecated, use nominal_power instead. |
| 23 | +**wind_farm and wind_turbine_cluster:** |
| 24 | + |
| 25 | +* Parameter coordinates is deprecated. In the future the parameter can only be set after instantiation of WindFarm object. |
| 26 | +* installed_power is deprecated, use nominal_power instead |
| 27 | + |
| 28 | +**wind_turbine:** |
| 29 | + |
| 30 | +* Parameters name, data_source and fetch_curve are deprecated. The parameter name will be renamed to turbine_type. Data source and fetching will be defined by the parameters power_coefficient_curve, power_curve and nominal_power in the future. |
| 31 | +* Parameter coordinates is deprecated. In the future the parameter can only be set after instantiation of WindTurbine object. |
| 32 | + |
| 33 | +**power_curves:** |
| 34 | + |
22 | 35 | * wake_losses_model is deprecated, will be defined by the type of wind_farm_efficiency |
23 | | -* parameters data_source and fetch_curve are deprecated, data source and fetching will be defined by the parameters power_coefficient_curve, power_curve and nominal_power in the future. The default values ('oedb') will lead to the same behaviour like the current default values (None, data_source='oedb'). |
24 | 36 |
|
25 | 37 | Contributors |
26 | 38 | ############ |
27 | 39 | * Sabine Haas |
28 | 40 | * Birgit Schachler |
| 41 | +* Uwe Krien |
0 commit comments