Skip to content

Releases: questionlp/wwdtm

v2.0.7

17 Aug 22:05
2eeb5c5
Compare
Choose a tag to compare

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 remove py36 and py37, and add py310

Pull Request(s): #32

Full Changelog: v2.0.5...v2.0.7

v2.0.5

07 Apr 19:27
1cfff19
Compare
Choose a tag to compare

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

07 Apr 16:45
f7361ed
Compare
Choose a tag to compare

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

23 Mar 22:52
695dace
Compare
Choose a tag to compare

What's Changed

  • Correct mysqld.cnf filename in docs/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

16 Mar 21:16
0e1eabc
Compare
Choose a tag to compare

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

12 Feb 20:05
4ef9f41
Compare
Choose a tag to compare

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

11 Feb 05:22
68b16d8
Compare
Choose a tag to compare

What's Changed

  • Reformat the codebase using the Black code formatter
  • Update copyright strings

Pull requests: #15, #16, #17

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

07 Feb 16:32
2678902
Compare
Choose a tag to compare

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

06 Feb 19:21
709c96d
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

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

30 Jan 02:22
a061394
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

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