From d4f1d2fceec0d986de2a7fcae1ac0b57f2075e26 Mon Sep 17 00:00:00 2001 From: Bryan Hilbert Date: Thu, 11 May 2023 11:41:46 -0400 Subject: [PATCH] Update CHANGES.rst for version 0.0.5 --- CHANGES.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4bd34ea..2ae1009 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +0.0.5 +===== + +MAST Query +---------- + +Fixed a bug that was preventing guidestar data from being downloaded. Use the "guidestar" keyword to download guidestar data along with science data. Also added the "guidestar_only_data" keyword, which will remove science data and download only guidestar data. (#55) + + +Tests +----- + +Added some initial regression tests to be sure the behavior with and without the config file is consistent. (#53) + + 0.0.4 =====