This repository has been archived by the owner on Jan 18, 2020. It is now read-only.
Formatter Refactor & Bugs
Enhancements
- #243 - Refactored the base
Formatter
class to derive the default preferred format fromDataField
orDataConcept
itself rather than blindly trying all formats. This also prevents incorrectly coercing values out of their native type.
Bugs
- #239 - Fix an issue affecting Lexicon-based fields that did not properly resolve the value field name.
- Fix an issue in the
DataField.dist
method which caused all fields on the model to be grouped by, rather than just the value field.