From d3a3185a1607321a91aa50cf4c116036bd98919f Mon Sep 17 00:00:00 2001 From: Ken MacDonald <68608562+kmacdonald-stsci@users.noreply.github.com> Date: Fri, 24 Jun 2022 14:32:45 -0400 Subject: [PATCH] Adding API changes to the change log due to PRs 99 and 102. (#107) * Adding API changes to the change log due to PRs 99 and 102. * Making changes due to code review. * Fixing spelling errors. * Making changes due to review. * Adding back the bug fix section. --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 86685e3d..e504039f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,6 +23,15 @@ saturation Changes to API -------------- +ramp_fitting +~~~~~~~~~~~~ + +- The tuple ``integ_info`` no longer returns ``int_times`` as a part of it, + so the tuple is one element shorter. [#99] + +- For fully saturated exposures, all returned values are ``None``, instead + of tuples. [#102] + saturation ~~~~~~~~~~~