Skip to content

Commit 6d43fb9

Browse files
authored
Merge pull request #644 from cmu-delphi/release/delphi-epidata-0.2.2
Release Delphi Epidata 0.2.2
2 parents 690baea + 23a2b77 commit 6d43fb9

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
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.2.1
2+
current_version = 0.2.2
33
commit = False
44
tag = False
55

devops/gunicorn_conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
workers = web_concurrency
3030
bind = use_bind
3131
keepalive = 120
32+
timeout = 300
3233

3334
errorlog = "-"
3435
accesslog = "-"

docs/symptom-survey/contingency-tables.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ please contact us at <[email protected]>.
249249

250250
### Reasons for Hesitancy
251251

252-
The set of "barrier" items correspond to the set of ["hesitancy_reasons" items
253-
in the API](../api/covidcast-signals/fb-survey.md#reasons-for-hesitancy).
252+
The set of "barrier" items correspond to the set of ["hesitancy_reasons" items in the API](../api/covidcast-signals/fb-survey.md#reasons-for-hesitancy).
254253

255254
| Indicator | Description | Survey Item |
256255
| --- | --- | --- |

docs/symptom-survey/survey-files.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Response Files
3-
parent: COVID-19 Trends and Impact Survey (CTIS)
3+
parent: COVID-19 Trends and Impact Survey
44
nav_order: 3
55
---
66

@@ -9,8 +9,8 @@ nav_order: 3
99

1010
Users with access to the [COVID-19 Trends and Impact Survey (CTIS)](./index.md)
1111
individual response data should have received SFTP credentials for a private
12-
server where the data are stored. To connect to the server, see the [server
13-
access documentation](server-access.md). This documentation describes the
12+
server where the data are stored. To connect to the server, see the
13+
[server access documentation](server-access.md). This documentation describes the
1414
survey data available on that server.
1515

1616
You must sign a Data Use Agreement with Facebook and with CMU to gain
@@ -43,8 +43,8 @@ Each day, we write CSV files with names following this pattern:
4343

4444
Dates in incremental filenames are of the form `YYYY_mm_dd`. `for` refers to the
4545
day the survey response was started, in the Pacific time zone (UTC -
46-
7). `recorded` refers to the day survey data was retrieved; see the [lag
47-
policy](#lag-policy) for more details. Each file is compressed with gzip, and
46+
7). `recorded` refers to the day survey data was retrieved; see the
47+
[lag policy](#lag-policy) for more details. Each file is compressed with gzip, and
4848
the standard `gunzip` command on Linux or Mac can decompress it.
4949

5050
Every day, we write response files for all recent days of data, with today's

docs/symptom-survey/weights.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ nav_order: 5
88
{: .no_toc}
99

1010
The survey's individual response files contain respondent weights calculated
11-
by Facebook. These weights are also used to produce our [public contingency
12-
tables](contingency-tables.md) and the geographic aggregates [in the COVIDcast
13-
Epidata API](../api/covidcast-signals/fb-survey.md).
11+
by Facebook. These weights are also used to produce our
12+
[public contingency tables](./contingency-tables.md) and the geographic aggregates
13+
[in the COVIDcast Epidata API](../api/covidcast-signals/fb-survey.md).
1414

1515
Facebook has provided documentation to describe the calculation and usage of
1616
these weights, [available here](symptom-survey-weights.pdf). This documentation

src/client/delphi_epidata.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Epidata <- (function() {
1515
# API base url
1616
BASE_URL <- 'https://delphi.cmu.edu/epidata/api.php'
1717

18-
client_version <- '0.2.1'
18+
client_version <- '0.2.2'
1919

2020
# Helper function to cast values and/or ranges to strings
2121
.listitem <- function(value) {

src/client/delphi_epidata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
})(this, function (exports, fetchImpl, jQuery) {
2424
const BASE_URL = "https://delphi.cmu.edu/epidata/";
25-
const client_version = "0.2.1";
25+
const client_version = "0.2.2";
2626

2727
// Helper function to cast values and/or ranges to strings
2828
function _listitem(value) {

src/client/packaging/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "delphi_epidata",
33
"description": "Delphi Epidata API Client",
44
"authors": "Delphi Group",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"license": "MIT",
77
"homepage": "https://github.com/cmu-delphi/delphi-epidata",
88
"bugs": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .delphi_epidata import Epidata
22

33
name = 'delphi_epidata'
4-
__version__ = '0.2.1'
4+
__version__ = '0.2.2'

src/client/packaging/pypi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="delphi_epidata",
8-
version="0.2.1",
8+
version="0.2.2",
99
author="David Farrow",
1010
author_email="[email protected]",
1111
description="A programmatic interface to Delphi's Epidata API.",

src/server/_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
load_dotenv()
77

8-
VERSION = "0.2.1"
8+
VERSION = "0.2.2"
99

1010
MAX_RESULTS = int(10e6)
1111
MAX_COMPATIBILITY_RESULTS = int(3650)

0 commit comments

Comments
 (0)