Skip to content

Commit 8ae0857

Browse files
committed
Update whatsnew
1 parent 0ce592d commit 8ae0857

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/whatsnew/v0-1-2.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ v0.1.2 ()
33

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

88

99
Documentation
@@ -16,15 +16,15 @@ Testing
1616

1717
Bug fixes
1818
#########
19-
19+
* fix issue with pandas Multiindex labels and codes attributes (PR #51)
2020

2121
Other changes
2222
#############
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)
2424
* Made :py:func:`~windpowerlib.wind_turbine.get_turbine_types` also accessible via `get_turbine_types()` --> from windpowerlib import get_turbine_types
2525
* 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).
27+
2828

2929
Contributors
3030
############

0 commit comments

Comments
 (0)