Skip to content

v0.8.6

Compare
Choose a tag to compare
@emiliom emiliom released this 20 Aug 22:24
· 95 commits to master since this release
6c7d72f

This release includes commits from 8 contributors (@solomon-negusse, @rhroberts, @jameshgrn, @emiliom). See Milestone 0.8.6. It includes several bug fixes and enhancements to readers (plugins), as well as to the CI, test, and package build infrastructures.

The largest change was to the ReadTheDocs documentation system. It had not been updated in a long time, and the auto-update CI was broken. Many sections were updated, the auto-build was fixed (now using a .readthedocs.yml file), a separate top-level section for "readers" (often referred to as "plugins") was implemented, and many docstrings were updated and enhanced to ensure the formatting works well. Additional documentation was added for CUAHSI readers.

Bug fixes and enhancements to Readers

  • Bug fixes and small enhancements for multiple readers: cpc, cuahsi.his_central, cuahsi.wof, usgs.eddn, usgs.nwis
  • cuahsi.wof and cuahsi.his_central: added optional user_cache argument to service requests, to direct WSDL caching files to user app directory. Avoids problems with the user not having permission to write cache files to the system tmp space (the default)
  • usgs.eddn: generalized twdb_fts parser to accept batter_voltage and water_level data in any order
  • usgs.nwis:
    • get_site_data can now accept a list of parameter codes as an argument instead of a string of comma separated values
    • enabled retrieval of iv data prior to 2007
  • Fixed or updated several tests