- Requires htimeseries 7. - When downloading time series data without specifying the time zone, it uses the ``display_timezone`` of that Enhydris station, whereas in 3.x.x it used UTC. The behaviour is now similar to that of 2.x.x.
3.0.1
==================
- Compatible with htimeseries 4 to 7.
3.0.0
==================
- Requires Enhydris 4 and htimeseries 4, and therefore requires aware HTimeseries objects. - Supports specifying time zone when downloading time series data. - Support for creating, retrieving, updating, and deleting time series groups.
2.0.1
==================
- Updated dependences (the version of htimeseries required was too old).
2.0.0
==================
- We now support the time series groups of Enhydris 3. Earlier Enhydris versions are unsupported. Use enhydris-api-client v1 for Enhydris v2. - We now use token authentication. Using a username and password have been deprecated and will be removed in a future version. Accordingly, the ``.login()`` method has been removed; it has been replaced with the deprecated ``.get_token()`` method.
1.0.0
==================
- We now support only Python 3.7 or greater. - If there is an http error, the error message now includes the response body.