Skip to content

Releases: ThibHlln/hydroeval

v0.1.0

22 Apr 10:07
09cb01b
Compare
Choose a tag to compare

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

08 Sep 09:23
Compare
Choose a tag to compare

Bug fixes:

  • adds relative imports for non-parametric KGE

Documentation fixes:

  • updates the tutorial notebook to correct typos

v0.0.2-1

12 Mar 14:06
Compare
Choose a tag to compare

Post-release of HydroEval v0.0.2 to trigger DOI generation with zenodo.

v0.0.2

29 Nov 18:30
Compare
Choose a tag to compare
  • 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

26 Oct 10:07
Compare
Choose a tag to compare

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

26 Oct 09:55
Compare
Choose a tag to compare

Initial Version of HydroEval