Skip to content

v0.9.3

Choose a tag to compare

@orgua orgua released this 18 Jun 17:22
· 488 commits to main since this release
ce2b3b1

What's Changed

  • herd - bugfix for sending Task to sheep
    • always convert to file now
    • ByteIO and StringIO seems broken on some py versions - stream gets corrupted
  • sheep - emu / hrv
    • allow custom samplerate for power-tracing - data will be binned by mean() the samples
    • allow to record only power (U * I)
    • Caution: resampling IV-Samples with that method might lead to faulty results for target-voltages that are not constant (Sum(U * I) != Sum(U) * Sum(I))

Full Changelog: v0.9.2...v0.9.3