From dd5e6a775c9efbc667969d4697bbba21703ae307 Mon Sep 17 00:00:00 2001 From: David Wales Date: Thu, 7 Dec 2023 12:08:11 +1100 Subject: [PATCH] Match download_pmhc_mds defaults to portal defaults --- pyproject.toml | 2 +- src/pmhclib/pmhc.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d42b2f..410ff4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pmhclib" -version = "0.4.0" +version = "0.5.0" description = "Python wrapper for unofficial PMHC MDS portal API" authors = [ "David Wales ", diff --git a/src/pmhclib/pmhc.py b/src/pmhclib/pmhc.py index dd9ca01..f5726c4 100644 --- a/src/pmhclib/pmhc.py +++ b/src/pmhclib/pmhc.py @@ -326,8 +326,8 @@ def download_pmhc_mds( end_date: date = date.today(), organisation_path: Optional[str] = None, specification: PMHCSpecification = PMHCSpecification.PMHC, - without_associated_dates: bool = True, - matched_episodes: bool = True, + without_associated_dates: bool = False, + matched_episodes: bool = False, ) -> Path: """Extract PMHC MDS Data within the date range. If no date range is given, `start_date` defaults to 30 days before the current