Skip to content

Commit 4b7a082

Browse files
committed
Update docs
1 parent a234e0e commit 4b7a082

File tree

4 files changed

+47
-22
lines changed

4 files changed

+47
-22
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
:target: https://doi.org/10.5281/zenodo.824267
77
.. image:: https://mybinder.org/badge_logo.svg
88
:target: https://mybinder.org/v2/gh/wind-python/windpowerlib/dev?filepath=example
9+
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
10+
:target: https://github.com/psf/black
911

1012
Introduction
1113
=============

doc/getting_started.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Getting started
33
~~~~~~~~~~~~~~~~~~~~~~
44

5+
.. image:: https://travis-ci.org/wind-python/windpowerlib.svg?branch=dev
6+
:target: https://travis-ci.org/wind-python/windpowerlib
7+
.. image:: https://coveralls.io/repos/github/wind-python/windpowerlib/badge.svg?branch=dev
8+
:target: https://coveralls.io/github/wind-python/windpowerlib?branch=dev
9+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.824267.svg
10+
:target: https://doi.org/10.5281/zenodo.824267
11+
.. image:: https://mybinder.org/badge_logo.svg
12+
:target: https://mybinder.org/v2/gh/wind-python/windpowerlib/dev?filepath=example
13+
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
14+
:target: https://github.com/psf/black
15+
516
Introduction
617
=============
718

doc/whatsnew/v0-2-1.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
v0.2.1 ()
2+
++++++++++++++++++++++++++++++
3+
4+
API changes
5+
#############
6+
7+
8+
Other changes
9+
#############
10+
11+
* 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>`_)
12+
* Raise an error if diameter of rotor is greater than the hub height.
13+
* Raise an error if "farm efficiency" method is chosen but no farm efficiency is set.
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+
* Code-style is now "black".
16+
* Licence changed from GPLv3 to MIT.
17+
18+
19+
Documentation
20+
#############
21+
22+
Bug fixes
23+
###########
24+
25+
26+
Contributors
27+
############
28+
29+
* Birgit Schachler
30+
* Sabine Haas
31+
* Uwe Krien
32+
* @vezeli
33+
34+

doc/whatsnew/v0-2-1.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)