Skip to content

Releases: fluves/pywaterinfo

v0.8.1

28 Aug 15:05
Compare
Choose a tag to compare
  • Fix URL of the statud badge in the README.md

v0.8.0

28 Aug 14:54
Compare
Choose a tag to compare
  • Switch the supported Python versions by removing Python 3.7 and including Python 3.12 (#69)
  • Fix handling of time series with mixed timezone offsets (#68)
  • Documentation update with fix on the with/without (#65)

v0.7.0

27 Apr 14:12
Compare
Choose a tag to compare
  • 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

25 Jan 23:05
Compare
Choose a tag to compare
  • Add support for datetime with zoneinfo tzinfo in python 3.9 (#48, by @dbkhout dbkhout)
  • Add citation file using Citation File Format (CFF) (#43)

v0.5.1

08 Oct 12:05
Compare
Choose a tag to compare
  • Fix wrong package metadata on supported Python versions.

v0.5.0

08 Oct 11:02
Compare
Choose a tag to compare
  • 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

04 Jun 08:02
Compare
Choose a tag to compare
  • Switch local caching (#32) to temporary os directoy instead of project directory
  • Extend example/documentation:
    • Add example on how to request start/end date of a time series metadata (#33)

v0.3.0

04 Feb 22:14
Compare
Choose a tag to compare

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 with metadata=False.
    • Add example on how to request tide numbers for high/low tide data.

Thanks @arnoutr, @Sachagobeyn and @nielsdevleeschouwer for the valuable feedback!

v0.2.2

17 Dec 11:08
Compare
Choose a tag to compare

Fix token handling for HIC data requests.

Hot fix token handling

19 Jun 16:03
Compare
Choose a tag to compare

Token handling did a wrong combination of the token type and access token. (Thanks to @erik470 for reporting)