Skip to content

Releases: ZwickyTransientFacility/periodfind

v0.0.5

01 May 00:04
Compare
Choose a tag to compare

Periodfind

Minor feature update.

Changes

Python API:

  • Added new option "center" to calc method of periodogram classes.
    • This new option shifts the magnitude data so it has zero mean. Defaults to true for Lomb-Scargle, and false for other algorithms.
    • Outputs from Lomb-Scargle may be different with this release by default. Setting center=False will revert to the old behavior.
    • New outputs from Lomb-Scargle are likely the expected outputs in cases where input data does not already have a mean of zero.

v0.0.4

20 Mar 06:06
Compare
Choose a tag to compare

PeriodFind v0.0.4

Minor maintenance update.

Changes

Python API:

  • Fixes memory leak in Python API.

C++ API:

  • Adds C++ API functions that take output array as argument.