Skip to content

Commit 074929b

Browse files
authored
Merge pull request #1084 from cmu-delphi/release/v3.3.9
Release v3.3.9
2 parents 5e4146e + 7155f41 commit 074929b

File tree

6 files changed

+223
-181
lines changed

6 files changed

+223
-181
lines changed

.github/workflows/blog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
Rscript ./dependencies.R
3131
- name: Restore Blogdown Cache
32-
uses: actions/cache@v4.2.2
32+
uses: actions/cache@v4
3333
with:
3434
path: |
3535
./blogdown

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 18
17-
- uses: actions/cache@v4.2.2
17+
- uses: actions/cache@v4
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 18
4949
- name: Cache Node.js modules
50-
uses: actions/cache@v4.2.2
50+
uses: actions/cache@v4
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}

content/code/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ The core server code for the [Delphi Epidata API](https://cmu-delphi.github.io/d
1616
### [Epidatr](https://cmu-delphi.github.io/epidatr/)
1717

1818
R client for the [Delphi Epidata API](https://cmu-delphi.github.io/delphi-epidata/).
19-
It allows you to cache queries locally to speed up data access and seamlessly integrate pulling from our API into your pipelines.
19+
Download data from our API as a usable tibble in R!
2020

21-
### [Epidatpy](https://github.com/cmu-delphi/epidatpy) (WIP)
21+
### [Epidatpy](https://github.com/cmu-delphi/epidatpy)
2222

23-
A work-in-progress Python client for the [Delphi Epidata API](https://cmu-delphi.github.io/delphi-epidata/).
24-
Not yet recommended for production, but we are happy to receive feedback!
23+
Python client for the [Delphi Epidata API](https://cmu-delphi.github.io/delphi-epidata/).
24+
Download data from our API as a usable Pandas dataframe in Python!
2525

2626
## Forecasting
2727

0 commit comments

Comments
 (0)