- Removed use of
yaml.unsafe_load
. This prevents identifying Python modules directly as models. Instead, there is now a look-up mechanism, so the class to be used for a particular model is now identified by string. The look-up table is specified inmodels.init
. - Renamed
master
asmain