8000 Release 0.11.0 · dos-group/vessim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

0.11.0

Latest
Compare
Choose a tag to compare
@birnbaum birnbaum released this 06 Jul 18:06

Controller Architecture Overhaul

  • Multi-microgrid support: Controllers can now manage multiple microgrids simultaneously
  • Centralized controller management: Controllers are now managed at the Environment level rather than per-microgrid

Enhanced Plotting

  • Simplified plotting functions: Reworked plot_microgrid_trace() with cleaner, more consistent output
  • Plotting utilities in public API: Added plot_trace and plot_microgrid_trace to the main API

Architecture Simplifications

  • Removed ActorBase class
  • Simplified Monitor class
  • Switched from energy (e) to power reporting (p_grid) for consistency

Documentation Updates

  • Updated first two tutorials to demonstrate new controller interface
  • Added third tutorial covering advanced controller usage
0