Skip to content

Commit f298084

Browse files
author
wade
committed
Updates for version 0.76
1 parent 4c00d94 commit f298084

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Tools for use in comparison studies, specifically for use in the field of hydrology
55

6-
- **Documentation:** https://BYU-Hydroinformatics.github.io/Hydrostats/
6+
- **Documentation:** https://readthedocs.org/projects/hydrostats/
77
- **Source:** https://github.com/BYU-Hydroinformatics/Hydrostats
88
- **Bug reports:** https://github.com/BYU-Hydroinformatics/Hydrostats/issues
99

docs/change_log.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Release Notes
22
=============
33

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

7+
Version 0.76
8+
^^^^^^^^^^^^
9+
- Moved the documentation to new location at https://hydrostats.readthedocs.io/
10+
811
Version 0.75
912
^^^^^^^^^^^^
1013
- Minor bug fixes and changes

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __getattr__(cls, name):
4747
# The short X.Y version
4848
version = ''
4949
# The full version, including alpha/beta/rc tags
50-
release = '0.75'
50+
release = '0.76'
5151

5252
# -- General configuration ---------------------------------------------------
5353

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Hydrostats Documentation
66
==========================
77
Hydrostats is a library of tools and functions for users working with time series data, with some tools specific to the
8-
field of hydrology (hence **Hydro**\stats). All of the tools contained in Hydrostats are based on a few different python
9-
libraries including numpy, scipy, pandas, matplotlib, and numba. It is meant to provide a high-level interface for users
10-
to be able to perform common tasks regarding time series analysis.
8+
field of hydrology (hence **Hydro**\stats). All of the tools contained in Hydrostats are built using a few different
9+
python libraries including numpy, scipy, pandas, matplotlib, and numba. It is meant to provide a high-level interface
10+
for users to be able to perform common tasks regarding time series analysis.
1111

1212
Hydrostats contains tools for for preprocessing data, visualizing data, calculating error metrics on observed and
1313
predicted time series, and forecast validation. It contains over 70 error metrics, with many metrics specific to the field of

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name='hydrostats',
1010
packages=['hydrostats'],
11-
version='0.75',
11+
version='0.76',
1212
description='Tools for use in comparison studies, specifically for use in the field '
1313
'of hydrology',
1414
long_description=README,

0 commit comments

Comments
 (0)