- US policies for admin areas level 3 (counties) are now inherited from the policies available for admin areas level 2 (states) instead of level 1 (nation).
- Colombia data. Fixed
deaths
andconfirmed
according to https://coronaviruscolombia.gov.co Addedtests
for level 1 and 2
- Austria data. Added support for level 2 and 3 from the Federal Ministry of Social Affairs, Health, Care and Consumer Protection
- Policy measures. Added support for level 2 policies by Oxford Covid-19 Government Response Tracker. Enhanced policy inheritance by using OxCGRT flags to distinguish policies that are "targeted" to a specific geographical region (flag=0) or "general" policies that are applied across the whole country (flag=1). Only "general" policies are propagated to levels 2 and 3.
- Netherlands data all levels. Change data provider from JHU CSSE to National Institute for Public Health and the Environment of Netherlands. Affected variables:
confirmed
,deaths
,hosp
.
- Swiss data level 1. Change data provider from JHU CSSE to Federal Office of Public Health FOPH. Affected variables:
confirmed
,deaths
,hosp
.
-
Added data for:
- Chile: level 1, 2, and 3 (
confirmed
,tests
,deaths
,recovered
,hosp
,icu
,population
) - Taiwan: level 1 and 2 (
confirmed
,latitude
,longitude
,population
)
- Chile: level 1, 2, and 3 (
-
Added data for:
- Thailand: level 1 and 2 (
confirmed
,deaths
,recovered
,hosp
) - Ireland: level 1 and 2 (
tests
,confirmed
,deaths
,hosp
,icu
)
- Thailand: level 1 and 2 (
-
Added data for:
- Poland: level 2 and 3 (
deaths
) - Croatia: level 2 (
confirmed
,deaths
)
- Poland: level 2 and 3 (
- R and Python packages now return raw data by default.
- UK data (all levels). Change the access to https://coronavirus.data.gov.uk from the legacy CSV downloads to the new API.
- drop
severe
cases (equivalent toicu
)
- US data level 3 (counties). Change data provider from JHU CSSE to New York Times. Only minor counties not provided by New York Times are still from JHU CSSE.