Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Feb 16:30

IntrinsicTimescales v0.2.0

Diff since v0.1.0

New features:

  • Added :auc option to acw to get the area under the curve of ACF before it hits 0
  • Finished the tutorials
  • FOOOF style knee frequency estimation. Previously, to get the knee frequency only a single lorentzian fitting was performed. With the new release, the algorithm first fits a lorentzian, subtracts the lorentzian from PSD, fits a gaussian to each oscillation peak, subtracts the gaussians from original PSD, fits the lorentzian again.
  • Finished the Practice section of documentation involving tutorials on various ways to estimate INT

Breaking changes:

  • Updates on compatibilities with the help of CompatHelper

Additionally various minor bug fixes

Merged pull requests:

  • CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for FFTW at version 1, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for StatsBase at version 0.34, (keep existing compat) (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for NonlinearSolve at version 4, (keep existing compat) (#4) (@github-actions[bot])
  • CompatHelper: add new compat entry for DifferentialEquations at version 7, (keep existing compat) (#5) (@github-actions[bot])
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#6) (@github-actions[bot])
  • CompatHelper: add new compat entry for Turing at version 0.36, (keep existing compat) (#7) (@github-actions[bot])
  • CompatHelper: add new compat entry for Revise at version 3, (keep existing compat) (#8) (@github-actions[bot])
  • CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) (#9) (@github-actions[bot])
  • Bump julia-actions/cache from 1 to 2 (#12) (@dependabot[bot])

Closed issues:

  • TagBot trigger issue (#11)