Skip to content

Commit

Permalink
updates to version 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thibhlln committed Sep 8, 2019
1 parent 0d1cfcd commit 8241a1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![PyPI Version](https://badge.fury.io/py/eflowcalc.svg)](https://pypi.python.org/pypi/eflowcalc)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2566757.svg)](https://doi.org/10.5281/zenodo.2566757)

# EFlowCalc - An open-source calculator of ecological streamflow characteristics in Python
# EFlowCalc - An efficient calculator of ecological streamflow characteristics in Python

EFlowCalc is an open-source calculator of ecological streamflow characteristics in Python. It is licensed under GNU GPL-3.0 (see [licence file](https://github.com/ThibHlln/eflowcalc/blob/master/LICENCE.md) provided). EFlowCalc currently gives access to 159 ecologically relevant streamflow characteristics inventoried by [Olden and Poff (2003)](https://doi.org/10.1002/rra.700). More characteristics are gradually added to EFlowCalc. A key strength of EFlowCalc is the vectorisation of all calculations (using [numpy](https://github.com/numpy/numpy), and therefore C code in the background) which makes for very efficient computation of the streamflow characteristics.

Expand Down Expand Up @@ -57,8 +57,9 @@ EFlowCalc requires the Python packages `numpy` and `pandas` to be installed on t

## Version History

* 0.0.2 [16 Feb 2019]: Version with 142 additional SFCs (159 SFCs)
* 0.0.1 [26 Oct 2018]: First version of EFlowCalc (17 SFCs)
* 0.0.3 [08 Sep 2019]: [General enhancements](https://github.com/ThibHlln/eflowcalc/releases/tag/v0.0.3)
* 0.0.2 [16 Feb 2019]: [Version with 142 additional SFCs (159 SFCs)](https://github.com/ThibHlln/eflowcalc/releases/tag/v0.0.2)
* 0.0.1 [26 Oct 2018]: [First version of EFlowCalc (17 SFCs)](https://github.com/ThibHlln/eflowcalc/releases/tag/v0.0.1)

## Acknowledgment

Expand Down
2 changes: 1 addition & 1 deletion eflowcalc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# along with EFlowCalc. If not, see <http://www.gnu.org/licenses/>.


__version__ = '0.0.2'
__version__ = '0.0.3'

0 comments on commit 8241a1e

Please sign in to comment.