Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 06:04

IntrinsicTimescales v0.3.0

Diff since v0.2.3

New Features:

  • Variable exponent and constrained optimization options for FOOOF style fitting! Now the user can use the keyword arguments allow_variable_exponent and constrained to use these options.

Breaking Changes:

  • The function fit is renamed to int_fit to avoid naming clashes with other packages.

Other Changes:

  • Documentation improvements
  • The output of find_knee_frequency is 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.