v2.0.0
Major release. This release deprecates support for old versions of Python and improves the handling of timezones.
Deprecated
- Support for Python versions 3.6, 3.7, and 3.8. The new minimum version supported is 3.9. This was done to take advantage of the zoneinfo module added in Python 3.9.
Updated
- Minimum supported requests version updated to v2.25.1
- Adds better support for timezones to the
intervals_for
andintervals between
methods on theData
class.