When attempting to use Box.from_yaml(string), I get:
"load()" has been removed, use
yaml = YAML(typ='rt')
yaml.load(...)
and register any classes that you use, or check the tag attribute on the loaded data,
instead of file "converters.py", line 138
data = yaml.load(yaml_string, **kwargs)