~~~~~~~~~~~~~~~~~~~
* Changing the input file formats so that it can accepts files from other
sources (PR 250, issue 249)
* Updated make_xml_files example files
* Added show_gp option to multivisit.plot_fit() for results of eblm_fit()
* In core, use os.makedirs(path, exist_ok=True) to avoid FileNotFoundError
when creating cache directory requiring subdirectories.