File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
"""
2
2
gatspy: General tools for Astronomical Time Series in Python
3
3
"""
4
- __version__ = '0.1'
4
+ __version__ = '0.1.1 '
Original file line number Diff line number Diff line change 5
5
gatspy: General tools for Astronomical Time Series in Python
6
6
============================================================
7
7
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.
9
9
10
10
For more information, visit http://github.com/jakevdp/gatspy/
11
11
"""
You can’t perform that action at this time.
0 commit comments