This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
Releases: jonblatho/covid-19
Releases · jonblatho/covid-19
Version 6.19.1
- 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
- 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
- Corrected a layout issue with the Time Machine navigation element.
Version 6.18
- 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
Migrated DHSS archives to data.jonblatho.com (see #59).
Version 6.17
- 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
- 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
anddata/*
— have been removed from Git. The auto-update automation has been updated to reflect this change.
Version 6.15.2
Switched GitHub Actions workflows to run on ubuntu-latest
to avoid issues related to the LetsEncrypt root CA expiration.
Version 6.15.1
Resolved an issue where the Events toggle above the chart area was not functioning as expected.
Version 6.15
- 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.