Changelog
teal.data 0.2.0
Enhancements
- Added
ADQLQC,ADCSSRS, andADEQ5D5Las supported data sets. - Improved error message in
get_cdisc_keys. - Examples now use
scda.2022instead ofscda.2021. - Fixed help files for
TealDatasetandMAETealDataset. - Added backstop for missing
reticulatepackage in teal.data with Python vignette.
Miscellaneous
- Modified
teal.Dataset$printmethod for a less cluttered output. - Transferred data hashing step in
TealDatasetandMAETealDatasettoteal. - Removed
CDISCTealDataclass and updatedTealDatato account for the removed functionality. - Added datasets parents information to
JoinKeysclass. - Updated
cdisc_dataandteal_datawrappers to handle join_keys creation and updating instead ofCDISCTealDataandTealData. - Removed join_keys methods from
TealDataset,TealDatasetConnector.
teal.data 0.1.2
teal.data 0.1.0
- Initial release of
teal.dataa package for the data model used bytealapplications.
Changes (from behavior when functionality was part of teal)
New features
- Added
metadatafield toTealDatasetto store a named list ofmetadataitems. It is available for module developers throughFilteredData$get_metadata("<<dataname>>")and can be pulled or added directly to datasets derived fromTealDatasetConnectors.
Breaking changes
-
get_key_duplicatesreturns adata.frameinstead of atibble. -
get_call()function ofCallableFunctionnow returns call with namespace included. -
MultiAssayExperimentandSummarizedExperimentare now suggested packages, not required. Objects dependent onMultiAssayExperimentare changed to lazy-load these now suggested packages. - Minor changes to the interface of
TealDataset, for example some active fields should be replaced by explicit “get” calls.