From 60a3968dd35cbfa812d5e66d927c2e67b2f877c4 Mon Sep 17 00:00:00 2001 From: Bryan Hilbert Date: Thu, 30 Jan 2020 15:01:23 -0500 Subject: [PATCH] Update CHANGES for 1.3.2 --- CHANGES.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 371918469..d882b5c25 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,31 @@ +1.3.2 +===== + +Gain +---- + +Added a missing import statement for MEAN_GAIN_VALUES in the grism_tso_simulator + +Segmentation Map +---------------- + +Fixed a bug that was causing create_seed_image to crash when updating the segmentation map for extended sources + +Grism TSO plots +--------------- + +Removed call to an unused module in the TSO example notebook. This call was causing the notebook's plotting function to fail + + +1.3.1 +===== + +Dependencies +------------ + +Added batman-package as a dependency. This is used when creating TSO data. + + 1.3 ===