11Changelog
22---------
33
4- **0.8.6 (release 2020-08-20)**
4+ **0.8.7 (released 2020-09-01)**
5+
6+ - This release focused primarily on two improvements:
7+ 1. Added new NOAA GOES reader for GOES DSC/DCP data ingest. This new reader
8+ replaces the USGS EDDN reader, which is no longer functional
9+ (web service is inaccessible) and was removed in this release.
10+ 2. Overhauled the dependencies (requirements files) and test and continuous
11+ integration (CI) infrastructure to enable support for more recent Python 3 versions
12+ (3.7, 3.8 and 3.9) and reestablish the CI tests. Previously only 3.6 was supported,
13+ due to dependency pinning that was no longer necessary.
14+ - ulmo readers
15+ - New NOAA GOES reader
16+ - Fixed GHCN Daily get_data compatibility bug with newer (1.1 and higher) Pandas versions
17+ - Update to https in documentation and test references to http://hydroportal.cuahsi.org
18+ - Builds, dependencies, tests and continuous integration
19+ - Removed broken Travis CI and AppVeyor integration, and replaced them with
20+ new GitHub Action
21+ - Split `requirements.txt` file into `requirements.txt` and `requirements-dev.txt`
22+ - Removed pytables dependencies that's no longer used and removed
23+ all dependency version pinning
24+ - Removed hdf5 and pytables tests (no longer used)
25+ - Fixed some failing tests
26+
27+
28+ **0.8.6 (released 2020-08-20)**
529
630- The largest change was to the ReadTheDocs documentation system. It had not
731 been updated in a long time, and the auto-update CI was broken. Many sections
@@ -11,20 +35,20 @@ Changelog
1135 formatting works well. Additional documentation was added for CUAHSI readers.
1236- Bug fixes and small enhancements for multiple readers:
1337 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
38+ - cuahsi.wof and cuahsi.his_central: added optional `user_cache` argument to
39+ service requests, to direct WSDL caching files to user app directory.
40+ Avoids problems with the user not having permission to write cache files
41+ to the system tmp space (the default)
42+ - usgs.eddn: generalized twdb_fts parser to accept batter_voltage and
43+ water_level data in any order
44+ - usgs.nwis:
45+ - `get_site_data` can now accept a list of parameter codes as an argument
46+ instead of a string of comma separated values
47+ - enabled retrieval of iv data prior to 2007
48+ - Fixed or updated several tests
2549
2650
27- **0.8.5 (release 2019-03-22)**
51+ **0.8.5 (released 2019-03-22)**
2852
2953- Bug fixes and some small enhancements for multiple plugins:
3054 CDEC, CPC, CUAHSI WaterML/WOF, NASA ORNL Daymet, NCDC GSOD and GHCN,
@@ -36,7 +60,7 @@ Changelog
3660- Continuous Integration and test infrastructure, including
3761 Python 3.6 and 3.7 builds
3862
39- **0.8.4 (release 2017-02-06)**
63+ **0.8.4 (released 2017-02-06)**
4064
4165- added stevens dual well parser for eddn service
4266- bugfixes for twc-kbdi service
0 commit comments