AlchemyCat 0.0.9 Release
Improved
- The README no longer recommends creating
__init__.py
next to cfg.py. load_module_from_py
will check for the presence of '.' in the input path. A clear warning is given regarding rollback mode.- When the option value of the
Param2Tune
isConfig
, copy it before assignment to ensure isolation between the option value and the config tree.