v0.3.0
IntrinsicTimescales v0.3.0
New Features:
- Variable exponent and constrained optimization options for FOOOF style fitting! Now the user can use the keyword arguments
allow_variable_exponentandconstrainedto use these options.
Breaking Changes:
- The function
fitis renamed toint_fitto avoid naming clashes with other packages.
Other Changes:
- Documentation improvements
- The output of
find_knee_frequencyis now uniformized so that it always returns [amplitude, knee, optionally exponent].
Previously it was returning [amplitude, knee] for vector inputs and only knee for array inputs.