Skip to content

Releases: dos-group/leaf

0.4.0

16 May 14:57
5c70099
Compare
Choose a tag to compare
  • a Node can now have a leaf.mobility.Location which can be used to e.g. model more precise power usage of wireless data transmission
  • Refactored power_model() function into self-contained class PowerModel that exposes it's SimPy process via the run() method
  • Adapted an cleaned up all examples

0.3.0

07 Dec 18:03
Compare
Choose a tag to compare
  • changed unit for computational capacity from MIPS (million instructions per second) to CU (compute units) to be more generic
  • PowerModelNode now has a parameter power_per_cu that makes the PowerModelNodeShared obsolete
  • Improved Readme

0.2.0

28 Nov 18:51
Compare
Choose a tag to compare
  • 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

0.1.3

25 May 19:28
Compare
Choose a tag to compare

Minor fixes

0.1.2

10 Mar 17:01
Compare
Choose a tag to compare

Few small bugfixes

0.1.1

03 Feb 14:25
Compare
Choose a tag to compare
released first version of leaf