Skip to content

Release covidcast-indicators 0.3.35 #1823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.34
current_version = 0.3.35
commit = True
message = chore: bump covidcast-indicators to {new_version}
tag = False
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
bump2version --list ${{ github.event.inputs.versionName }} | grep ^new_version | sed -r s,"^.*=",,
- name: Copy version to indicator directory
run: |
indicator_list=("changehc" "claims_hosp" "doctor_visits" "dsew_community_profile" "google_symptoms" "hhs_hosp" "jhu" "nchs_mortality" "nowcast" "quidel_covidtest" "sir_complainsalot")
indicator_list=("changehc" "claims_hosp" "doctor_visits" "dsew_community_profile" "google_symptoms" "hhs_hosp" "nchs_mortality" "nowcast" "quidel_covidtest" "sir_complainsalot")
for path in ${indicator_list[@]}; do
echo "current_version = ${{ steps.indicators.outputs.version }}" > $path/version.cfg
done
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.draft == false
strategy:
matrix:
packages: [_delphi_utils_python, changehc, claims_hosp, doctor_visits, dsew_community_profile, google_symptoms, hhs_hosp, jhu, nchs_mortality, nowcast, quidel_covidtest, sir_complainsalot]
packages: [_delphi_utils_python, changehc, claims_hosp, doctor_visits, dsew_community_profile, google_symptoms, hhs_hosp, nchs_mortality, nowcast, quidel_covidtest, sir_complainsalot]
defaults:
run:
working-directory: ${{ matrix.packages }}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- TODO: #527 Get this list automatically from python-ci.yml at runtime.
*/

def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "jhu", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "dsew_community_profile", "doctor_visits"]
def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "dsew_community_profile", "doctor_visits"]
def build_package_main = [:]
def build_package_prod = [:]
def deploy_staging = [:]
Expand Down
2 changes: 1 addition & 1 deletion _delphi_utils_python/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.11
current_version = 0.3.12
commit = True
message = chore: bump delphi_utils to {new_version}
tag = False
Expand Down
2 changes: 1 addition & 1 deletion _delphi_utils_python/delphi_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
from .nancodes import Nans
from .weekday import Weekday

__version__ = "0.3.11"
__version__ = "0.3.12"
4 changes: 2 additions & 2 deletions _delphi_utils_python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"mock",
"moto",
"numpy",
"pandas>=1.1.0",
"pandas>=1.1.0,<2",
"pydocstyle",
"pylint==2.8.3",
"pytest",
Expand All @@ -26,7 +26,7 @@

setup(
name="delphi_utils",
version="0.3.11",
version="0.3.12",
description="Shared Utility Functions for Indicators",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
4 changes: 4 additions & 0 deletions _delphi_utils_python/tests/test_geomap.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ def test_add_geocode(self, geomapper):
new_data = geomapper.add_geocode(self.zip_data, "zip", "state_code")
new_data2 = geomapper.add_geocode(new_data, "state_code", "nation")
assert new_data2["nation"].unique()[0] == "us"
new_data = geomapper.replace_geocode(self.zip_data, "zip", "state_code")
new_data2 = geomapper.add_geocode(new_data, "state_code", "state_id", new_col="state")
new_data3 = geomapper.replace_geocode(new_data2, "state_code", "nation", new_col="geo_id")
assert "state" not in new_data3.columns

# state_code -> hhs
new_data = geomapper.add_geocode(self.zip_data, "zip", "state_code")
Expand Down
51 changes: 0 additions & 51 deletions ansible/templates/jhu-params-prod.json.j2

This file was deleted.

5 changes: 0 additions & 5 deletions ansible/templates/sir_complainsalot-params-prod.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@
"sum_anosmia_ageusia_smoothed_search"
]
},
"jhu-csse": {
"max_age": 2,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
"retired-signals": ["confirmed_7dav_cumulative_num", "confirmed_7dav_cumulative_prop", "deaths_7dav_cumulative_num", "deaths_7dav_cumulative_prop"]
},
"quidel": {
"max_age":6,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
Expand Down
2 changes: 1 addition & 1 deletion changehc/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.34
current_version = 0.3.35
2 changes: 1 addition & 1 deletion claims_hosp/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.34
current_version = 0.3.35
2 changes: 1 addition & 1 deletion doctor_visits/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.34
current_version = 0.3.35
2 changes: 1 addition & 1 deletion dsew_community_profile/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.34
current_version = 0.3.35
2 changes: 1 addition & 1 deletion google_symptoms/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.34
current_version = 0.3.35
2 changes: 1 addition & 1 deletion hhs_hosp/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.34
current_version = 0.3.35
21 changes: 0 additions & 21 deletions jenkins/jhu-jenkins-build.sh

This file was deleted.

18 changes: 0 additions & 18 deletions jenkins/jhu-jenkins-deploy.sh

This file was deleted.

18 changes: 0 additions & 18 deletions jenkins/jhu-jenkins-package.sh

This file was deleted.

23 changes: 0 additions & 23 deletions jenkins/jhu-jenkins-test.sh

This file was deleted.

21 changes: 0 additions & 21 deletions jenkins/safegraph-jenkins-build.sh

This file was deleted.

22 changes: 0 additions & 22 deletions jenkins/safegraph-jenkins-test.sh

This file was deleted.

Loading