- Fix bug in ``predict()`` for ``LombScargle`` methods when ``center_data=False`` - Fix bug in ``score()`` for ``LombScargle`` methods when ``center_data=False`` and ``fit_offset=False`` - Make ``supersmoother`` a soft dependency - New feature: ``gatspy.periodic.TrendedLombScargle`` extends ``LombScargle`` by adding a linear trend parameter ``d*t`` to the fitted model - Fixed download URL for RR Lyrae datasets - Dropped support for Python 2.6 and 3.3
0.2.1
- Fix installation issues [PR 11](https://github.com/astroML/gatspy/pull/11) - Fix corner cases in rrlyrae_fast - Fix so that data does not download on import - Make astroML a soft dependency - ipython-style code snippets in documentation
0.2
- Improved test coverage & refactored much of the code - Refactored datasets objects to be picklable for easier parallel analysis - New feature: ``gatspy.periodic.LombScargleFast`` implements the fast, O[N log(N)] periodogram of Press et al. - New feature: ``gatspy.periodic.RRLyraeTemplateModeler`` implements a template-based fitting method, using the RR Lyrae templates from Sesar (2010) - sphinx-based documentation build added: http://astroML.org/gatspy/
0.1.1
- Catch NaNs in generated rrlyrae light curves - correctly handle the period=0 case (previously led to assertion error)