Skip to content

Commit 348ed4a

Browse files
committed
Update whatsnew
1 parent 85fc73f commit 348ed4a

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

doc/whatsnew/v0-1-2.txt

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,41 @@
1-
v0.1.2 ()
1+
v0.1.2 (June 24, 2019)
22
++++++++++++++++++++++++++++++
33

44
New features
55
############
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
79

810
Bug fixes
911
#########
10-
* fix issue with pandas Multiindex labels and codes attributes (PR #51)
12+
* fixed issue with pandas Multiindex labels and codes attributes (PR #51)
1113

1214
Other changes
1315
#############
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)
1820

1921
Deprecations
2022
############
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+
2235
* 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').
2436

2537
Contributors
2638
############
2739
* Sabine Haas
2840
* Birgit Schachler
41+
* Uwe Krien

0 commit comments

Comments
 (0)