Skip to content

Releases: syncrosim/pysyncrosim

v2.1.4

18 Mar 18:23
addb675

Choose a tag to compare

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

24 Jul 16:00

Choose a tag to compare

What's changed

v2.1.2

21 Jul 19:11

Choose a tag to compare

What's Changed:

  • Fixed issue where library could not save datasheets if being called from a currently running scenario

v2.1.1

05 Jun 00:35

Choose a tag to compare

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

28 Mar 23:51

Choose a tag to compare

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

Full Changelog: 2.0.1...2.1.0

v2.0.1

21 Oct 18:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...2.0.1

v2.0.0

09 Jul 22:54

Choose a tag to compare

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/

v1.1.0

01 Feb 20:12

Choose a tag to compare

What's Changed

  • Removed Folder.published() methods to make compatible with SyncroSim 2.5

v1.0.34

19 Jan 17:33

Choose a tag to compare

What's changed

  • Fix bug in rasterio when rasterio imported before osgeo.gdal
  • Fix bug preventing addon datasheets from being saved

v1.0.33

16 Jan 18:46

Choose a tag to compare

What's changed

  • Fixed bug where addon datasheets could not be retrieved
  • Updated session class to prevent using this version of pysyncrosim with SyncroSim versions < 2.4.44
  • Updated documentation package dependencies and python version