|
1 | 1 | Changelog |
2 | 2 | --------- |
3 | 3 |
|
| 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 | + |
4 | 27 | **0.8.5 (release 2019-03-22)** |
5 | 28 |
|
6 | 29 | - Bug fixes and some small enhancements for multiple plugins: |
|
0 commit comments