Skip to content

Commit

Permalink
Bump version to 1.0b26 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
barentsen committed Feb 5, 2019
1 parent 533e4be commit a1a3d8e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,29 @@
1.0b26 (2019-02-04)
===================

- Introduced a brand new layout for the
`online documentation <https://docs.lightkurve.org>`_. [#400, #406]
- Introduced a new layout for the
`online documentation <https://docs.lightkurve.org>`_. [#360, #400, #406]

- Added `LightCurve.interact_bls()`: an interactive Bokeh widget to find
planets using the Box Least Squares (BLS) method. [#401]

- Added `LombScarglePeriodogram` and `BoxLeastSquarePeriodogam` sub-classes
to distinguish between `Periodogram` objects generated using different
methods. [#403]
to distinguish periodograms generated using different methods. [#403]

- Added the `PLDCorrector` class to remove instrument systematics using the
Pixel Level Decorrelation (PLD) method. [#305]

- Added the `TargetPixelFile.to_corrector()` convenience method to make
systematics correction classes easy to access. [#305]

- Refactored `SFFCorrector` to make its API consistent with `PLDCorrector`,
and deprecated the `LightCurve.correct()` method in favor of
`LightCurve.to_corrector()`. [#408, #417]

- Made `SFFCorrector` robust against light curves that contain big gaps in
time. [#414]

- Minor bug fixes. [#392, #397]
- Minor bug fixes. [#392, #397, #420]

- Increased the unit test coverage. [#387, #388]

Expand Down
2 changes: 1 addition & 1 deletion lightkurve/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# It is important to store the version number in a separate file
# so that we can read it from setup.py without importing the package
__version__ = "1.0b26.dev"
__version__ = "1.0b26"

0 comments on commit a1a3d8e

Please sign in to comment.