Releases: ThibHlln/hydroeval
Releases · ThibHlln/hydroeval
v0.1.0
General:
- drop support for Python 2.7.x
API changes:
evaluator
now supports any array-like object, e.g. numpy.array
, list
Tests:
- add
unittest
test suite to check that new commits do not change results
- add
doctest
tests to check that the API as presented in the docs is working
- add GitHub workflow
Documentation:
- add a documentation website generated with Sphinx
v0.0.3
Bug fixes:
- adds relative imports for non-parametric KGE
Documentation fixes:
- updates the tutorial notebook to correct typos
v0.0.2-1
Post-release of HydroEval v0.0.2 to trigger DOI generation with zenodo.
v0.0.2
- Re-defines axis=0 as default array orientation
- Adds non-parametric version of KGE
- Corrects mistake in bounded original and modified KGE
v0.0.1-1
Post release to correct minor mistake in setup.py that was not using README.md for the long description of the package.
v0.0.1
Initial Version of HydroEval