What's Changed:
* Bug fixes related to the removal of the `summary="CORE"` argument in the `datasheets()` methods
* Removal of the `condafilepath` configuration when a library is initialized (now this can only be configured using session attribute `conda_filepath`)
* Multiple scenarios can now be run in parallel by using the `project.run()` method and specifying a list of scenarios. Note that you need to enable this property in the SyncroSim Library `core_Multiprocessing` datasheet first.
* Added functions for working with SyncroSim folders, including: `library.retrieve_folder_data()`, `project.create_project_folder()`, `project.create_nested_folder()`, and `scenario.add_scenario_to_folder()`