Skip to content

Releases: questionlp/wwdtm

v3.0.0-beta

10 May 03:15

Choose a tag to compare

v3.0.0-beta Pre-release
Pre-release

Version 3.0.0-beta

Development Changes

  • Updated several entries in pyproject.toml including Project URLs and Classifiers

Full Changelog: v3.0.0-alpha...v3.0.0-beta

v3.0.0-alpha

10 May 03:11

Choose a tag to compare

v3.0.0-alpha Pre-release
Pre-release

Version 3.0.0-alpha

Application Changes

  • The library now requires panelist decimal score columns in the Wait Wait Stats Database and removed all instances of the include_decimal_scores and use_decimal_scores named parameters.
    • Since this is a breaking change and the library tries to follow the SemVer format, this is being done as a brand new major version
  • Added __all__ entries to each of the __init__.py files for the guest, host, location, panelist, pronoun, scorekeeper and show modules
  • Added :py:meth:wwdtm.validation.check_database_version that can be used to check if the Wait Wait Stats Database being used meets the minimum required version, 4.7.0.

Development Changes

  • Removed F401 from tool.ruff.lint.ignore from pyproject.toml

Full Changelog: v2.23.0...v3.0.0-alpha

v2.23.2

17 Apr 04:42
0e25b2d

Choose a tag to compare

Version 2.23.2

Important Note: The next minor release of the Wait Wait Stats Library will change the default value of the include_decimal_scores and use_decimal_scores parameters will switch from False to True.

Application Changes

  • Added variance to panelist statistics that calculates the variance of a panelist's complete set of total scores

Development Changes

  • Upgraded pytest from 9.0.2 to 9.0.3

Pull Request(s): #104, #105

Full Changelog: v2.23.1...v2.23.2

v2.23.1

01 Mar 01:11
40ee642

Choose a tag to compare

Version 2.23.1

Application Changes

  • Corrected the returned values for mode and mode_multiple by sorting the Panelist scoring data before calculating the mode(s).

Pull Request(s): #102

Full Changelog: v2.23.0...v2.23.1

v2.23.0

28 Feb 03:19
0b72706

Choose a tag to compare

Version 2.23.0

Application Changes

  • Added mode and mode_multi to the scoring and scoring_decimal dictionary returned in wwdtm.panelist.PanelistStatistics.retrieve_statistics_by_id and wwdtm.panelist.PanelistStatistics.retrieve_statistics_by_slug
    • mode returns a single integer or Decimal value if the mode is calculated, otherwise None is returned
    • mode_multi returns a list of integer or Decimal values if multiple mode values are calculated, otherwise an empty list is returned. The values in the list are sorted from lowest to highest.

Pull Request(s): #101

Full Changelog: v2.22.1...v2.23.0

v2.22.1

27 Jan 02:41
cd0cd16

Choose a tag to compare

Version 2.22.1

Development Changes

  • Updated dependency versions in pyproject.toml to reflect newer versions

Pull Request(s): #100

Full Changelog: v2.22.0...v2.22.1

v2.22.0

27 Jan 02:10
8d44117

Choose a tag to compare

Version 2.22.0

Application Changes

  • No changes to application code
  • Updated copyright end year from 2025 to 2026

Component Changes

  • Upgraded MySQL Connector/Python from 9.4.0 to 9.5.0
  • Upgraded NumPy from 2.3.3 to 2.4.1

Development Changes

  • Upgraded pytest from 8.4.1 to 9.0.2
  • Upgraded pytest-cov from 6.2.1 to 7.0.0
  • Upgraded Ruff from 0.13.3 to 0.14.14
  • Upgraded wheel from 0.45.1 to 0.46.3

Documentation Changes

  • Upgraded application component changes
    • Upgraded MySQL Connector/Python from 9.4.0 to 9.5.0
    • Upgraded NumPy from 2.3.3 to 2.4.1
  • Upgraded development component changes
    • Upgraded pytest from 8.4.1 to 9.0.2
  • Upgraded NumPy from 2.3.3 to 2.4.1
  • Upgraded Sphinx from 8.2.3 to 9.1.0
  • Upgraded sphinx-autobuild from 2024.10.3 to 2025.8.25
  • Upgraded sphinx-autodoc-typehints from 3.2.0 to 3.6.2
  • Upgraded sphinx-toolbox from 4.0.0 to 4.1.2
  • Upgraded sphinx-opengraph from 0.12.0 to 0.13.0
  • Upgraded furo from 2025.9.25 to 2025.12.19
  • Upgraded matplotlib from 3.10.5 to 3.10.8

Pull Request(s): #99

Full Changelog: v2.21.1...v2.22.0

v2.21.1

12 Oct 00:00
daa6b85

Choose a tag to compare

Version 2.21.1

Application Changes

  • Add score_exception to panelist appearance details across the board
    • The score_exception is a boolean flag that is set to True if the total score does not equal the sum of the starting score and the number of correct answers doubled
    • Exceptions can happen due to bonus points available in shows from 1998, an incorrect calculation or statement when the scorekeeper announces a panelist's score

Pull Request(s): #98

Full Changelog: v2.21.0...v2.21.1

v2.21.0

11 Oct 23:57
0c69ab4

Choose a tag to compare

Version 2.21.0

Application Changes

  • Raised the minimum supported version of Python from 3.10 to 3.12
    • Updated project.requires-python from >=3.10 to >=3.12
    • Updated tools.ruff.target-version from py310 to py312 in pyproject.toml
    • Replaced Python 3.10 and 3.11 with Python 3.13 and 3.14 in project.classifiers
  • Added provisional support for MariaDB Server 11.8 (LTS) and 12 (rolling release)
    • Compatibility and support for MariaDB Server 12 is slightly experimental due to MariaDB Server 12 being a rolling release
    • Compatibility and support for MariaDB Server prior to version 11.8 is not provided or guaranteed

Component Changes

  • Upgraded MySQL Connector/Python from 9.1.0 to 9.4.0
  • Upgraded NumPy from 2.2.6 to 2.3.3

Development Changes

  • Added twine version 6.2.0
  • Upgraded Ruff from 0.12.8 to 0.13.3

Documentation Changes

  • Matched the same upgrades as listed in Component Changes and Development Changes
  • Added Matplotlib version 3.10.5
  • Upgraded furo from 2024.8.6 to 2025.9.25
  • Upgraded pytest from 8.3.6 to 8.4.1
  • Upgraded Sphinx from 8.1.3 to 8.2.3
  • Upgraded sphinx-autodoc-typehint from 2.5.0 to 3.2.0
  • Upgraded sphinx-toolbox from 3.8.1 to 4.0.0
  • Upgraded sphinxext-opengraph from 0.9.1 to 0.12.0
  • Added a "Versioning" section to index page

Pull Request(s): #97

Full Changelog: v2.20.0...v2.21.0

v2.20.0

11 Aug 01:29
065b7f5

Choose a tag to compare

2.20.0

Application Changes

  • Added is_host, is_panelist and is_scorekeeper keys for all returned guest details with boolean values whether a Not My Job guest has also been a host, panelist or scorekeeper
  • Added is_guest, is_panelist and is_scorekeeper keys for all returned host details with boolean values whether a host has also been a Not My Job guest, panelist or scorekeeper
  • Added is_guest, is_host and is_scorekeeper keys for all returned panelist details with boolean values whether a panelist has also been a guest, host or scorekeeper
  • Added is_guest, is_host and is_panelist keys for all returned scorekeeper details with boolean values whether a scorekeeper has also been a guest, host or panelist
  • Added tests for one of the three newly added keys for guests, hosts, panelists and scorekeeper
  • Changed incorrect references to ID to slug string in test assertion messages

Component Changes

  • Upgrade NumPy from 2.1.2 to 2.2.6

Development Changes

  • Upgrade Ruff from 0.11.9 to 0.12.8
  • Upgrade pytest from 8.3.5 to 8.4.1
  • Upgrade pytest-cov from 6.1.1 to 6.2.1
  • Upgrade build from 1.2.2.post1 to 1.3.0

Pull Request(s): #95

Full Changelog: v2.19.0...v2.20.0