Skip to content

v5.7.0

Compare
Choose a tag to compare
@questionlp questionlp released this 26 Nov 04:28
· 161 commits to main since this release
d3c4f76

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 with datetime.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 and py39 from tool.black in pyproject.toml

Pull Request(s): #51

Full Changelog: questionlp/stats.wwdt.me_v5@v5.6.0...v5.7.0