- 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)
0.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)
0.6.0
=============
- Add support for datetime with zoneinfo tzinfo in python 3.9 (48, by dbkhout) - Add citation file using Citation File Format (CFF) (43)
0.5.1
=============
- Fix wrong package metadata on supported Python versions.
0.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).