New Features: - Support for observation / measurement values (#67) - Add additional DB testing servers github action: Spark, Snowflake, BigQuery (#247)
Bug fixes: - Inconsistent Handling of cohortIds in getDbCovariateData Depending on aggregated Setting (#229) - minor typo in specification file (#260) - Update custom covariate builder vignette (#258)
Bug Fixes:
New Features:
Bug Fixes:
Bug Fixes:
Bug Fixes:
Other:
Bug Fixes:
Bug Fixes:
New Features:
Bug Fixes:
Other:
New Features:
Adds the ability to create a “temporalSequence” to create temporal features by specifying a fixed time window. (#134)
Identify inpatient events using visit_occurrence to support CDM 5.4 (#141)
Bug Fixes:
Other:
Bug Fixes:
Removes ‘size’ column name since this is a reserved keyword for Oracle.
Age group covariate name fix for Spark SQL
Removes extraneous concepts from CCI score
Correct output of multiple cohort IDs in print()
function.
Fix external class caching issue
Fix standardized difference calc
Fixing duplicates in counts when generating server-side aggregated measurement-range-group covariates.
Changes:
Added ability to compute aggregated statistics for multiple
cohorts at once: The cohortId
argument of the
getDbCovariateData()
function now accepts a vector of IDs.
The aggregated statistics now contains a new field called
cohortDefinitionId
that can be used to distinguish between
the various cohorts.
Added filterByCohortDefinitionId()
function to
select covariates of one cohort from a covariateData
object
containing multiple.
The cohortId
argument now also supports integers
greater than 32-bits.
Bug Fixes:
measurement_concept_id
, the selection of which measurement
value to include is now deterministic.Changes:
Adding timeRef table to CovariateData object for temporal covariates.
Throw meaningful error when
createCovariateSettings()
is called without specifying any
covariates.
getDbCovariateData()
returns empty covariates
instead of NULL covariates when no covariates are specified.
Bug Fixes:
Changes:
Switching from ff to Andromeda for storage of large data objects.
Adding option to createTable1 to (also) show absolute counts.
For analyses that restrict to inpatient diagnoses, the string ‘(inpatient)’ is now appended to the covariate name.
Bug Fixes:
Dropping spurious ‘analysis_name’ field in temporary covariate reference table.
Fixed covariate name of age groups over 100 years old.
Changes:
Bug Fixes:
Fixing aggregation of covariates generated using the cohort_attribute table.
Fixed error when calling tidyCovariates without removing redundancy, when there are no infrequent covariates.
Fixed server-side computation of median and interquartile range for measurement values.
Restricting by concept ID now works for measurement values.
Bug Fixes:
Removing redundant covariates now precedes removing infrequent covariates when calling tidyCovariates. Analyses where the most prevalent (redundant) covariate was removed are now exempt from removal of infrequent covariates.
Fixed some typos in the vignette
Changes:
Bug Fixes:
Changes:
Changes:
Bug Fixes:
Changes: