All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
-
Minor bump to update FunSQL dependency
-
Dropped support for FunSQL 0.11
-
Updated support for FunSQL 0.13 series
-
Patch release to add in some new features and fixes
-
Added Getters for Drug Exposures
-
GetDrugExposureStartDate
-
GetDrugExposureEndDate
-
-
Misc
- Minor fixes in GetPatientAgeGroup Function
-
Extensive test suite for new features
Patch release to add in some new features and fixes
-
Added Getters that return Cohort information
-
GetDatabaseCohorts
-
GetCohortSubjects
-
GetCohortSubjectEndDate
-
GetCohortSubjectStartDate
-
-
Misc
-
Changed GetDrugExposures to GetDrugExposureIDs
-
Added GetVisitProcedure in getters
-
-
Extensive test suite for new features
New minor release to introduce some new functionalities and novel extensions of the API
-
Update Implicit Function APIs to Accept and/or Mutate a DataFrame
- Nearly every function can now accept DataFrames as a given input
-
New functions for drug queries:
-
GetDrugExposures
-
GetDrugConceptIDs
-
GetDrugAmounts
-
-
Extensive test suite for new features
- Updated beginner tutorials
- Increased CodeCov across package
Patch release to add in some new features and fixes
- Added Getter for visit dates
- Upated and added tests
- Small fix to Julia beginner tutorial
Minor patch release that adjusted CI test coverage and fixed some documentation errors.
- Lowered Julia compat requirement to support 1.6 (LTS)
- CI deployment for Windows
- CI deployment for OSX
- CI only runs on Push now
- Adjusted minor bug in R Tutorial
- New tutorial on using OMOPCDMCohortCreator with R created
- Getter functions added for Ethnicity and Database Year Range
- Exported functions fully documented
- Code coverage workflow
- CI check for test suite
- Extensive tests added across package
- Improved API documentation
- Added new badges for README
- New Test dependencies Added
- Removed
Memoization
as dependency - CI deployment for documentation
- Corrected bib references
Huge update with new documentation, initial tests, and improved docstrings
- Deployed documentation to github pages
- Updated README with badges and documentation source
- Helper utilities across the package in src/helpers.jl
- Tests for helpers
- Started tests for getters
- Todo bot for creating linkable issues
- Project.toml
- Added Dates dependency
- Added TimeZones dependency
- Added TimeZones dependency
- Updated compat entries
- Fixed GetPatientAgeGroup to get age according to three different methods
- Removed type definitions as that was causing premature issues
- Determined alternative method to find current date/year based on OMOP CDM v5.4
Made some bugfixes, docstring updates, and feature improvements.
- Exports for filter functions were added
- Type signatures were removed
- Realized it was too premature to have them
- GetPatientVisits did not actually return visit ids
- Updated to return ids from
visit_occurrence_id
versusvisit_concept_id
- Updated to return ids from
- Exports for filter functions were added
- Type signatures were removed
- Realized it was too premature to have them
- GetPatientVisits did not actually return visit ids
- Updated to return ids from
visit_occurrence_id
versusvisit_concept_id
- Updated to return ids from