Recent Releases of pywaterinfo

pywaterinfo - v0.8.1

  • Fix URL of the statud badge in the README.md

- Python
Published by stijnvanhoey over 1 year ago

pywaterinfo - v0.8.0

  • 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)

- Python
Published by stijnvanhoey over 1 year ago

pywaterinfo - 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)

- Python
Published by stijnvanhoey almost 3 years ago

pywaterinfo - v0.6.0

  • Add support for datetime with zoneinfo tzinfo in python 3.9 (#48, by @dbkhout dbkhout)
  • Add citation file using Citation File Format (CFF) (#43)

- Python
Published by stijnvanhoey about 4 years ago

pywaterinfo - v0.5.1

  • Fix wrong package metadata on supported Python versions.

- Python
Published by stijnvanhoey over 4 years ago

pywaterinfo - 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).

- Python
Published by stijnvanhoey over 4 years ago

pywaterinfo - v0.4.0

  • 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)

- Python
Published by stijnvanhoey over 4 years ago

pywaterinfo - 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 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!

- Python
Published by stijnvanhoey about 5 years ago

pywaterinfo -

Fix token handling for HIC data requests.

- Python
Published by stijnvanhoey about 5 years ago

pywaterinfo - Hot fix token handling

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

- Python
Published by stijnvanhoey over 5 years ago

pywaterinfo -

Add support for SSL certificate handling.

- Python
Published by stijnvanhoey almost 6 years ago