v0.2.0
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=Trueflag to enablesimpy.PriorityStorebehavior. - Runtime Control: Both objects actively listen for registry updates to adjust capacities and re-evaluate pending
putrequests instantly.
Full Changelog: v0.1.0...v0.2.0