Fixed documentation for Relay class. Added link to documentation to the README.
0.4.1
Renamed base_config_dir and use_cached_configs in Relay.with_hydra signature for succinctness. Replaced Path.rmdir with shutil.rmtree as the former requires the target directory to be empty.
0.4.0
Added Relay class for orchestrating runs with hydra. Allowed str_to_enum to accept the instances of the target Enum class, returning the identity in such cases.
0.3.13
A new decorator was added (`enum_name_str`) which patches the `__str__` and `__repr__` functions to be prettier.
0.3.12
Converted factory class for RandomMixUp into class methods.