- Expand the range of types accepted by
parse_data_typeto include strings and Sequences. - Move the functionality of
parse_data_typeto a new function calledparse_dtype. This change ensures that nomenclature is consistent across the codebase.parse_data_typeremains, so this change is not breaking.