#Change Log
- Fix bug in
predict()
forLombScargle
methods whencenter_data=False
- Fix bug in
score()
forLombScargle
methods whencenter_data=False
andfit_offset=False
- Fix installation issues PR 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
- 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/
- Catch NaNs in generated rrlyrae light curves
- correctly handle the period=0 case (previously led to assertion error)
- Single-band:
LombScargle
,LombScargleAstroML
,SuperSmoother
- Multi-band:
LombScargleMultiband
,SuperSmootherMultiband
- Datasets: Sesar 2010 RR Lyrae, generated RR Lyrae from templates.