Skip to content

Commit fee43a5

Browse files
authored
Merge branch 'main' into final-wave-12-changes
2 parents 8664a7b + fffdd82 commit fee43a5

File tree

177 files changed

+394583
-62068
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+394583
-62068
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.1.22
2+
current_version = 0.2.9
33
commit = True
44
message = chore: bump covidcast-indicators to {new_version}
55
tag = False

.github/workflows/r-ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,12 @@ jobs:
4848
${{ runner.os }}-r-facebook-survey-
4949
- name: Install R dependencies
5050
run: |
51-
if ( !require("readr") || packageVersion("readr") != "1.4.0" ) {
52-
install.packages("devtools")
53-
devtools::install_version("readr", version = "1.4.0")
54-
}
55-
5651
if ( !require("remotes") ) {
5752
install.packages("remotes")
5853
}
5954
remotes::update_packages(c("rcmdcheck", "mockr", "remotes"), upgrade="always")
6055
dependency_list <- remotes::dev_package_deps(dependencies=TRUE)
61-
remotes::update_packages(dependency_list$package[dependency_list$package != "readr"], upgrade="always")
56+
remotes::update_packages(dependency_list$package, upgrade="always")
6257
shell: Rscript {0}
6358
- name: Check
6459
run: |

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Keep in sync with '.github/workflows/python-ci.yml'.
1010
- TODO: #527 Get this list automatically from python-ci.yml at runtime.
1111
*/
12-
def indicator_list = ["cdc_covidnet", "changehc", "claims_hosp", "combo_cases_and_deaths", "covid_act_now", "facebook", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel", "quidel_covidtest", "safegraph_patterns", "sir_complainsalot", "usafacts"]
12+
def indicator_list = ["changehc", "claims_hosp", "covid_act_now", "facebook", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel", "quidel_covidtest", "safegraph_patterns", "sir_complainsalot", "usafacts"]
1313
def build_package = [:]
1414
def deploy_staging = [:]
1515
def deploy_production = [:]

_delphi_utils_python/.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.1.16
2+
current_version = 0.2.6
33
commit = True
44
message = chore: bump delphi_utils to {new_version}
55
tag = False

_delphi_utils_python/.pylintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ disable=logging-format-interpolation,
1212
[BASIC]
1313

1414
# Allow arbitrarily short-named variables.
15-
variable-rgx=[a-z_][a-z0-9_]*
16-
argument-rgx=[a-z_][a-z0-9_]*
17-
attr-rgx=[a-z_][a-z0-9_]*
15+
variable-rgx=([a-z_][a-z0-9_]*|[a-zA-Z])
16+
argument-rgx=([a-z_][a-z0-9_]*|[a-zA-Z])
17+
attr-rgx=([a-z_][a-z0-9_]*|[a-zA-Z])
1818

1919
[DESIGN]
2020

_delphi_utils_python/data_proc/geomap/consistency_checks.ipynb

Lines changed: 0 additions & 888 deletions
This file was deleted.

0 commit comments

Comments
 (0)