Releases: questionlp/wwdtm
v2.0.7
Version 2.0.7
Notes
Version 2.0.6 was abandoned and therefore is not available as a release.
Component Changes
- Upgrade MySQL Connector/Python from 8.0.28 to 8.0.30
- Upgrade NumPy from 1.22.3 to 1.23.2
- Upgrade pytz from 2022.1 to 2022.2.1
Application Changes
- Officially dropping support for MariaDB Server and only supporting MySQL Server 8.0 or higher
Development Changes
- Upgrade Black from 22.1.0 to 22.6.0
- Upgrade pytest from 6.2.5 to 7.1.2
- Change Black
target-version
to removepy36
andpy37
, and addpy310
Pull Request(s): #32
Full Changelog: v2.0.5...v2.0.7
v2.0.5
What's Changed
- Correct dependency versions for NumPy and pytz in setup.py (PR #24)
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Bump required version of NumPy from 1.22.1 to 1.22.3 and pytz from 2021.3 to 2022.1 (PR #23)
Full Changelog: v2.0.3.1...v2.0.4
v2.0.3.1
What's Changed
- Correct
mysqld.cnf
filename indocs/known_issues.rst
(PR #21) - Update Development Status in
setup.cfg
to be Production/Stable (PR #22)
Full Changelog: v2.0.3...v2.0.3.1
v2.0.3
What's Changed
Fix panelist and guest appearance scores returning as None when actually zero (PR #20)
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
Instead of doing tests to see if panelist or guest appearance score is NULL
, just return the value directly. By storing None
in the dictionary key value, this breaks current functionality in Stats, Reports and Graphs (Pull Request: #18)
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- Reformat the codebase using the Black code formatter
- Update copyright strings
Note: The Exclude NULL Flags feature that was part of #15 and #16 have been removed from main when the PR merge commit was rolled back; but, it still exists in the merge commit history
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Promoting 2.0.0-rc.3 to 2.0.0. (Pull request: #14)
Full Changelog: v2.0.0-rc.3...v2.0.0
v2.0.0-rc.3
What's Changed
- Add documentation to include a "Known Issues" page with information regarding possible issues with MySQL 5.7 and higher
- Re-work documentation rST files to follow Python Developer's Guide style guide
- Update versions for various packages, including:
- NumPy
- mysql-connector-python
- Sphinx (and related packages)
Pull Requests: #10, #11, #12, #13
Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3
v2.0.0-rc.2
What's Changed
Fix SQL errors that occur with MySQL 8.x (Pull Request #9)
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2