Skip to content

Commit 8cdd6e0

Browse files
committed
bump to v0.1.1; add change log
1 parent 6fda6ca commit 8cdd6e0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#Change Log
2+
3+
## (v0.1.1) Bug Fix
4+
5+
- Catch NaNs in generated rrlyrae light curves
6+
- correctly handle the period=0 case (previously led to assertion error)
7+
8+
## (v0.1) Initial Release
9+
10+
- Single-band: ``LombScargle``, ``LombScargleAstroML``, ``SuperSmoother``
11+
- Multi-band: ``LombScargleMultiband``, ``SuperSmootherMultiband``
12+
- Datasets: Sesar 2010 RR Lyrae, generated RR Lyrae from templates.

gatspy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
gatspy: General tools for Astronomical Time Series in Python
33
"""
4-
__version__ = '0.1'
4+
__version__ = '0.1.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
gatspy: General tools for Astronomical Time Series in Python
66
============================================================
77
8-
Gatspy (pronounced as F. Scott Fitzgerald would pronounce it) is a collection of tools for analyzing astronomical time series in Python.
8+
Gatspy (pronounced as F. Scott Fitzgerald might pronounce it) is a collection of tools for analyzing astronomical time series in Python.
99
1010
For more information, visit http://github.com/jakevdp/gatspy/
1111
"""

0 commit comments

Comments
 (0)