Skip to content

Commit 8d44629

Browse files
authored
Merge pull request #1956 from cmu-delphi/release/indicators_v0.3.54_utils_v0.3.23
Release covidcast-indicators 0.3.54
2 parents dd4e3b4 + 154649e commit 8d44629

File tree

25 files changed

+120
-109
lines changed

25 files changed

+120
-109
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.53
2+
current_version = 0.3.54
33
commit = True
44
message = chore: bump covidcast-indicators to {new_version}
55
tag = False

ansible/templates/google_symptoms-params-prod.json.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"span_length": 14,
2929
"min_expected_lag": {"all": "3"},
3030
"max_expected_lag": {"all": "4"},
31+
"dry_run": true,
3132
"suppressed_errors": [
3233
{"signal": "ageusia_raw_search"},
3334
{"signal": "ageusia_smoothed_search"},

ansible/templates/nchs_mortality-params-prod.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"indicator": {
88
"export_start_date": "2020-02-01",
99
"static_file_dir": "./static",
10-
"token": "{{ nchs_mortality_token }}"
10+
"socrata_token": "{{ nchs_mortality_token }}"
1111
},
1212
"archive": {
1313
"aws_credentials": {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"common": {
3-
"export_dir": "./receiving",
4-
"log_filename": "./nwss_wastewater.log",
3+
"export_dir": "/common/covidcast/receiving/nwss_wastewater",
4+
"log_filename": "/var/log/indicators/nwss_wastewater.log",
55
"log_exceptions": false
66
},
77
"indicator": {
88
"wip_signal": true,
99
"export_start_date": "2020-02-01",
1010
"static_file_dir": "./static",
11-
"token": ""
11+
"socrata_token": "{{ nwss_wastewater_token }}"
1212
}
1313
}

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"chng": {
1616
"max_age": 6,
17-
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
17+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
18+
"retired-signals": ["7dav_outpatient_covid","7dav_inpatient_covid"]
1819
},
1920
"google-symptoms": {
2021
"max_age": 6,

changehc/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.53
1+
current_version = 0.3.54

claims_hosp/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.53
1+
current_version = 0.3.54

doctor_visits/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.53
1+
current_version = 0.3.54

google_symptoms/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"span_length": 14,
1717
"min_expected_lag": {"all": "3"},
1818
"max_expected_lag": {"all": "4"},
19+
"dry_run": true,
1920
"suppressed_errors": [
2021
{"signal": "ageusia_raw_search"},
2122
{"signal": "ageusia_smoothed_search"},

google_symptoms/version.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version = 0.3.53
1+
current_version = 0.3.54

0 commit comments

Comments
 (0)