Skip to content

Release Delphi Epidata 0.4.5 #1070

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9e3ad67
1. add contidional time_values=* handler in parse_timer_mairs in covi…
LeonLu2 Dec 2, 2022
d08c011
Merge branch 'dev' into leonlu2/time_values_and_issues
LeonLu2 Dec 2, 2022
9b50619
Merge branch 'dev' into leonlu2/time_values_and_issues
LeonLu2 Dec 14, 2022
1a0563b
Merge pull request #1057 from cmu-delphi/bot/sync-main-dev
krivard Dec 14, 2022
44ff896
API server code health pass - misc. refactors (#1059)
rzats Dec 22, 2022
2d1ad93
Merge branch 'dev' into leonlu2/time_values_and_issues
LeonLu2 Jan 3, 2023
5d3bce6
Fix problem with covid_hosp skipping state revisions.
krivard Jan 12, 2023
94ec8e9
Server: fix unbound exception variable (#1051)
dshemetov Jan 14, 2023
7774f96
API server code health pass - rename *Pair classes to *Set (#1060)
rzats Jan 16, 2023
9b1eaeb
1. add issues=* handler to apply_issues_filter
LeonLu2 Jan 17, 2023
2a13311
1. Merge branch 'dev' into current branch
LeonLu2 Jan 17, 2023
335f037
mark inactive indicators on api documentation
minhkhul Jan 17, 2023
f4bdbeb
changes to quidel
minhkhul Jan 17, 2023
6cbb9e1
tested change to quidel
minhkhul Jan 17, 2023
9f4b5fa
s/Safegraph/Quidel on quidel.md
krivard Jan 17, 2023
9755ad2
Merge pull request #1066 from cmu-delphi/add-inactive-indicators
krivard Jan 17, 2023
4a6f0ae
Move parse methods from covidcast (#1062)
rzats Jan 18, 2023
7643299
Fix missing imports (#1067)
rzats Jan 18, 2023
247a1e3
[covid_hosp] add new column instead of repurpose old column
krivard Jan 18, 2023
3f2bacb
1. Merge branch 'dev' into leonlu2/time_values_and_issues
LeonLu2 Jan 18, 2023
269b294
1. Merge dev to current branch
LeonLu2 Jan 18, 2023
517df70
Merge pull request #1064 from cmu-delphi/krivard/covid_hosp_datechecks
krivard Jan 19, 2023
79e32dc
Update src/server/_params.py
LeonLu2 Jan 19, 2023
c53c15a
Update integrations/server/test_covidcast.py
LeonLu2 Jan 19, 2023
04ed491
Merge pull request #1065 from cmu-delphi/leonlu2/time_values_and_issues
krivard Jan 19, 2023
319e95f
chore: release delphi-epidata 0.4.5
krivard Jan 19, 2023
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
Prev Previous commit
chore: release delphi-epidata 0.4.5
  • Loading branch information
krivard authored Jan 19, 2023
commit 319e95f1acbbe140d05f741a8ba36327ddbd3d07
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.4
current_version = 0.4.5
commit = False
tag = False

Expand Down
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.4
version = 0.4.5

[options]
packages =
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.4'
client_version <- '0.4.5'

# 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.4";
const client_version = "0.4.5";

// 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.4",
"version": "0.4.5",
"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.4'
__version__ = '0.4.5'
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.4",
version="0.4.5",
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.4"
VERSION = "0.4.5"

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