* Fixed `pandas` deprecation warning when running `myLibrary.scenarios()` or `myLibrary.projects()`
1.0.19
What's Changed
* New `append` and `force` arguments in `save_datasheet()` * Can now delete the data in a Datasheet by saving an empty DataFrame in `save_datasheet()` * Can now overwrite old data in a project-scope Datasheet
1.0.18
What's Changed * Updated `save_datasheet()` so it can now interpret python `True` and `False` values in terms of SyncroSim booleans
1.0.17
What's Changed * Fixed issue with addons not being enabled when set in `ps.library()` * Fixed session version check * Fixed error message return when library not created successfully
1.0.16
Updates in this release: -- Added new `update_run_log()` function to add custom messages to the SyncroSim run log. -- Added new `message` argument to the `progress_bar()` function to add custom messages to the progress bar during run time.