Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Feb 12, 2020
1 parent a234e0e commit 4b7a082
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 22 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
:target: https://doi.org/10.5281/zenodo.824267
.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/wind-python/windpowerlib/dev?filepath=example
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

Introduction
=============
Expand Down
11 changes: 11 additions & 0 deletions doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Getting started
~~~~~~~~~~~~~~~~~~~~~~

.. image:: https://travis-ci.org/wind-python/windpowerlib.svg?branch=dev
:target: https://travis-ci.org/wind-python/windpowerlib
.. image:: https://coveralls.io/repos/github/wind-python/windpowerlib/badge.svg?branch=dev
:target: https://coveralls.io/github/wind-python/windpowerlib?branch=dev
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.824267.svg
:target: https://doi.org/10.5281/zenodo.824267
.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/wind-python/windpowerlib/dev?filepath=example
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black

Introduction
=============

Expand Down
34 changes: 34 additions & 0 deletions doc/whatsnew/v0-2-1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
v0.2.1 ()
++++++++++++++++++++++++++++++

API changes
#############


Other changes
#############

* A WindpowerlibUserWarning is raised if the weather data contain nan/null values. If you are aware of the nan-values you can filter the warning. (`PR 96 <https://github.com/wind-python/windpowerlib/pull/96>`_)
* Raise an error if diameter of rotor is greater than the hub height.
* Raise an error if "farm efficiency" method is chosen but no farm efficiency is set.
* 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.
* Code-style is now "black".
* Licence changed from GPLv3 to MIT.


Documentation
#############

Bug fixes
###########


Contributors
############

* Birgit Schachler
* Sabine Haas
* Uwe Krien
* @vezeli


22 changes: 0 additions & 22 deletions doc/whatsnew/v0-2-1.txt

This file was deleted.

0 comments on commit 4b7a082

Please sign in to comment.