aesim-tech / simba-project

Roadmap & issue tracking
7 stars 0 forks source link

Deprecate .simba File Support in Upcoming Release #277

Closed manu-aesim closed 1 year ago

manu-aesim commented 1 year ago

We have developed .jsimba file format in SIMBA 22.08 for enhanced readability, portability, speed, and stability. This format transitioned to be the default by SIMBA 22.11.

To further streamline our codebase and accelerate our development and testing processes, we are now discontinuing support for .SIMBA files in the subsequent SIMBA release.

We encourage users to convert their .simba files to .jsimba files. Here's how:

Using SIMBA Desktop 23.05

Using aesim.simba 2023.5.19

from aesim.simba import ProjectRepository
ProjectRepository("example.simba").SaveAs("example.jsimba")

We appreciate any feedback on this planned change to ensure a seamless transition for our users.