Skip to content
Snippets Groups Projects
  • Paul McCarthy's avatar
    fed61214
    ENH,RF: - Renamed "overrides" to "selectors". · fed61214
    Paul McCarthy authored
            - Flatten dictionaries in main config file, e.g. "[struct_T1] k = v"
              is flattened to struct_T1_k = v
            - New gettuple method
            - Added ability to override values e.g. from command-line.
            - Basic type validation applied to overrides - error if their
              parsed type does not match the stored type
    fed61214
    History
    ENH,RF: - Renamed "overrides" to "selectors".
    Paul McCarthy authored
            - Flatten dictionaries in main config file, e.g. "[struct_T1] k = v"
              is flattened to struct_T1_k = v
            - New gettuple method
            - Added ability to override values e.g. from command-line.
            - Basic type validation applied to overrides - error if their
              parsed type does not match the stored type