Release v1.3.1
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