Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Releases: jonblatho/covid-19

Version 6.19.1

03 Jan 04:44
9f7fdcf
Compare
Choose a tag to compare
  • Fixed an issue where archive-dhss-data.py would fail to upload due to the calendar year switch from 2021 to 2022. (The script was attempting to read a key on items that didn't exist.)
  • Updated the Anaconda environment to use Python 3.10 and associated dependencies.

Version 6.19

22 Oct 00:21
6.19.0
cdf8171
Compare
Choose a tag to compare
  • Refreshed footer design with a two-column layout.
  • Separated page titles from content.
  • Added page titles to <title> tag except on the homepage.
  • Revised privacy policy wording.

Version 6.18.1

21 Oct 01:06
aace022
Compare
Choose a tag to compare
  • Corrected a layout issue with the Time Machine navigation element.

Version 6.18

21 Oct 00:44
ca927bd
Compare
Choose a tag to compare
  • Refreshed, more compact categorical risk level design on the homepage.
  • The wording of the "Considerable" Community Transmission level was changed to "Substantial."
  • The chart on the homepage was made less tall to reflect the updated sidebar design.

Version 6.17.1

13 Oct 03:31
d1d4a32
Compare
Choose a tag to compare

Migrated DHSS archives to data.jonblatho.com (see #59).

Version 6.17

07 Oct 01:50
54d7abf
Compare
Choose a tag to compare
  • Redesigned header.
  • Replaced the chart selection dropdown menu and events toggle button with Bootstrap-based equivalents.
  • New case charts by month are now split by year, with past year(s) collapsed by default.
  • Now using CDN-hosted Chart.js and chartjs-plugin-annotation in place of self-hosted equivalents.
  • Improved colors for headings in dark mode.

Version 6.16

04 Oct 04:23
6.16.0
Compare
Choose a tag to compare
  • New: Added a script (download-dhss-data.py) to automatically pull in DHSS data daily, using headless Chrome.
  • New: Added an automation to run in the early morning hours to pull in DHSS data automatically.
  • Fixed: By default, archive-dhss-data.py will no longer overwrite an existing object in S3. There’s a new --force/-f flag to force an upload anyway, if needed.
  • Fixed: add-source-url.py will no longer add a URL if it is already present.
  • Removed: Generated data files — assets/chart-data.json and data/* — have been removed from Git. The auto-update automation has been updated to reflect this change.

Version 6.15.2

04 Oct 01:52
2fdd66a
Compare
Choose a tag to compare

Switched GitHub Actions workflows to run on ubuntu-latest to avoid issues related to the LetsEncrypt root CA expiration.

Version 6.15.1

20 Sep 23:50
1eda92c
Compare
Choose a tag to compare

Resolved an issue where the Events toggle above the chart area was not functioning as expected.

Version 6.15

18 Sep 01:40
51ba473
Compare
Choose a tag to compare
  • New: Data from March 2020 has been added.
    While the first COVID-19 case in Howell County was confirmed on April 1, 2020, the state has testing data dating back to March 10, 2020. The absence of this data throws off some calculations near the beginning of the dataset, so it has been added while keeping the start of the publicly available dataset at April 1, 2020.
    • Updated processing scripts and unit tests to account for the March 2020 data.
  • New: archive-dhss-data.py has gained a -d (or --date) flag to set the date to which the DHSS data corresponds and should be added in the daily data files.
  • New: add-source-url.py's --date flag may now also be provided with the abbreviated flag -d.
  • Fixed: archive-dhss-data.py will now only delete original files after a confirmed successful upload.