Change Log

These are the enhancements, breaking changes and bug fixes of note between each release.

0.2.1 - 2022-01-27

Enhancements

  • Add method flowchart() to display the state transitions of a statemachine with a sankey flow-chart plot.

0.2.0 - 2022-01-18

Enhancements

  • Add method ramp() to limit the slew-rates of a measured signal.

  • Add method slew() to process a measured signal with a slew-rate limiter.

  • Add dataclass SlewRateLimiterTraces for the trace collection produced by the slew-rate limiter.

  • Add dataclass SlewRateLimiter for the results produced by the slew-rate limiter.

  • Add method pt1() to process a measured signal with the transfer function of a PT1-element.

  • Add method dt1() to process a measured signal with the transfer function of a DT1-element.

  • Add method figure() to create a figure with the scatter plot of the trace.

Breaking Changes

  • Remove method lag() in favour of the new method pt1().

0.1.0 - 2022-01-15

  • First release.