Skip to content

Commit

Permalink
Merge pull request #854 from cmu-delphi/release/v3.2.5
Browse files Browse the repository at this point in the history
Release v3.2.5
  • Loading branch information
minhkhul authored Aug 16, 2023
2 parents fd6030c + 9ada256 commit b13566f
Show file tree
Hide file tree
Showing 15 changed files with 915 additions and 1,695 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 3
- uses: mamba-org/provision-with-micromamba@v15
- uses: mamba-org/provision-with-micromamba@v16
with:
environment-file: environment.yml
micromamba-version: latest
Expand All @@ -37,7 +37,7 @@ jobs:
run: |
Rscript ./dependencies.R
- name: Restore Blogdown Cache
uses: actions/cache@v3.0.2
uses: actions/cache@v3.3.1
with:
path: |
./blogdown
Expand All @@ -46,6 +46,8 @@ jobs:
${{ runner.os }}-blogdown2-${{ hashFiles('environment.yml') }}-
${{ runner.os }}-blogdown2-
- name: Build site
env:
API_KEY: ${{ secrets.DELPHI_GITHUB_ACTIONS_EPIDATA_API_KEY }}
run: |
npm run build:blog
- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/cache@v3.0.2
- uses: actions/cache@v3.3.1
with:
path: ~/.npm
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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 }}.
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}}
2 changes: 1 addition & 1 deletion .github/workflows/release_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
node-version: 16
- name: Cache Node.js modules
uses: actions/cache@v3.0.2
uses: actions/cache@v3.3.1
with:
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion content/about/publications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ papers:
- title: "A Proposal for Standardized Evaluation of Epidemiological Models"
image: evaluation.jpg
authors: Rosenfeld, Grefenstette, Burke
link: https://www.cs.cmu.edu/~roni/standardized-evaluation-of-epi-models-rev-09nov2012.pdf
link: https://kilthub.cmu.edu/articles/report/A_Proposal_for_Standardized_Evaluation_of_Epidemiological_Models/21708314
journal: White paper
year: 2012
---
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2020-08-26-fb-survey.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ output:
---

```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
options(covidcast.auth = Sys.getenv("API_KEY"))
```

Since April 2020, in collaboration with Facebook,
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2020-10-06-survey-wave-4.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ output:
toc: true
---
```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
options(covidcast.auth = Sys.getenv("API_KEY"))
```
Beginning in early April 2020, the `r blogdown::shortcode_html("reflink", "/", "Delphi group")` has
conducted a major survey to track COVID-19 across the United States. With the
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2020-10-14-dv-signal.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ library(covidcast)
library(dplyr)
library(ggplot2)
library(gridExtra)
options(covidcast.auth = "9328d11cfe46d") # Minh's key
options(covidcast.auth = Sys.getenv("API_KEY"))
# Fetch DV % CLI signal and USAFacts confirmed case incidence proportion at
# the state level
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2020-12-10-masks-public.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ output:
---

```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
options(covidcast.auth = Sys.getenv("API_KEY"))
```

As COVID cases and deaths continue to rise in the United States, we are
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2021-01-15-causal-effect-mobility.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ output:
---

```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
options(covidcast.auth = Sys.getenv("API_KEY"))
```

```{r setup, include=FALSE}
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2021-01-22-holiday-surveys.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ output:
toc: true
---
```{r, echo=FALSE}
options(covidcast.auth = "9328d11cfe46d") # Minh's key
options(covidcast.auth = Sys.getenv("API_KEY"))
```
With pandemic fatigue setting in across the United States after a long year
filled with uncertainty, many felt the temptation to celebrate a “normal”
Expand Down
10 changes: 6 additions & 4 deletions content/people/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -532,11 +532,11 @@ people:
image: kathryn-mazaitis-500x500-min.jpg
affiliation: CMU/MLD
team:
- core
- highlight
- past
- blog
note: Core member, March 2020-July 2023
link: https://cs.cmu.edu/~krivard
description: leads Delphi's engineering team, and is a Principal Research Programmer in the Machine Learning Department at CMU.
description: previously led Delphi's engineering team, and was a Principal Research Programmer in the Machine Learning Department at CMU.
- firstName: Daniel
lastName: McDonald
image: daniel-mcdonald-photo.jpeg
Expand Down Expand Up @@ -594,7 +594,8 @@ people:
image: luke-neureiter.jpg
affiliation: CMU/MLD
team:
- core
- past
note: Core member, March 2022-June 2023
- firstName: Quang
lastName: Nguyen
image: quang-nguyen.jpg
Expand Down Expand Up @@ -852,6 +853,7 @@ people:
affiliation: CMU/Stat
team:
- core
- highlight
- firstName: Dmytro
lastName: Trotsko
image: dmytro-trotsko.jpg
Expand Down
Loading

0 comments on commit b13566f

Please sign in to comment.