This release adds support for an optional extra
section in the config file (for user-defined extra information that is ignored by mllam-data-prep
) and fixes a few minor issues. Note that to use extra
section in the config file the schema version in the config file must be increased to v0.5.0
.
Added
- Add optional section called
extra
to config file to allow for user-defined extra information that is ignored bymllam-data-prep
but can be used by downstream applications. , @leifdenby
Changed
- remove f-string from
name_format
in config examples #35 - replace global config for
dataclass_wizard
onmllam_data_prep.config.Config
with config specific to that dataclass (to avoid conflicts with other uses ofdataclass_wizard
) #36 - Schema version bumped to
v0.5.0
to match release version that supports optionalextra
section in config #18