Skip to content

v0.2.0

Choose a tag to compare

@jaehyeon-kim jaehyeon-kim released this 07 Apr 07:25
· 33 commits to main since this release
8715931

Summary

This release adds DynamicContainer and DynamicStore, enabling real-time capacity updates for continuous materials and discrete item buffers via the SimulationRegistry.

Key Features

  • DynamicContainer: Built for continuous flow modeling (fluids, gases, bulk inventory) with support for fractional (float) capacity and level updates.
  • DynamicStore: Designed for discrete item buffers (warehouses, staging areas). Supports an optional priority=True flag to enable simpy.PriorityStore behavior.
  • Runtime Control: Both objects actively listen for registry updates to adjust capacities and re-evaluate pending put requests instantly.

Full Changelog: v0.1.0...v0.2.0