==================
- Fixed a bug in ``tpf.to_lightcurve()`` which caused ``flux`` and ``flux_err``
to be ``0`` instead of ``NaN`` for cadences with all-NaN pixels. [651]
- Added a new TESS data anomaly flag (bit 13 / value 4096) which was introduced
in Sector 14 to mark cadences affected by strong scattered light. Compared
to the original stray light flag (bit 12), this flag is set automatically by
the pipeline based on background level thresholds. [652]
- Changed the requirements to make ``fbpca`` a required dependency, because
it allows ``DesignMatrix.pca()`` to be faster and more robust. [653]