diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3d85fde10..93e996301 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.68 +current_version = 0.3.69 commit = True message = chore: bump covidcast-indicators to {new_version} tag = False diff --git a/ansible/templates/sir_complainsalot-params-prod.json.j2 b/ansible/templates/sir_complainsalot-params-prod.json.j2 index 8a63276dc..657c11545 100644 --- a/ansible/templates/sir_complainsalot-params-prod.json.j2 +++ b/ansible/templates/sir_complainsalot-params-prod.json.j2 @@ -12,18 +12,6 @@ "maintainers": ["U01AP8GSWG3","U01069KCRS7"], "retired-signals": ["smoothed_covid19","smoothed_adj_covid19"] }, - "google-symptoms": { - "max_age": 6, - "maintainers": ["U01AP8GSWG3","U01069KCRS7"], - "retired-signals": [ - "ageusia_raw_search", - "ageusia_smoothed_search", - "anosmia_raw_search", - "anosmia_smoothed_search", - "sum_anosmia_ageusia_raw_search", - "sum_anosmia_ageusia_smoothed_search" - ] - }, "quidel": { "max_age":6, "maintainers": ["U01AP8GSWG3","U01069KCRS7"], diff --git a/changehc/version.cfg b/changehc/version.cfg index 59e86dd5e..844a5c248 100644 --- a/changehc/version.cfg +++ b/changehc/version.cfg @@ -1 +1 @@ -current_version = 0.3.68 +current_version = 0.3.69 diff --git a/claims_hosp/version.cfg b/claims_hosp/version.cfg index 59e86dd5e..844a5c248 100644 --- a/claims_hosp/version.cfg +++ b/claims_hosp/version.cfg @@ -1 +1 @@ -current_version = 0.3.68 +current_version = 0.3.69 diff --git a/doctor_visits/version.cfg b/doctor_visits/version.cfg index 59e86dd5e..844a5c248 100644 --- a/doctor_visits/version.cfg +++ b/doctor_visits/version.cfg @@ -1 +1 @@ -current_version = 0.3.68 +current_version = 0.3.69 diff --git a/google_symptoms/version.cfg b/google_symptoms/version.cfg index 59e86dd5e..844a5c248 100644 --- a/google_symptoms/version.cfg +++ b/google_symptoms/version.cfg @@ -1 +1 @@ -current_version = 0.3.68 +current_version = 0.3.69 diff --git a/hhs_hosp/version.cfg b/hhs_hosp/version.cfg index 59e86dd5e..844a5c248 100644 --- a/hhs_hosp/version.cfg +++ b/hhs_hosp/version.cfg @@ -1 +1 @@ -current_version = 0.3.68 +current_version = 0.3.69 diff --git a/nchs_mortality/version.cfg b/nchs_mortality/version.cfg index 59e86dd5e..844a5c248 100644 --- a/nchs_mortality/version.cfg +++ b/nchs_mortality/version.cfg @@ -1 +1 @@ -current_version = 0.3.68 +current_version = 0.3.69 diff --git a/nssp/version.cfg b/nssp/version.cfg index 59e86dd5e..844a5c248 100644 --- a/nssp/version.cfg +++ b/nssp/version.cfg @@ -1 +1 @@ -current_version = 0.3.68 +current_version = 0.3.69 diff --git a/quidel_covidtest/version.cfg b/quidel_covidtest/version.cfg index 59e86dd5e..844a5c248 100644 --- a/quidel_covidtest/version.cfg +++ b/quidel_covidtest/version.cfg @@ -1 +1 @@ -current_version = 0.3.68 +current_version = 0.3.69 diff --git a/sir_complainsalot/delphi_sir_complainsalot/check_source.py b/sir_complainsalot/delphi_sir_complainsalot/check_source.py index c9fa1c377..380142301 100644 --- a/sir_complainsalot/delphi_sir_complainsalot/check_source.py +++ b/sir_complainsalot/delphi_sir_complainsalot/check_source.py @@ -73,7 +73,7 @@ def check_source(data_source, meta, params, grace, logger): # pylint: disable=t end_day=datetime.now().strftime("%Y-%m-%d"), geo_type=row["geo_type"]) - latest_data = covidcast.signal( + latest_data = covidcast.covidcast.signal( data_source, row["signal"], start_day=datetime.now() - timedelta(days = 14), end_day=datetime.now(), diff --git a/sir_complainsalot/params.json.template b/sir_complainsalot/params.json.template index 65c0498e3..48bcac0e0 100644 --- a/sir_complainsalot/params.json.template +++ b/sir_complainsalot/params.json.template @@ -12,18 +12,6 @@ "maintainers": ["U01AP8GSWG3","U01069KCRS7"], "retired-signals": ["smoothed_covid19","smoothed_adj_covid19"] }, - "google-symptoms": { - "max_age": 6, - "maintainers": ["U01AP8GSWG3","U01069KCRS7"], - "retired-signals": [ - "ageusia_raw_search", - "ageusia_smoothed_search", - "anosmia_raw_search", - "anosmia_smoothed_search", - "sum_anosmia_ageusia_raw_search", - "sum_anosmia_ageusia_smoothed_search" - ] - }, "quidel": { "max_age":6, "maintainers": ["U01AP8GSWG3","U01069KCRS7"], diff --git a/sir_complainsalot/version.cfg b/sir_complainsalot/version.cfg index 59e86dd5e..844a5c248 100644 --- a/sir_complainsalot/version.cfg +++ b/sir_complainsalot/version.cfg @@ -1 +1 @@ -current_version = 0.3.68 +current_version = 0.3.69