v1.2
FIXED:
- Bug in
cosine
which caused rounding errors innumpy.linalg.lstsq
CHANGED
- API of
transit_mask
to use the keywordtime
(instead oft
) - API of
flatten
to use the keywordmask
instead ofweights
, and avoid the requirement of inverting masks (see updated example, it is much simpler now)
ADDED
lowess
detrending now available in combination withtransit_mask