Skip to content

Commit 6c7d72f

Browse files
authored
Merge pull request #193 from emiliom/bumpversion
Update CHANGES and fix rst error in README
2 parents 4a0c71b + ba8fca7 commit 6c7d72f

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGES

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
Changelog
22
---------
33

4+
**0.8.6 (release 2020-08-20)**
5+
6+
- The largest change was to the ReadTheDocs documentation system. It had not
7+
been updated in a long time, and the auto-update CI was broken. Many sections
8+
were updated, the auto-build was fixed (now using a .readthedocs.yml file),
9+
a separate top-level section for "readers" (often referred to as "plugins") was
10+
implemented, and many docstrings were updated and enhanced to ensure the
11+
formatting works well. Additional documentation was added for CUAHSI readers.
12+
- Bug fixes and small enhancements for multiple readers:
13+
cpc, cuahsi.his_central, cuahsi.wof, usgs.eddn, usgs.nwis
14+
- cuahsi.wof and cuahsi.his_central: added optional `user_cache` argument to
15+
service requests, to direct WSDL caching files to user app directory.
16+
Avoids problems with the user not having permission to write cache files
17+
to the system tmp space (the default)
18+
- usgs.eddn: generalized twdb_fts parser to accept batter_voltage and
19+
water_level data in any order
20+
- usgs.nwis:
21+
- `get_site_data` can now accept a list of parameter codes as an argument
22+
instead of a string of comma separated values
23+
- enabled retrieval of iv data prior to 2007
24+
- Fixed or updated several tests
25+
26+
427
**0.8.5 (release 2019-03-22)**
528

629
- Bug fixes and some small enhancements for multiple plugins:

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Features
2525
--------
2626

2727
- retrieves and parses datasets from the web
28-
- returns simple python data structures that can be easily pulled into `more
29-
sophisticated tools`_ for analysis
28+
- returns simple python data structures that can be easily pulled into more
29+
sophisticated tools such as Pandas for analysis
3030
- caches datasets locally and harvests updates as needed
3131

3232

@@ -60,7 +60,7 @@ way to get things up and running is to use a scientific python distribution that
6060
will install everything together. A full list is available on the `scipy`_
6161
website but `Anaconda`_ / `Miniconda`_ is recommended as it is the easiest to set up.
6262

63-
If you are using Anaconda/Miniconda then you can install ulmo from the `conda_forge`_
63+
If you are using Anaconda/Miniconda then you can install ulmo from the `conda-forge`_
6464
channel with the following command:
6565

6666
conda install -c conda-forge ulmo

0 commit comments

Comments
 (0)