Skip to content

Releases: questionlp/wwdtm

v2.6.1

26 Dec 03:53
7eea012
Compare
Choose a tag to compare

Version 2.6.1

Application Changes

  • Change ordering of bluff information to be sorted by segment number for individual shows, or sorted by either show ID or show date when retrieving information for multiple shows.

Pull Request(s): #54

Full Changelog: v2.6.0...v2.6.1

v2.6.0

26 Dec 02:32
ea584cf
Compare
Choose a tag to compare

Version 2.6.0

Application Changes

  • Starting with version 2.6.0 of this library, the minimum required version of the Wait Wait Stats Database is 4.4.
  • Add support for shows that contain multiple Bluff the Listener-like segments by returning Bluff information as a list of dictionaries. Each dictionary contains a segment number and both the chosen and correct panelist information.

Pull Request(s): #53

Full Changelog: v2.5.0...v2.6.0

v2.5.0

25 Nov 04:22
57eb4f7
Compare
Choose a tag to compare

Version 2.5.0

Application Changes

  • Remove use of dateutil from the show module as it uses methods that have been marked for deprecated
  • Replace dateutil.parser.parse with datetime.datetime.strptime

Component Changes

  • Upgrade MySQL Connector/Python from 8.0.33 to 8.2.0
  • Upgrade numpy from 1.24.4 to 1.26.0
  • Remove python-dateutil from dependencies

Documentation Changes

  • Change Python version from 3.10 to 3.12
  • Upgrade Sphinx from 6.1.2 to 7.2.6
  • Upgrade sphinx-autodoc-typehints from 1.23.0 to 1.25.2
  • Upgrade sphinx-toolbox from 3.4.0 to 3.5.0
  • Upgrade Pallets-Sphinx-Themes from 2.0.3 to 2.1.1
  • Sync up dependency versions in docs/requirements.txt with requirements-dev.txt

Development Changes

  • Upgrade pytest from 7.3.1 to 7.4.3
  • Upgrade black from 23.7.0 to 23.11.0
  • Upgrade wheel from 0.41.2 to 0.41.3
  • Upgrade build from 0.10.0 to 1.0.3
  • Remove py38 and py39 from tool.black in pyproject.toml
  • Bump minimum pytest version from 7.0 to 7.4 in pyproject.toml

Pull Request(s): #51

Full Changelog: v2.4.1...v2.5.0

v2.4.1

12 Sep 02:21
79f6d7a
Compare
Choose a tag to compare

Version 2.4.1

Application Changes

  • Correct the value set for show bluff value in Show.retrieve_all_details, which should return an empty dictionary and not an empty list when no Bluff the Listener data is available

Component Changes

  • Upgrade numpy from 1.24.3 to 1.24.4
  • Upgrade pytz from 2023.3 to 2023.3.post1

Pull Request(s): #50

Full Changelog: v2.4.0...v2.4.1

v2.4.0

10 Sep 02:54
03b1288
Compare
Choose a tag to compare

Version 2.4.0

Application Changes

  • Remove unnecessary checks for existence of the panelist decimal score columns
  • This change means that this library only supports version 4.3 of the Wait Wait Stats Database when include_decimal_scores or use_decimal_scores parameters are set to True. Usage with older versions of the database will result in errors.

Development Changes

  • Re-work panelist and show tests to remove separate tests for decimal scores and use @pytest.mark.parameterize to test including or using decimal scores or not
  • Update documentation to provide details for include_decimal_scores and use_decimal_scores testing parameters

Pull Request(s): #49

Full Changelog: v2.3.0...v2.4.0

v2.3.0

06 Sep 19:51
6ad22b6
Compare
Choose a tag to compare

Version 2.3.0

Application Changes

  • Add support for decimal column and values for panelist Lightning round start and correct

Pull Request(s): #48

Full Changelog: v2.2.0...v2.3.0

v2.2.0

29 Aug 03:55
ed30d89
Compare
Choose a tag to compare

Version 2.2.0

Application Changes

  • Adding support for panelist decimal scores in panelist and show modules and defaulting existing methods to not use decimal scores for backwards compatibility. View docs for more information.
  • Add encoding="utf-8" to every instance of with open()
  • Re-work SQL query strings to use triple-quotes rather than multiple strings wrapped in parentheses
  • Changed rounding of decimals or floats that return values with 4 places after the decimal point to 5 places

Component Changes

  • Upgrade NumPy from 1.24.2 to 1.24.3

Development Changes

  • Upgrade Black from 23.3.0 to 23.7.0
  • Upgrade flake8 from 6.0.0 to 6.1.0
  • Upgrade pycodestyle form 2.10.0 to 2.11.0
  • Upgrade pytest from 7.3.1 to 7.4.0
  • Upgrade wheel from 0.40.0 to 0.41.2

Pull Request(s): #42, #43, #44, #45

Full Changelog: v2.1.0...v2.2.0

v2.1.0

25 Apr 22:08
0d07275
Compare
Choose a tag to compare

Version 2.1.0

Development Changes

  • Build out pyproject.toml so that it can be used for package building and pytest
  • Deprecate pytest.ini, setup.cfg and setup.py

Pull Request(s): #40

Full Changelog: v2.0.9...v2.1.0

v2.0.9

22 Apr 18:11
4d58771
Compare
Choose a tag to compare

Version 2.0.9

Component Changes

  • Upgrade MySQL Connector/Python from 8.0.31 to 8.0.33
  • Upgrade NumPy from 1.23.4 to 1.24.2
  • Upgrade python-slugify from 6.1.2 to 8.0.1
  • Upgrade pytz from 2022.6 to 2023.3

Development Changes

  • Upgrade flake8 from 5.0.4 to 6.0.0
  • Upgrade pycodestyle from 2.9.1 to 2.10.0
  • Upgrade pytest from 7.2.0 to 7.3.1
  • Upgrade Black from 22.10.0 to 23.3.0

Documentation Changes

  • Upgrade Sphinx from 5.3.0 to 6.1.3
  • Upgrade sphinx-autodoc-typehints from 1.19.5 to 1.23.0
  • Upgrade sphinx-copybutton from 0.5.0 to 0.5.2
  • Upgrade sphinx-toolbox from 3.2.0 to 3.4.0
  • Upgrade Pallets-Sphinx-Themes from 2.0.2 to 2.0.3
  • Update the Read the Docs build environment from ubuntu-20.04 and Python 3.8 to ubuntu-22.04 and Python 3.10.

Pull Request(s): #37, #38

Full Changelog: v2.0.8...v2.0.9

v2.0.8

13 Nov 00:20
e07cb6e
Compare
Choose a tag to compare

Version 2.0.8

Update required components and development tools to newer versions to include preliminary support for Python 3.11.

Component Changes

  • Upgrade MySQL Connector/Python from 8.0.30 to 8.0.31
  • Upgrade NumPy from 1.23.2 to 1.23.4
  • Upgrade python-slugify from 5.0.2 to 6.1.2
  • Upgrade pytz from 2022.2.1 to 2022.6

Development Changes

  • Upgrade flake8 from 4.0.1 to 5.0.4
  • Upgrade pycodestyle from 2.8.0 to 2.9.1
  • Upgrade pytest from 7.1.2 to 7.2.0
  • Upgrade Black from 22.6.0 to 22.10.0

Documentation Changes

In addition to the aforementioned component updates listed in the above sections, the following lists the components updated related to documentation building.

  • Upgrade Sphinx from 5.1.1 to 5.3.0
  • Upgrade sphinx-autodoc-typehints from 1.19.1 to 1.19.5
  • Upgrade sphinx-toolbox from 3.1.2 to 3.2.0

Pull request(s): #33, #35, #36

Full Changelog: v2.0.7...v2.0.8