v5.7.0
Version 5.7.0
Starting with version 5.7.0, support for all versions of Python prior to 3.10 have been deprecated.
Application Changes
- Replace
dateutil.parser.parse
withdatetime.datetime.strptime
Component Changes
- Upgrade wwdtm from 2.4.0 to 2.5.0, which drops supports for Python versions prior to 3.10 and includes:
- Upgrade MySQL Connector/Python from 8.0.33 to 8.2.0
- Upgrade numpy from 1.24.4 to 1.26.0
Development Changes
- Upgrade black from 23.10.1 to 23.11.0
- Remove
py38
andpy39
fromtool.black
inpyproject.toml
Pull Request(s): #51
Full Changelog: questionlp/stats.wwdt.me_v5@v5.6.0...v5.7.0