Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Release Delphi Epidata 0.4.10 #1136

Merged
merged 7 commits into from
Apr 19, 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
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.9
current_version = 0.4.10
commit = False
tag = False

Expand Down
16 changes: 8 additions & 8 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
closes <!--list issues closed by this PR -->
closes|addresses <!--list issues closed or partially-addressed by this PR -->

**Prerequisites**:
### Summary:

<!--
describe what this PR changes
-->

### Prerequisites:

- [ ] Unless it is a documentation hotfix it should be merged against the `dev` branch
- [ ] Branch is up-to-date with the branch to be merged with, i.e. `dev`
- [ ] Build is successful
- [ ] Code is cleaned up and formatted

### Summary

<!--
describe what this PR changes
-->
2 changes: 1 addition & 1 deletion dev/local/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Delphi Development
version = 0.4.9
version = 0.4.10

[options]
packages =
Expand Down
25 changes: 21 additions & 4 deletions docs/symptom-survey/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@ Pandemic"](https://www.pnas.org/topic/548) in *PNAS*:

Research publications using the survey data include:

- S. Soorapanth, R. Cheung, X. Zhang, A. H. Mokdad, G. A. Mensah (2023).
[Rural–Urban Differences in Vaccination and Hesitancy Rates and Trust: US
COVID-19 Trends and Impact Survey on a Social Media Platform, May 2021–April
2022](https://doi.org/10.2105/AJPH.2023.307274). *American Journal of Public
Health*.
- See also the associated editorial: T. Callaghan (2023). [Vaccine Uptake and
Hesitancy in Rural America in the Wake of the COVID-19
Pandemic](https://doi.org/10.2105/AJPH.2023.307305). *American Journal of
Public Health*.
- M. Rubinstein, A. Haviland, and J. Breslau (2023). [The effect of COVID-19
vaccinations on self-reported depression and anxiety during February
2021](https://doi.org/10.1080/2330443X.2023.2190008). *Statistics and Public
Policy.*
- Rönn MM, Menzies NA, Salomon JA (2023). [Vaccination and voting patterns in
the United States: analysis of COVID-19 and flu surveys from 2010 to
2022](https://doi.org/10.1016/j.amepre.2023.03.001). *American Journal of
Preventive Medicine.*
- Taube JC, Susswein Z, Bansal S (2023). [Spatiotemporal Trends in Self-Reported
Mask-Wearing Behavior in the United States: Analysis of a Large
Cross-sectional Survey](https://doi.org/10.2196/42128). *JMIR Public Health
Expand All @@ -43,6 +60,10 @@ Research publications using the survey data include:
the impact of the omicron variant on vaccine efficacy against COVID-19
infection](https://doi.org/10.1038/s41598-023-27951-3). *Scientific Reports*
13, 900.
- J. G. Lu (2023). [Two large-scale global studies on COVID-19 vaccine hesitancy
over time: Culture, uncertainty avoidance, and vaccine side-effect
concerns](https://doi.org/10.1037/pspa0000320). *Journal of Personality and
Social Psychology* 124 (4), 683-706.
- Rader, B., Astley, C.M., Sewalk, K. et al (2022). [Spatial modeling of vaccine
deserts as barriers to controlling
SARS-CoV-2](https://doi.org/10.1038/s43856-022-00183-8). *Communications
Expand All @@ -57,10 +78,6 @@ Research publications using the survey data include:
vaccine hesitancy, vaccination, and mask wearing, January 2021-February
2022](https://doi.org/10.1186/s12889-022-14286-3). *BMC Public Health* 22,
1911.
- J. G. Lu (2022). [Two large-scale global studies on COVID-19 vaccine hesitancy
over time: Culture, uncertainty avoidance, and vaccine side-effect
concerns](https://doi.org/10.1037/pspa0000320). *Journal of Personality and
Social Psychology*.
- J. M. Cox-Ganser, P. K. Henneberger, D. N. Weissman, G. Guthrie, and C. P.
Groth (2022). [COVID-19 test positivity by occupation using the Delphi US
COVID-19 Trends and Impact Survey, September–November
Expand Down
2 changes: 1 addition & 1 deletion src/client/delphi_epidata.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Epidata <- (function() {
# API base url
BASE_URL <- 'https://delphi.cmu.edu/epidata/api.php'

client_version <- '0.4.9'
client_version <- '0.4.10'

# Helper function to cast values and/or ranges to strings
.listitem <- function(value) {
Expand Down
2 changes: 1 addition & 1 deletion src/client/delphi_epidata.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
})(this, function (exports, fetchImpl, jQuery) {
const BASE_URL = "https://delphi.cmu.edu/epidata/";
const client_version = "0.4.9";
const client_version = "0.4.10";

// Helper function to cast values and/or ranges to strings
function _listitem(value) {
Expand Down
2 changes: 1 addition & 1 deletion src/client/packaging/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "delphi_epidata",
"description": "Delphi Epidata API Client",
"authors": "Delphi Group",
"version": "0.4.9",
"version": "0.4.10",
"license": "MIT",
"homepage": "https://github.com/cmu-delphi/delphi-epidata",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src/client/packaging/pypi/delphi_epidata/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .delphi_epidata import Epidata

name = 'delphi_epidata'
__version__ = '0.4.9'
__version__ = '0.4.10'
2 changes: 1 addition & 1 deletion src/client/packaging/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="delphi_epidata",
version="0.4.9",
version="0.4.10",
author="David Farrow",
author_email="dfarrow0@gmail.com",
description="A programmatic interface to Delphi's Epidata API.",
Expand Down
2 changes: 1 addition & 1 deletion src/server/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

load_dotenv()

VERSION = "0.4.9"
VERSION = "0.4.10"

MAX_RESULTS = int(10e6)
MAX_COMPATIBILITY_RESULTS = int(3650)
Expand Down