Skip to content
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,7 @@
- new `PrimaryDiagnosisConditionMV` to allow differentiation against 'primary-only' and 'all disease ep' measurable

## 0.7.2
- upversion constructs to pull in treatment envelope window corrections

## 0.7.3
- upversion constructs to pull in treatment envelope window corrections
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "oa-cohorts"
version = "0.7.2"
version = "0.7.3"
description = "Serialisation utilities for OMOP CDM cohorts and CQI builder"
readme = "README.md"
authors = [
{ name = "Georgie Kennedy", email = "georgina.kennedy@unsw.edu.au" }
]
requires-python = ">=3.12"
dependencies = [
"omop-constructs>=0.4.7",
"omop-constructs>=0.4.8",
"omop-alchemy>=0.6.3",
"rich>=13.0",
"typer>=0.12",
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading