From c78d9094f5926adaf00c3207bea4772717cb6514 Mon Sep 17 00:00:00 2001 From: MARCHAND MANON Date: Thu, 28 Sep 2023 11:45:38 +0200 Subject: [PATCH] docs: add changelog entry for source_value in describe --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3b8989b1a..d78afb4b2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,9 @@ 1.5 (unreleased) ================ +- Added the ``source_value`` information to the output of ``describe()`` + in ``regtap``. [#492] + - Added convenience method DALResults.to_qtable() that returns an astropy.table.QTable object. [#384]