Skip to content

Commit

Permalink
Version 1.24 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wade committed Apr 23, 2019
1 parent e2689df commit 42a84f3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/change_log.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Release Notes
=============

This is the list of changes to HydroErr between each release. For full details, see the commit logs at
https://github.com/BYU-Hydroinformatics/HydroErr.

Version 1.24
^^^^^^^^^^^^
- 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 :code:`import HydroErr` instead of
:code:`import HydroErr.HydroErr`.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = 'Wade Roberts, Gustavious Williams'

# The short X.Y version
version = '1.23'
version = '1.24'
# The full version, including alpha/beta/rc tags
release = ''

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Welcome to HydroErr's documentation!
installation
list_of_metrics
contribute
change_log

Indices and tables
==================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name='HydroErr',
packages=['HydroErr'],
version='1.23',
version='1.24',
description='Goodness of fit metrics for use in comparison studies, specifically for use in the field '
'of hydrology',
long_description=long_description,
Expand Down

0 comments on commit 42a84f3

Please sign in to comment.