Skip to content

Release v3.2.7 #1226

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 14 commits into from
Aug 16, 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
7 changes: 4 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
base: main
title: Release ${{ steps.version.outputs.next_tag }}
labels: chore
reviewers: krivard
# assignees:
# reviewers:
assignees: melange396
body: |
Releasing ${{ steps.version.outputs.next_tag }}.
- name: Check out delphi epidata
Expand All @@ -56,6 +56,7 @@ jobs:
base: dev
title: Sync to www-covidcast release ${{ steps.version.outputs.next_tag }}
labels: chore
reviewers: krivard
# reviewers:
assignees: melange396
body: |
Syncing covidcast_utils files to www-covidcast release ${{ steps.version.outputs.next_tag }}.
17 changes: 17 additions & 0 deletions .github/workflows/dependabot-assignments.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Dependabot auto-assign reviewer
on: pull_request

permissions:
pull-requests: write

jobs:
dependabot:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Assign team to PR
run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
env:
PR_URL: ${{github.event.pull_request.html_url}}
4 changes: 2 additions & 2 deletions .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
commit-message: 'feat: update to COVIDcast ${{ needs.create_release.outputs.tag_name }}'
title: 'update to COVIDcast ${{ needs.create_release.outputs.tag_name }}'
labels: feat
reviewers: krivard
# assignees:
# reviewers:
assignees: melange396
body: |
update to [COVIDcast ${{ needs.create_release.outputs.tag_name }}](https://github.com/cmu-delphi/www-covidcast/releases/${{ needs.create_release.outputs.tag_name }})

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_gdocs_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
commit-message: 'chore: update docs'
title: Update Google Docs Meta Data
labels: chore
reviewers: krivard
assignees: krivard
# reviewers:
assignees: melange396
body: |
Updating Google Docs Meta Data
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www-covidcast",
"version": "3.2.6",
"version": "3.2.7",
"private": true,
"license": "MIT",
"description": "",
Expand Down
26 changes: 0 additions & 26 deletions src/stores/descriptions.raw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,32 +42,6 @@ SignalTooltip: Percentage of daily doctor visits that are due to lab-confirmed i


Description: Delphi receives aggregated statistics from Change Healthcare, Inc. on lab-confirmed influenza outpatient doctor visits, derived from ICD codes found in insurance claims. Using this data, we estimate the percentage of daily doctor’s visits in each area that resulted in a diagnosis of influenza. Note that these estimates are based only on visits by patients whose insurance claims are accessible to Change Healthcare.
---
Name: COVID Antigen Test Positivity
Id: quidel-covid-ag
Signal: covid_ag_smoothed_pct_positive
Unit: per 100 tests


SignalTooltip: Positivity rate of COVID-19 antigen tests, based on data provided by Quidel, Inc.


Description: Delphi receives data from COVID-19 antigen tests conducted by Quidel, a national provider of networked lab testing devices (covering doctors' offices, clinics, and hospitals). Antigen tests can detect parts of the virus that are present during an active infection.We report the percentage of COVID antigen tests that are positive. Note that this signal only includes Quidel’s antigen tests, not those run by other test providers.


AgeStratifications:
- Name: 0-4
Signal: covid_ag_smoothed_pct_positive_age_0_4
- Name: 5-17
Signal: covid_ag_smoothed_pct_positive_age_5_17
- Name: 18-49
Signal: covid_ag_smoothed_pct_positive_age_18_49
- Name: 50-64
Signal: covid_ag_smoothed_pct_positive_age_50_64
- Name: 65+
Signal: covid_ag_smoothed_pct_positive_age_65plus


---
Name: COVID Cases
Id: jhu-csse
Expand Down