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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +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
+
* new attribute nominal_power in WindFarm and WindTurbineCluster classes (PR #53)
7
7
8
8
9
9
Documentation
@@ -16,15 +16,15 @@ Testing
16
16
17
17
Bug fixes
18
18
#########
19
-
19
+
* fix issue with pandas Multiindex labels and codes attributes (PR #51)
20
20
21
21
Other changes
22
22
#############
23
-
* Made windpowerlib work offline: turbine data from oedb is stored in csv files for offline usage
23
+
* Made windpowerlib work offline: turbine data from oedb is stored in csv files for offline usage (PR #52)
24
24
* Made :py:func:`~windpowerlib.wind_turbine.get_turbine_types` also accessible via `get_turbine_types()` --> from windpowerlib import get_turbine_types
25
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.
27
-
* Work around to use older pandas versions
26
+
* We are working with deprecation warnings to draw our user's attention to important changes (PR #53).
0 commit comments