Releases: JuliaHealth/OMOPCommonDataModel.jl
Releases · JuliaHealth/OMOPCommonDataModel.jl
v0.1.4
OMOPCommonDataModel v0.1.4
v0.1.3
v0.1.2
OMOPCommonDataModel v0.1.2
Merged pull requests:
- Simplify some of the documentation (#34) (@DilumAluthge)
v0.1.1
v0.1.0
OMOPCommonDataModel v0.1.0
Closed issues:
- StructArrays.jl usage examples (#30)
Merged pull requests:
- Add
Person
, and fix CI (#1) (@DilumAluthge) - Add a link to the CommonDataModel repostory (#3) (@DilumAluthge)
- Add a comment (#4) (@DilumAluthge)
- Add the
COMMON_DATA_MODEL_VERSION
constant (#5) (@DilumAluthge) - Use DocStringExtensions.jl (#6) (@DilumAluthge)
- Don't export
OmopType
(#7) (@DilumAluthge) - Reorganize docs (#8) (@DilumAluthge)
- Rename
COMMON_DATA_MODEL_VERSION
toCDM_VERSION
(#9) (@DilumAluthge) - Reorganize the docs (#10) (@DilumAluthge)
- Add DataFrames to the example (#11) (@DilumAluthge)
- Fix a typo (#12) (@DilumAluthge)
- Documentation index page: Add a link to the GitHub repository (#13) (@DilumAluthge)
- Reorganize testsets (#14) (@DilumAluthge)
- Add
ObservationPeriod
(#15) (@DilumAluthge) - Document the
OMOPCommonDataModel.CDM_VERSION
constant. (#16) (@DilumAluthge) - Don't export the
CDM_VERSION
constant (#17) (@DilumAluthge) - Add the
version()
andcdm_version
functions; don't exportCDM_VERSION
(#18) (@DilumAluthge) - Auto-generate all of the structs from the official data definition language (DDL) files (#19) (@DilumAluthge)
- In the struct docstring, list the original OMOP name as well as the Julia name (#20) (@DilumAluthge)
- For consistency, use "CDM" instead of "OMOP" (#21) (@DilumAluthge)
- Bump version number from "0.1.0-DEV" to "0.1.0" (#22) (@DilumAluthge)
- Reorganize the docs (#23) (@DilumAluthge)
- Tweaks to make the package compatible with JSON3 struct mapping (#24) (@DilumAluthge)
- Implement version 5.3.1 of the OMOP Common Data Model (CDM) (#25) (@DilumAluthge)
- TagBot: use SSH deploy key (#27) (@DilumAluthge)
- Reorganize the source files (#28) (@DilumAluthge)
- Test suite: Disable inlining during the test suite (#29) (@DilumAluthge)
- Add
Tables
as a test-dependency and docs-dependency (#31) (@DilumAluthge)