Skip to content

Releases: questionlp/graphs.wwdt.me

v2.2.2

03 Feb 04:52
7e5adc2
Compare
Choose a tag to compare

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

08 Jan 00:09
5cd54af
Compare
Choose a tag to compare

Version 2.2.1

Application Changes

  • Fix issue with stats_url not being added to app.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

07 Jan 23:41
e4a3088
Compare
Choose a tag to compare

Version 2.2.0

Component Changes

  • Upgrade Materialize from 1.1.0 to 1.2.1

Application Changes

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): #14

Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.7...v2.2.0

v2.1.7

25 Dec 22:28
f5571c5
Compare
Choose a tag to compare

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

25 Dec 21:55
f174b70
Compare
Choose a tag to compare

Version 2.1.6

Application Changes

  • Use dict.get(key, default_value) in app/__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 is UTC
    • Default values for any URL is an empty string
  • Adding mastodon_url and mastodon_user configuration keys in the settings section of the config file
  • If the mastodon_url and mastodon_user keys contain a value, insert a link with rel="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

02 Sep 00:28
c7f223a
Compare
Choose a tag to compare

Version 2.1.5

Bugfix

  • Fix an issue where the time_zone configuration value was being assigned to settings_config twice, instead of being assigned to both settings_config and database_config

Pull Request(s): #11

Full Changelog: questionlp/graphs.wwdt.me_v2@v2.1.4...v2.1.5

v2.1.4

24 Aug 04:59
f30c351
Compare
Choose a tag to compare

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

17 Aug 22:37
d5d1f1c
Compare
Choose a tag to compare

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-level sql_mode for queries that return an error due to MySQL Server setting the ONLY_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

09 Aug 04:31
fb7e721
Compare
Choose a tag to compare

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

04 Aug 02:09
30db610
Compare
Choose a tag to compare

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