Releases: questionlp/graphs.wwdt.me
v2.2.2
Version 2.2.2
Component Changes
- Upgrade Plotly.js from 2.17.0 to 2.18.1
Pull Request(s): #16
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.2.1...v2.2.2
v2.2.1
Version 2.2.1
Application Changes
- Fix issue with
stats_url
not being added toapp.jinja_env.globals
upon application startup
Pull Request(s): #15
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.2.0...v2.2.1
v2.2.0
Version 2.2.0
Component Changes
- Upgrade Materialize from 1.1.0 to 1.2.1
Application Changes
- Restructuring template folder locations to match the structure used by the Wait Wait Stats Page and Wait Wait Reports
Other Changes
- Updating copyright year for all code files and add copyright block to
static/css/style.css
andstatic/js/init.js
Pull Request(s): #14
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.7...v2.2.0
v2.1.7
Version 2.1.7
Component Changes
- Upgrade Plotly.js from 2.13.3 to 2.17.0
Pull Request(s): #13
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.6...v2.1.7
v2.1.6
Version 2.1.6
Application Changes
- Use
dict.get(key, default_value)
inapp/__init__.py
to get/set configuration values in order to avoid application startup errors if configuration keys are not set- Default value for
time_zone
isUTC
- Default values for any URL is an empty string
- Default value for
- Adding
mastodon_url
andmastodon_user
configuration keys in thesettings
section of the config file - If the
mastodon_url
andmastodon_user
keys contain a value, insert a link withrel="me"
attribute for profile link validation, in the page footer
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): #12
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.5...v2.1.6
v2.1.5
Version 2.1.5
Bugfix
- Fix an issue where the
time_zone
configuration value was being assigned tosettings_config
twice, instead of being assigned to bothsettings_config
anddatabase_config
Pull Request(s): #11
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.4...v2.1.5
v2.1.4
Version 2.1.4
Bugfix
- Fix an issue where an incorrect route was being referenced in
panelists.routes.score_breakdown_details()
, causing an unhandled error
Pull Request(s): #10
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.3...v2.1.4
v2.1.3
Version 2.1.3
Component Changes
- Upgrade wwdtm from 2.0.5 to 2.0.7, which also includes the following changes:
- Upgrade MySQL Connector/Python from 8.0.28 to 8.0.30
- Upgrade NumPy from 1.22.3 to 1.23.2
- Upgrade pytz from 2022.1 to 2022.2.1
Application Changes
- Add an additional query that unsets
ONLY_FULL_GROUP_BY
flag and sets the appropriate flags for the session-levelsql_mode
for queries that return an error due to MySQL Server setting theONLY_FULL_GROUP_BY
flag by default. Queries and application logic for the respective functions will need to be rearchitected in a future release.
Pull Request(s): #8
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.2...v2.1.3
v2.1.2
Version 2.1.2
Component Changes
- Upgrade Plotly JS from 2.12.1 to 2.13.3
Pull Requests: #7
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.1...v2.1.2
v2.1.1
Version 2.1.1
Application Change
- Made changes to how gender is referenced in the dataset names for the Panel Gender Mix chart and update the corresponding test
Pull Request: #6
Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.0...v2.1.1