Skip to content

Commit 0384f39

Browse files
authored
Merge pull request #1136 from cmu-delphi/release/delphi-epidata-0.4.10
Release Delphi Epidata 0.4.10
2 parents 23135e2 + 3982f5b commit 0384f39

File tree

10 files changed

+37
-20
lines changed

10 files changed

+37
-20
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.9
2+
current_version = 0.4.10
33
commit = False
44
tag = False
55

.github/PULL_REQUEST_TEMPLATE.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
closes <!--list issues closed by this PR -->
1+
closes|addresses <!--list issues closed or partially-addressed by this PR -->
22

3-
**Prerequisites**:
3+
### Summary:
4+
5+
<!--
6+
describe what this PR changes
7+
-->
8+
9+
### Prerequisites:
410

511
- [ ] Unless it is a documentation hotfix it should be merged against the `dev` branch
612
- [ ] Branch is up-to-date with the branch to be merged with, i.e. `dev`
713
- [ ] Build is successful
814
- [ ] Code is cleaned up and formatted
9-
10-
### Summary
11-
12-
<!--
13-
describe what this PR changes
14-
-->

dev/local/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = Delphi Development
3-
version = 0.4.9
3+
version = 0.4.10
44

55
[options]
66
packages =

docs/symptom-survey/publications.md

+21-4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,23 @@ Pandemic"](https://www.pnas.org/topic/548) in *PNAS*:
2626

2727
Research publications using the survey data include:
2828

29+
- S. Soorapanth, R. Cheung, X. Zhang, A. H. Mokdad, G. A. Mensah (2023).
30+
[Rural–Urban Differences in Vaccination and Hesitancy Rates and Trust: US
31+
COVID-19 Trends and Impact Survey on a Social Media Platform, May 2021–April
32+
2022](https://doi.org/10.2105/AJPH.2023.307274). *American Journal of Public
33+
Health*.
34+
- See also the associated editorial: T. Callaghan (2023). [Vaccine Uptake and
35+
Hesitancy in Rural America in the Wake of the COVID-19
36+
Pandemic](https://doi.org/10.2105/AJPH.2023.307305). *American Journal of
37+
Public Health*.
38+
- M. Rubinstein, A. Haviland, and J. Breslau (2023). [The effect of COVID-19
39+
vaccinations on self-reported depression and anxiety during February
40+
2021](https://doi.org/10.1080/2330443X.2023.2190008). *Statistics and Public
41+
Policy.*
42+
- Rönn MM, Menzies NA, Salomon JA (2023). [Vaccination and voting patterns in
43+
the United States: analysis of COVID-19 and flu surveys from 2010 to
44+
2022](https://doi.org/10.1016/j.amepre.2023.03.001). *American Journal of
45+
Preventive Medicine.*
2946
- Taube JC, Susswein Z, Bansal S (2023). [Spatiotemporal Trends in Self-Reported
3047
Mask-Wearing Behavior in the United States: Analysis of a Large
3148
Cross-sectional Survey](https://doi.org/10.2196/42128). *JMIR Public Health
@@ -43,6 +60,10 @@ Research publications using the survey data include:
4360
the impact of the omicron variant on vaccine efficacy against COVID-19
4461
infection](https://doi.org/10.1038/s41598-023-27951-3). *Scientific Reports*
4562
13, 900.
63+
- J. G. Lu (2023). [Two large-scale global studies on COVID-19 vaccine hesitancy
64+
over time: Culture, uncertainty avoidance, and vaccine side-effect
65+
concerns](https://doi.org/10.1037/pspa0000320). *Journal of Personality and
66+
Social Psychology* 124 (4), 683-706.
4667
- Rader, B., Astley, C.M., Sewalk, K. et al (2022). [Spatial modeling of vaccine
4768
deserts as barriers to controlling
4869
SARS-CoV-2](https://doi.org/10.1038/s43856-022-00183-8). *Communications
@@ -57,10 +78,6 @@ Research publications using the survey data include:
5778
vaccine hesitancy, vaccination, and mask wearing, January 2021-February
5879
2022](https://doi.org/10.1186/s12889-022-14286-3). *BMC Public Health* 22,
5980
1911.
60-
- J. G. Lu (2022). [Two large-scale global studies on COVID-19 vaccine hesitancy
61-
over time: Culture, uncertainty avoidance, and vaccine side-effect
62-
concerns](https://doi.org/10.1037/pspa0000320). *Journal of Personality and
63-
Social Psychology*.
6481
- J. M. Cox-Ganser, P. K. Henneberger, D. N. Weissman, G. Guthrie, and C. P.
6582
Groth (2022). [COVID-19 test positivity by occupation using the Delphi US
6683
COVID-19 Trends and Impact Survey, September–November

src/client/delphi_epidata.R

+1-1
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.4.9'
18+
client_version <- '0.4.10'
1919

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

src/client/delphi_epidata.js

+1-1
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.4.9";
25+
const client_version = "0.4.10";
2626

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

src/client/packaging/npm/package.json

+1-1
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.4.9",
5+
"version": "0.4.10",
66
"license": "MIT",
77
"homepage": "https://github.com/cmu-delphi/delphi-epidata",
88
"bugs": {
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.4.9'
4+
__version__ = '0.4.10'

src/client/packaging/pypi/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

src/server/_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
load_dotenv()
66

7-
VERSION = "0.4.9"
7+
VERSION = "0.4.10"
88

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

0 commit comments

Comments
 (0)