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-2-1.rst
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,13 @@ Other changes
14
14
* 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.
15
15
* Code-style is now "black".
16
16
* 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()`.
0 commit comments