Skip to content

Releases: uc-cdis/covid19-tools

SIR model improvement

15 Mar 16:11
00f72dd
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 5.1.0

Notes to tag/commit: 5.1.1

Generated: 2022-03-15

Improvements

  • Replace prediction part for generative model (#260)
  • Add logger for generative model and SIR model (#260)

5.1.0: SIR model for frontend

24 Feb 21:59
7974969
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 5.0.1

Notes to tag/commit: 5.1.0

Generated: 2022-02-24

Improvements

  • Add SIR based covid19 prediction model (#251)
  • Major change in notebook dockerfile (#251)

5.0.1

08 Feb 17:11
3994f9d
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 5.0.0

Notes to tag/commit: 5.0.1

Generated: 2022-02-08

Improvements

  • Fix JHU-country-codes ETL: add 'Winter Olympics 2022' location (#254)

JHU-to-S3 ETL: remove deprecated fields

31 Jan 22:45
1c5b933
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 4.13.0

Notes to tag/commit: 5.0.0

Generated: 2022-01-31

Improvements

  • JHU-to-S3 ETL: remove deprecated fields that the frontend does not rely on
    anymore (#253)

JHU-to-S3 ETL for Illinois only

31 Jan 21:54
9619a0f
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 4.12.1

Notes to tag/commit: 4.13.0

Generated: 2022-01-31

New Features

  • JHU-to-S3 ETL now only generates Illinois data (#252)
  • Bayes model: add readme files for model evaluation scripts and generative
    model scripts. (#247)
  • Bayes model: add model evaluation scripts (#247)

Improvements

  • Add a unit test for the JHU to S3 ETL (#250)
  • Code cleanup by removing outdated files (#248)

4.12.1

08 Dec 20:21
2c210c7
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 4.12.0

Notes to tag/commit: 4.12.1

Generated: 2021-12-08

Improvements

  • Bayes job: Make the title, subtitle and legend font bigger (#246)

4.12.0

07 Dec 16:27
f910107
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 4.11.1

Notes to tag/commit: 4.12.0

Generated: 2021-12-07

New Features

  • The data source for the bayes model scripts didn't update their data for 7
    days due to the holidays, however, the scripts didn't capture that. The
    "average missing data points" function needs a fix. (#244)

Hospital Utilization ETL Bug Fix

29 Nov 16:21
69ea627
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 4.11.0

Notes to tag/commit: 4.11.1

Generated: 2021-11-29

Bug Fixes

  • Identified an intermittent bug in IDPH Hospital Utilization API and added to mitigate it. (#243)

Generative Bayes model

17 Nov 15:57
20d6406
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 4.10.0

Notes to tag/commit: 4.11.0

Generated: 2021-11-17

New Features

  • The newly proposed model uses a simple generative logic to explain how an
    initial pool of infected people spreads the disease at each time point,
    according to the current reproduction factor. (#237)

Improvements

  • update readme to include all 16 notebooks we have currently. (#239)

Update IDPH and IDPH-zipcode URLs

15 Oct 19:46
1b269dc
Compare
Choose a tag to compare

Release Notes

For: uc-cdis/covid19-tools

Notes since tag: 4.9.4

Notes to tag/commit: 4.10.0

Generated: 2021-10-15

Improvements

  • Added additional logs for better debugging in case of "Entity is not
    unique" error (#236)
  • IDPH-zipcode ETL: update the source data URLs and update the ETL to parse
    the new data format (#235)
  • IDPH-zipcode ETL: process historical data since the last submitted date,
    instead of only the current day's data (#235)
  • IDPH ETL: update the source data URLs and update the ETL to parse the new
    data format (#234)
  • IDPH ETL: process historical data since the last submitted date, instead of
    only the current day's data (#234)
  • IDPH ETL: process demographics data for all counties instead of only at the
    state level (#234)