Skip to content

v0.4.0

Choose a tag to compare

@jaehyeon-kim jaehyeon-kim released this 08 Apr 01:28
· 30 commits to main since this release
8d3046a

Summary

This release expands the SimParameter schema by introducing a variables attribute, giving developers a native way to manage custom state data and control logic directly through the simulation registry.

🚀 Key Features

  • Custom State Tracking: A flexible variables: Dict[str, Any] field designed to hold arbitrary user-defined data (e.g., int, float, bool, str) for custom machine states or logic flags.
  • External Control Dials: These variables are fully compatible with the SimulationRegistry, allowing you to update custom parameters on the fly without needing to write custom wrapper classes.

Full Changelog: v0.3.0...v0.4.0