Releases: questionlp/graphs.wwdt.me
v2.6.1
Version 2.6.1
Application Changes
- Remove unneeded slash in an empty tag for the Materialize CSS include
Pull Request(s): #33
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.6.0...v2.6.1
v2.6.0
Version 2.6.0
Starting with version 2.6.0, support for all versions of Python prior to 3.10 have been deprecated.
Application Changes
- Replace
dateutil.parser.parse
withdatetime.datetime.strptime
Component Changes
- Upgrade wwdtm from 2.4.1 to 2.5.0, which drops supports for Python versions prior to 3.10 and includes:
- Upgrade MySQL Connector/Python from 8.0.33 to 8.2.0
- Upgrade numpy from 1.24.4 to 1.26.0
Development Changes
- Upgrade black from 23.10.1 to 23.11.0
- Remove
py38
andpy39
fromtool.black
inpyproject.toml
- Bump minimum pytest version from 7.0 to 7.4 in
pyproject.toml
Pull Request(s): #30
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.5.0...v2.6.0
v2.5.0
Version 2.5.0
Component Changes
- Upgrade Flask from 2.3.2 to 3.0.0
- Upgrade gunicorn from 20.1.0 to 21.2.0
Development Changes
- Upgrade pycodestyle from 2.11.0 to 2.11.1
- Upgrade pytest from 7.4.0 to 7.4.3
- Upgrade black from 23.7.0 to 23.10.1
Pull Request(s): #29
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.4.0...v2.5.0
v2.4.0
Version 2.4.0
Component Changes
- Upgrade wwdtm from 2.2.0 to 2.4.0
Pull Request(s): #28
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.3.1...v2.4.0
v2.3.1
Version 2.3.1
Application Changes
- Fix a bug with Panelists: Scores by Appearance route where panelists who have appearances on the show, but do not have corresponding scores, causes an error.
Pull Request(s): #27
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.3.0...v2.3.1
v2.3.0
Version 2.3.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 digits after the decimal point in the "Monthly Average Score Heatmap" from 4 to 5 for consistency
- Removed Aggregate Count plot from the "Panelist: Score Breakdown" chart
- Add a new
use_latest_plotly
setting in theconfig.json
application configuration file to set whether or not to use the stable version symlinked asplotly-stable.min.js
or the latest version symlinked asplotly-latest.min.js
. For backward compatibility,plotly.min.js
is a symlink that points toplotly-stable.min.js
Component Changes
- Upgrade wwdtm from 2.1.0 to 2.2.0, which also includes the following changes:
- Upgrade NumPy from 1.24.2 to 1.24.3
- Upgrade Plotly.js from 2.23.1 to 2.25.2 (stable) and 2.26.0 (latest)
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): #23, #24, #25, #26
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.2.6...v2.3.0
v2.2.6
Version 2.2.6
Component Changes
- Upgrade Plotly.js from 2.20.0 to 2.23.1
Pull Request(s): #21 (reverted), #22
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.2.5...v2.2.6
v2.2.5
Version 2.2.5
Component Changes
- Upgrade Flask from 2.2.3 to 2.3.2
- Upgrade wwdtm from 2.0.8 to 2.1.0, 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
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): #20
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.2.4...v2.2.5
v2.2.4
Version 2.2.4
Component Changes
- Upgrade Materialize from 1.2.1 to 1.2.2
- Upgrade Plotly.js from 2.18.1 to 2.20.0
Pull Request(s): #19
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.2.3...v2.2.4
v2.2.3
Version 2.2.3
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): #17
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.2.2...v2.2.3