Skip to content

0.2.0

Compare
Choose a tag to compare
@birnbaum birnbaum released this 28 Nov 18:51
· 17 commits to main since this release
  • Taskclass can now be instantiated directly
  • PowerMeter class was converted to a power_meter() function with callback that can be passed SimPy processes. The goals to not unnecessarily hide how SimPy works.
    • PowerMeter still exists as a convenience class wrapping power_meter() with an integrated list of measurements
  • node._add_task()/._remove_task and link._add_data_flow/_remove_data_flow are now private as they are not part of the public API

All examples got adapted and improved