Skip to content

v1.2

Compare
Choose a tag to compare
@hippke hippke released this 16 Jul 18:06
· 38 commits to master since this release

FIXED:

  • Bug in cosine which caused rounding errors in numpy.linalg.lstsq

CHANGED

  • API of transit_mask to use the keyword time (instead of t)
  • API of flatten to use the keyword mask instead of weights, and avoid the requirement of inverting masks (see updated example, it is much simpler now)

ADDED

  • lowess detrending now available in combination with transit_mask