From 7e9c0885361e4ff772a3c78ccfc0771d4dbdb81c Mon Sep 17 00:00:00 2001 From: SabineH Date: Mon, 24 Jun 2019 11:50:25 +0200 Subject: [PATCH] small correction in whatsnew --- doc/whatsnew/v0-1-2.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/whatsnew/v0-1-2.txt b/doc/whatsnew/v0-1-2.txt index 7fc8d92a..26f8268b 100644 --- a/doc/whatsnew/v0-1-2.txt +++ b/doc/whatsnew/v0-1-2.txt @@ -5,7 +5,8 @@ New features ############ * new attribute `nominal_power` in :class:`~windpowerlib.wind_farm.WindFarm` and :class:`~windpowerlib.wind_turbine_cluster.WindTurbineCluster` classes (PR #53) * use properties and setters for `nominal_power` and `installed_power` in :class:`~windpowerlib.wind_farm.WindFarm` and :class:`~windpowerlib.wind_turbine_cluster.WindTurbineCluster` classes -* added csv files containing turbine data from `OpenEnergy Database (oedb) `_ to the repository +* made windpowerlib work offline: added csv files containing turbine data from `OpenEnergy Database (oedb) `_ to the repository for offline usage (PR #52) + Bug fixes ######### @@ -13,9 +14,8 @@ Bug fixes Other changes ############# -* made windpowerlib work offline: turbine data from oedb is stored in csv files for offline usage (PR #52) * made :py:func:`~windpowerlib.wind_turbine.get_turbine_types` also accessible via `get_turbine_types()` --> from windpowerlib import get_turbine_types -* added kwargs in init of :class:`~windpowerlib.wind_turbine.WindTurbine`, :class:`~windpowerlib.wind_farm.WindFarm` and :class:`~windpowerlib.wind_turbine_cluster.WindTurbineCluster` +* added kwargs in init of :class:`~windpowerlib.wind_turbine.WindTurbine`, :class:`~windpowerlib.wind_farm.WindFarm` and :class:`~windpowerlib.wind_turbine_cluster.WindTurbineCluster` * we are working with deprecation warnings to draw our user's attention to important changes (PR #53) Deprecations