v0.8.7
This release benefited from 5 contributors (@DanCodigaMWRA, @flynnpc, @joejoezz, @mroberge, @rhroberts). See Milestone 0.8.7. It focused primarily on two improvements:
- Added new NOAA GOES reader for GOES DSC/DCP data ingest. This new reader replaces the USGS EDDN reader, which is no longer functional (web service is inaccessible) and was removed in this release.
- Overhauled the dependencies (requirements files) and test and continuous integration (CI) infrastructure to enable support for more recent Python 3 versions (3.7, 3.8 and 3.9) and reestablish the CI tests. Previously only 3.6 was supported, due to dependency pinning that was no longer necessary.
ulmo readers
- New NOAA GOES reader
- Fixed GHCN Daily get_data compatibility bug with newer (1.1 and higher) Pandas versions
- Update to https in documentation and test references to http://hydroportal.cuahsi.org
Builds, dependencies, tests and continuous integration
- Removed broken Travis CI and AppVeyor integration, and replaced them with new GitHub Action
- Split
requirements.txt
file intorequirements.txt
andrequirements-dev.txt
- Removed pytables dependencies that's no longer used and removed all dependency version pinning
- Removed hdf5 and pytables tests (no longer used)
- Fixed some failing tests