v1.0.1
First complete prod stable release.
-
Bug fixes with many components, e.g.,
configurize
helperConfig
macros- Recursive population of
Configurable
defaults - etc.
-
New features:
Config
classes can now accept overrides to programmatically adjust config files at run time- Exportable CLI options to add SCOOCH CLI functionality to other SCOOCh supported codebases
- SCOOCH
namespace
's have been removed to avoid config clutter. Can be added as necessary by user codebases - Improved error handling / notifications of SCOOCH
Config
toConfigurable
mismatches - Removed
ConfigurableParam
objects - all SCOOCHParam
's now use type inference to determine behavior - Programmatically retrieving SCOOCH classes has been moved to the
ConfigurableFactory
- All
Configurable
's now inherit from common metaclasses to avoid metaclass type conflicts