Skip to content

Commit

Permalink
Match download_pmhc_mds defaults to portal defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
daviewales committed Dec 7, 2023
1 parent 9b1221d commit dd5e6a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions src/pmhclib/pmhc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd5e6a7

Please sign in to comment.