From 406853987def5e69bef4747725dd83dec7df1d41 Mon Sep 17 00:00:00 2001 From: Matteo Bachetti Date: Wed, 13 Mar 2024 11:55:31 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 6 ++++-- docs/changes/799.removal.rst | 1 - docs/changes/807.bugfix.rst | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 docs/changes/799.removal.rst delete mode 100644 docs/changes/807.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ecf83e1e5..d3b5d71fb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -v2.0 beta (2024-01-31) ----------------------- +v2.0 (2024-03-13) +----------------- New Features ^^^^^^^^^^^^ @@ -33,6 +33,7 @@ Bug Fixes - Fix issue with the Poisson noise calculation in lag spectra, that produced NaN errors under some conditions (`#789 `__) - Fix rms computation and error bars (`#792 `__) - Fix issue with ``Powerspectrum`` of a single light curve (`#663 `__) +- Fix nphots estimate in accelsearch, that lead to an underestimation of the power of candidates (`#807 `__) Breaking Changes ^^^^^^^^^^^^^^^^ @@ -49,6 +50,7 @@ Internal Changes - Separate slow tests from quick ones (`#758 `__) - Use Readthedocs for documentation building (`#769 `__) - More informative GTI messages (`#787 `__) +- Eliminated the usage of astropy logging (`#799 `__) v1.1.2 (2023-05-25) diff --git a/docs/changes/799.removal.rst b/docs/changes/799.removal.rst deleted file mode 100644 index 00a946650..000000000 --- a/docs/changes/799.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Eliminated the usage of astropy logging \ No newline at end of file diff --git a/docs/changes/807.bugfix.rst b/docs/changes/807.bugfix.rst deleted file mode 100644 index 8f8786ef6..000000000 --- a/docs/changes/807.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fix nphots estimate in accelsearch, that lead to an underestimation of the power of candidates