Skip to content

Commit aba573a

Browse files
committed
Add whatsnew entries
1 parent 86b9763 commit aba573a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

doc/whatsnew/v0-2-1.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ Other changes
1414
* Data height in weather data DataFrame can be of type string and will be converted to numeric internally. This makes is easier to read a csv-file with a header using pandas read_csv function.
1515
* Code-style is now "black".
1616
* Licence changed from GPLv3 to MIT.
17+
* A new function `check_turbine_data(filename)` is added to check the turbine
18+
data. If new data is downloaded from the oedb the data will be checked and
19+
removed if an error occurs. Furthermore, it is always possible to restore the
20+
original turbine data using the function `restore_default_turbine_data()`.
21+
(`PR 101 <https://github.com/wind-python/windpowerlib/pull/101>`_)
22+
* Speed Improvement in "power_curve_density_correction"
23+
(`PR 107 <https://github.com/wind-python/windpowerlib/pull/107>`_)
1724

1825

1926
Documentation
@@ -27,8 +34,7 @@ Contributors
2734
############
2835

2936
* Birgit Schachler
37+
* Kumar Shivam
3038
* Sabine Haas
3139
* Uwe Krien
32-
* @vezeli
33-
34-
40+
* Velibor Zeli

0 commit comments

Comments
 (0)