Releases: syncrosim/pysyncrosim
Releases · syncrosim/pysyncrosim
v2.1.4
Major updates
- New restore function added to the Session class to allow restoring SyncroSim libraries from .ssimbak files
- New compact function added to the Library class that can be used to clean up and reduce the size of the underlying library database
- Updates to allow for the use of pysyncrosim on Linux operating systems
Minor updates
- Updates to the delete function to make it more robust and to allow deletion of folders
Bug fixes
- Fix documentation to allow all class methods and attributes to be clickable so users can navigate to method/attribute-specific pages
v2.1.3
What's changed
- add argument to choose whether to use currently running ssim environment (fixes bug introduced in previous version)
v2.1.2
v2.1.1
What's Changed
- Fixed bug preventing the retrieval of rasters using the
scenario.datasheet_rasters()method
Full Changelog: 2.1.0...2.1.1
v2.1.0
What's Changed
- adding template to update pysyncrosim scripts to v2 by @diegobilski in #65
- Add authentication functions and increment to 2.1.0 by @katieb1 in #66
- Refactor datasheet_rasters() function and fix bug preventing any rasters from being returned if a single raster was not found in the output folder
New Contributors
- @diegobilski made their first contribution in #65
Full Changelog: 2.0.1...2.1.0
v2.0.1
What's Changed
- pysyncrosim 2.0 by @d-romualdi in #61
- Pysyncrosim v2 by @katieb1 in #63
New Contributors
- @d-romualdi made their first contribution in #61
Full Changelog: 1.1.0...2.0.1
v2.0.0
What's Changed
- Breaking changes to pysyncrosim for compatibility with SyncroSim v3.0
- New session methods install_packages() and remove_packages() for installing and removing specific versions of SyncroSim packages
- New library methods add_packages() and remove_packages() for adding and removing packages from a SyncroSim library
- Removal of methods and arguments associated with SyncroSim package add-ons and templates
- See the SyncroSim blog for more information: (https://syncrosim.com/2024/05/31/coming-soon-syncrosim-3-0/