From 9baf957c81cc6adfb36f029d4859d4c819e61e04 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Fri, 23 Jun 2023 01:30:46 -0400 Subject: [PATCH] add changelog for new release --- CHANGES.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0175c9de0..80cc23a4c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,10 @@ -0.6.1.dev (2023-06-22) ----------------------- +0.6.2 (2023-06-23) +------------------ +- bugfix in #885,#886 correcting an error introduced in #883 +- CI fixes + +0.6.1 (2023-06-22) +------------------ - Fix memory issue when calling statistics() on FITS cubes. #752 - Cube mosaicing implemented #829, #844 - Varied bugfixes for numpy compatibility #858, #865, #883