Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jan 17:31

TimeseriesSurrogates v1.3.0

Diff since v1.2.4

Closed issues:

  • Strange behaviour for PseudoPeriodic surrogates (#45)
  • Codecov migration to marketplace app (#68)
  • Reproducing surrogates: make RNG a field of SurrogateGenerator type (#76)
  • Allow user-provided rng object in surrogenerator(x, method, rng::AbstractRNG) (#85)
  • x_sorted not used in TFTS (#87)
  • Error when generating docs locally (#91)
  • Rename LS to something better (#93)
  • Bug in RandomFourier (#104)

Merged pull requests:

  • WIP: pseudoperiodic twin surrogates (#65) (@kahaaga)
  • RFC: Add lombscargle based surrogate for irregular ts (#67) (@felixcremer)
  • CI with github actions (#83) (@kahaaga)
  • Add docs step to CI (#84) (@kahaaga)
  • Allow user-specified random number generation (#86) (@Datseris)
  • Clean up LombScargle code and docs (#88) (@kahaaga)
  • TFTD RandomFourier surrogate (#90) (@kahaaga)
  • Move docs to makie, fix docs (#92) (@Datseris)
  • CompatHelper: add new compat entry for LombScargle at version 1, (keep existing compat) (#94) (@github-actions[bot])
  • Reorganize and clean some files (#96) (@kahaaga)
  • Rename LS to IrregularLombScargle (#100) (@kahaaga)