Skip to content

Commit

Permalink
bump to v0.1.1; add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jakevdp committed Jan 28, 2015
1 parent 6fda6ca commit 8cdd6e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#Change Log

## (v0.1.1) Bug Fix

- Catch NaNs in generated rrlyrae light curves
- correctly handle the period=0 case (previously led to assertion error)

## (v0.1) Initial Release

- Single-band: ``LombScargle``, ``LombScargleAstroML``, ``SuperSmoother``
- Multi-band: ``LombScargleMultiband``, ``SuperSmootherMultiband``
- Datasets: Sesar 2010 RR Lyrae, generated RR Lyrae from templates.
2 changes: 1 addition & 1 deletion gatspy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
gatspy: General tools for Astronomical Time Series in Python
"""
__version__ = '0.1'
__version__ = '0.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gatspy: General tools for Astronomical Time Series in Python
============================================================
Gatspy (pronounced as F. Scott Fitzgerald would pronounce it) is a collection of tools for analyzing astronomical time series in Python.
Gatspy (pronounced as F. Scott Fitzgerald might pronounce it) is a collection of tools for analyzing astronomical time series in Python.
For more information, visit http://github.com/jakevdp/gatspy/
"""
Expand Down

0 comments on commit 8cdd6e0

Please sign in to comment.