Releases: uc-cdis/covid19-tools
Releases · uc-cdis/covid19-tools
nb-etl: fix Bayes model image and error handling
Release Notes
For: uc-cdis/covid19-tools
Notes since tag: 4.6.3
Notes to tag/commit: 4.6.4
Generated: 2021-02-24
New Features
- Strike-through removed datasets (#175)
Improvements
- X-Ray notebook: more error handling (#174)
- Peregrine function will raise the error
KeyError: 'url'
randomly. It is
probably a fence problem. Add few more lines to catch the
errors. (#173) - nb-etl Dockerfile: fix Python dependencies installation and R dependencies
installation (#172) - Bayes model: small logic fix and improve error handling (do not fail
silently) (#172)
JHU to S3 ETL: process "Unassigned" data
Release Notes
For: uc-cdis/covid19-tools
Notes since tag: 4.6.2
Notes to tag/commit: 4.6.3
Generated: 2021-02-09
Improvements
- JHU to S3 ETL: process "Unassigned" county data instead of ignoring it to
get more accurate global counts (#171)
update ctp
update headers of ctp
4.6.1
JHU ETL: last date only
Release Notes
For: uc-cdis/covid19-tools
Notes since tag: 4.5.6
Notes to tag/commit: 4.6.0
Generated: 2021-01-11
Improvements
- JHU ETL: only keep the data corresponding to the latest date (#163)
Fix minor bugs
- Fix summary_socio_demographic submitter id
- Fix only close live session for ncbi etl
Fix previous release
4.5.5 fix(retries): fix retry logic (#161)
Support Com-Mobility project
Feat/mobility (#160) * feat(mobility): parse csv file * chore(code): refactor * chore(code): remove unused dependencies * feat(last_submit): only submit the new data * fix(typos): fix typos * chore(retries): use limited retry numbers * chore(README): update doc
Fix bug of generating empty files
and fix OWID ETL
Fix too many connections to bigquery
4.5.2 fix(connectin): fix too many connections (#156)