Skip to content

Releases: BYU-Hydroinformatics/HydroErr

2.0.0

Choose a tag to compare

@pythonweb2 pythonweb2 released this 09 Dec 18:38
a7e85d2

2.0.0rc1

2.0.0rc1 Pre-release
Pre-release

Choose a tag to compare

@pythonweb2 pythonweb2 released this 08 Dec 19:57

Changes to import and metric properties

Choose a tag to compare

@pythonweb2 pythonweb2 released this 23 Apr 15:15
  • Added .name and .abbr properties to each metric to give a little bit more info to the users, and also for ease of use in the Hydrostats package.
  • Allowed users to import all metrics by simply using import HydroErr instead of import HydroErr.HydroErr.

Changed Location of Documentation

Choose a tag to compare

@pythonweb2 pythonweb2 released this 04 Apr 04:50

Documentation has been moved to https://hydroerr.readthedocs.io/en/stable/.

Updates to Coverage and Warnings

Choose a tag to compare

@pythonweb2 pythonweb2 released this 03 Nov 04:57
ad444ef

Updated the coverage (Now 99%) as well as fixing the ways some warnings are ignored (In the treat_data function).

Updates to required dependencies and some function

Choose a tag to compare

@pythonweb2 pythonweb2 released this 03 Oct 20:50
a37b155
  • Removed all dependencies except scipy and numpy
  • Updated mb_r() metric
  • Updated documentation

Updates to documentation

Choose a tag to compare

@pythonweb2 pythonweb2 released this 30 Aug 21:56
ec8af29

In this release, we updated some of the documentation and had some bug fixes for the python 2.7 build of the package.