v5.4.0
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 newuse_decimal_scores
setting in theconfig.json
application configuration file. By default, the value will be set tofalse
and must be changed totrue
, 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