Skip to content

Releases: questionlp/stats.wwdt.me

v5.5.0

06 Sep 21:48
814cf75
Compare
Choose a tag to compare

Version 5.5.0

Application Changes

  • Add support for displaying panelist Lightning Fill-in-the-Blank starting score and correct answers stored in the corresponding new table columns. This is handled via version 2.3.0 of the wwdtm library and depends on setting the use_decimal_scores setting in the config.json application configuration file.

Component Changes

  • Upgrade wwdtm from 2.2.0 to 2.3.0

Pull Request(s): #48

Full Changelog: questionlp/stats.wwdt.me_v5@v5.4.0...v5.5.0

v5.4.0

29 Aug 04:07
1181eaa
Compare
Choose a tag to compare

Version 5.4.0

Application Changes

  • Add support for displaying panelist decimal scores stored in a new table column in the Wait Wait Stats Database instead of the standard integer scores. This is handled via version 2.2.0 of the wwdtm library and a new use_decimal_scores setting in the config.json application configuration file. By default, the value will be set to false and must be changed to true, and the appropriate changes have been deployed to the Wait Wait Stats Database.
  • Increase the number of digits displayed after the decimal point for certain panelist statistics from 4 to 5

Component Changes

  • Upgrade wwdtm from 2.1.0 to 2.2.0, which also includes:
    • Upgrade NumPy from 1.23.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 from 2.10.0 to 2.11.0
  • Upgrade pytest from 7.3.1 to 7.4.0

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

Full Changelog: questionlp/stats.wwdt.me_v5@v5.3.1...v5.4.0

v5.3.1

21 May 04:43
d962fd0
Compare
Choose a tag to compare

Version 5.3.1

Application Changes

  • Revamping of the formatting and styles when printing pages from the site to reduce wasted whitespace and other tweaks, including:
    • Adding site title at the top of the document
    • Update the guest, host, location, panelist, scorekeeper and show info blocks to mimic a two-column layout
    • Change the main block to not cause the footer to be pushed to a new page
    • Render the collection lists in a more compact manner
    • Correct a few color values for a few types of links

Pull Request(s): #41

Full Changelog: questionlp/stats.wwdt.me_v5@v5.3.0...v5.3.1

v5.3.0

02 May 02:56
dd35c1c
Compare
Choose a tag to compare

Version 5.3.0

Application Changes

  • Add settings.sort_by_venue configuration setting that is used to determine whether to sort the locations by venue name or by state and city for the /locations. Defaults to false, which matches the previous behavior.

Component Changes

  • Upgrade Flask from 2.2.3 to 2.3.2
  • Upgrade wwdtm from 2.0.9 to 2.1.0

Pull Request(s): #40

Full Changelog: questionlp/stats.wwdt.me_v5@v5.2.4...v5.3.0

v5.2.4

25 Apr 21:11
5c2e278
Compare
Choose a tag to compare

Version 5.2.4

Component Changes

  • Upgrade wwdtm from 2.0.8 to 2.0.9, which also includes the following 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
  • Upgrade Markdown from 3.4.1 to 3.4.3
  • Removed python-dateutil as an explicit requirement as it is being pulled in by the wwdtm package

Development Changes

  • Move pytest configuration from pytest.ini into pyproject.toml
  • 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

Pull Request(s): #39

Full Changelog: questionlp/stats.wwdt.me_v5@v5.2.3...v5.2.4

v5.2.3

16 Mar 03:43
1fa8509
Compare
Choose a tag to compare

Version 5.2.3

Component Changes

  • Upgrade Materialize from 1.2.1 to 1.2.2

Pull Request(s): #38

Full Changelog: questionlp/stats.wwdt.me_v5@v5.2.2...v5.2.3

v5.2.2

16 Feb 16:32
0e58c13
Compare
Choose a tag to compare

Version 5.2.2

Component Changes

  • Upgrade Flask from 2.2.2 to 2.2.3
  • Upgrade Werkzeug from 2.2.2 to 2.2.3 to fix a security vulnerability

Pull Request(s): #36

Full Changelog: questionlp/stats.wwdt.me_v5@v5.2.1...v5.2.2

v5.2.1

08 Jan 00:29
72d277a
Compare
Choose a tag to compare

Version 5.2.1

Other Changes

  • Updating copyright year for code files under tests

Pull Request(s): #35

Full Changelog: questionlp/stats.wwdt.me_v5@v5.2.0...v5.2.1

v5.2.0

08 Jan 00:16
32a1404
Compare
Choose a tag to compare

Version 5.2.0

Component Changes

  • Upgrade Materialize from 1.1.0 to 1.2.1

Other Changes

  • Updating copyright year for all code files and add copyright block to static/css/style.css and static/js/init.js

Pull Request(s): #34

Full Changelog: questionlp/stats.wwdt.me_v5@v5.1.5...v5.2.0

v.5.1.5

18 Dec 02:38
9c8c15c
Compare
Choose a tag to compare

Version 5.1.5

Application Changes

  • Continue refactoring how application and database connection settings are loaded and setting default values

Component Changes

  • Upgrade wwdtm from 2.0.7 to 2.0.8, which also includes the following 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
  • Upgrade Flask from 2.2.0 to 2.2.2
  • Upgrade Werkzeug from 2.2.1 to 2.2.2

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

Pull Request(s): #33

Full Changelog: questionlp/stats.wwdt.me_v5@v5.1.4...v5.1.5