Releases: HEAL/healdata-utils
Releases · HEAL/healdata-utils
v0.1.1-alpha
- new properties added (standardsMappings and relatedConcepts)
- bugfixes to csv template input type
- made some lesser used params optional
Full Changelog: norc-heal/healdata-utils@v0.0.8-alpha...v0.1.1-alpha
v0.0.8-alpha
What's Changed
- Support for value labels for SAS (adding sas7bcat param) by @mbkranz in https://github.com/norc-heal/healdata-utils/pull/13
- Documentation with emphasis on vlmd software specific instructions by @mbkranz in https://github.com/norc-heal/healdata-utils/pull/14
- Updated documentation by @mbkranz in https://github.com/norc-heal/healdata-utils/pull/15
- Clarified wording in what is being validated/returned from
convert_to_vlmd
by @mbkranz in https://github.com/norc-heal/healdata-utils/pull/27 - Made VLMD test cases valid (primarily adding JSON root properties) by @mbkranz in https://github.com/norc-heal/healdata-utils/pull/28
Full Changelog: norc-heal/healdata-utils@v0.0.7-alpha...v0.0.8-alpha
v0.0.7-alpha
Updated dependencies for compatibility with python 3.11
v0.0.6-alpha
- csv data inference for types using visions package; inference for enums (currently for numbers,ints,and string)
- bug fix for redcap slider
Full Changelog: norc-heal/healdata-utils@v0.0.5-alpha...v0.0.6-alpha
v0.0.5-alpha
Full Changelog: norc-heal/healdata-utils@v0.0.4-alpha...v0.0.5-alpha
v0.0.4-alpha
- validators and input all compatible with pyinstaller (removed base dependency on frictionless software while adhering to frictionless specifications). *Frictionless will be re-added as optional dependency in future
- new
validators
module for housing validation functionality in more organized/scalable structure - bugfixes for redcap conversion logic; minor SPSS conversion logic
Full Changelog: norc-heal/healdata-utils@v0.0.3...v0.0.4-alpha
v0.0.3-alpha.0
This release serves as the first official proof of concept with a focus on variable level metadata conversion and helper utilities to generate HEAL-specified variable level metadata.