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: doc/whatsnew/v0-1-2.txt
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ v0.1.2 ()
3
3
4
4
New features
5
5
############
6
+
* installed power as attribute or getter in wind farm and wind turbine cluster
6
7
7
8
8
9
Documentation
@@ -19,11 +20,13 @@ Bug fixes
19
20
20
21
Other changes
21
22
#############
22
-
* Make windpowerlib work offline: turbine data from oedb is stored in csv files for offline usage
23
-
* Make :py:func:`~windpowerlib.wind_turbine.get_turbine_types` also accessible via `get_turbine_types()` --> from windpowerlib import get_turbine_types
24
-
23
+
* Made windpowerlib work offline: turbine data from oedb is stored in csv files for offline usage
24
+
* Made :py:func:`~windpowerlib.wind_turbine.get_turbine_types` also accessible via `get_turbine_types()` --> from windpowerlib import get_turbine_types
25
+
* Added kwargs in init of wind turbine, wind farm, wind turbine cluster
26
+
* We are working with deprecation warnings to draw our user's attention to important changes.
0 commit comments