Releases: fluves/pywaterinfo
Releases · fluves/pywaterinfo
v0.8.1
v0.8.0
v0.7.0
- Make the caching logic opt-in and deactivated by default (#61).
- Update the CI setup to support Python 3.10 and 3.11 (#60)
- Add support for proxies when using pywaterinfo behind a company http proxy (#59, by @stijnvanlooy)
v0.6.0
v0.5.1
- Fix wrong package metadata on supported Python versions.
v0.5.0
- The package now also supports requests without 'optional fields' (#42).
- Deprecate python 3.6 dus to incompatibility with requests-cache.
- Fix cache retention handling in new requests-cache version.
- Update the pyscaffold blueprint of the package with updated development workflow (#36).
- Fix deprecation warning on loading pkgresources with relative path (#39 ).
- Improve docstrings (#38).
v0.4.0
v0.3.0
Some improvements based on user experiences:
- Add local caching of API requests using the
requests-cache
package. - Adjust root URL for HIC based API calls according to online documentation https://hicws.vlaanderen.be/.
- User can use custom time zone instead of UTC as default.
- Extend examples/documentation for specific:
- Limit the returned fields of
get_timeseries_value_layer
withmetadata=False
. - Add example on how to request tide numbers for high/low tide data.
- Limit the returned fields of
Thanks @arnoutr, @Sachagobeyn and @nielsdevleeschouwer for the valuable feedback!
v0.2.2
Fix token handling for HIC data requests.
Hot fix token handling
Token handling did a wrong combination of the token type and access token. (Thanks to @erik470 for reporting)