Skip to content

Release v1.3.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 14:01
· 140 commits to main since this release

Breaking changes

This version removes the sample_frequency attribute from BreathDetection() and the sample_frequency argument from EELI.computer_parameter(). These attributes/arguments can no longer be provided. Attempts to do so will result in an exception. Instead, the sample_frequency should be set in the ContinuousData objects used by BreathDetection and EELI.

What's Changed

  • Remove sample frequency from BreathDetection and EELI by @psomhorst in #292

Full Changelog: v1.3.0...v1.3.1