Releases: questionlp/reports.wwdt.me
v2.4.0
Version 2.4.0
Application Changes
- Add support for the new decimal panelist score column,
panelistscore_decimal
in theww_showpnlmap
table of the Wait Wait Stats Database. - Add a
use_decimal_scores
setting inconfig.json
to enable or disable pulling data from the new column. The default isfalse
- All calculations that use of decimal scores, versus integer scores, use the Python Decimal data type
- Change the rounding of certain stats from 4 decimal places to 5 decimal 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 from 2.10.0 to 2.11.0
- Upgrade pytest from 7.3.1 to 7.4.0
Pull Request(s): #22, #23, #24, #25
Full Changelog: questionlp/reports.wwdt.me_v2@v2.3.2...v2.4.0
v2.3.2
Version 2.3.2
Application Changes
- Fix issue with shows with empty details causing Low Scoring and High Scoring show reports to error out
Pull Request(s): #18
Full Changelog: questionlp/reports.wwdt.me_v2@v2.3.1...v2.3.2
v2.3.1
Version 2.3.1
Application Changes
- Add filter to Panelist Average Scores by Year database query to exclude any
NULL
values for panelist scores to prevent skewing of results
Pull Request(s): #20
Full Changelog: questionlp/reports.wwdt.me_v2@v2.3.0...v2.3.1
v2.3.0
Version 2.3.0
Application Changes
- Addition of Panelist Average Scores by Year and Panelist Average Scores by Year: All reports
- Modify CSS for Panelist Appearances by Year report to correct column sizes
- Add tooltips to each data cell in the Panelist Appearances by Year report to display the panelist name and year
- Fix issue where printing out Panelist Appearances by Year report from cropping out the table when page scaling is reduced
- Fixed typos in dropdown menus when choosing panelists
Development Changes
- Added tests for Panelist Average Scores by Year and Panelist Average Scores by Year: All reports
- Updated tests for Panelist Appearances by Year and Panelist vs Panelist reports
Full Changelog: questionlp/reports.wwdt.me_v2@v2.2.5...v2.3.0
v2.2.5
Version 2.2.5
Component Changes
- Upgrade Flask from 2.2.3 to 2.3.2
Pull Request(s): #17
Full Changelog: questionlp/reports.wwdt.me_v2@v2.2.4...v2.2.5
v2.2.4
Version 2.2.4
Application Changes
- Correct sorting of "All Women Panel" report to sort by date
Component Changes
- Upgrade MySQL Connector/Python from 8.0.30 to 8.0.33
- Upgrade NumPy from 1.23.2 to 1.24.2
- Upgrade pytz from 2022.6 to 2023.3
- Upgrade Markdown from 3.4.1 to 3.4.3
Development Changes
- Move pytest configuration from
pytest.ini
intopyproject.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): #16
Full Changelog: questionlp/reports.wwdt.me_v2@v2.2.3...v2.2.4
v2.2.3
Version 2.2.3
Component Changes
- Upgrade Pure CSS from 2.1.0 to 2.2.0
Pull Request(s): #15
Full Changelog: questionlp/reports.wwdt.me_v2@v2.2.2...v2.2.3
v2.2.2
Version 2.2.2
Application Changes
- Fix an issue in which adding a new host or scorekeeper entry in the database without a corresponding appearance record would cause the Host or Scorekeeper Appearances Summary reports to throw an error
Pull Request(s): #14
Full Changelog: questionlp/reports.wwdt.me_v2@v2.2.1...v2.2.2
v2.2.1
Version 2.2.1
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): #12
Full Changelog: questionlp/reports.wwdt.me_v2@v2.2.0...v2.2.1
v2.2.0
Version 2.2.0
Application Changes
- Addition of Not My Job Guests vs Bluff the Listener Win Ratios report
- Add missing sitemap entry for Panelists First Appearance Wins report
- Add missing entries into the panelists and shows sitemap template files
- Fix issues with sitemap generation and XML syntax in
shows.xml
andsitemap.xml
Pull Request(s): #11
Full Changelog: questionlp/reports.wwdt.me_v2@v2.1.1...v2.2.0