From 90b6460f04150755469327302a8303b7de091eb6 Mon Sep 17 00:00:00 2001 From: ojustino Date: Tue, 22 Nov 2022 11:57:38 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4b14c559..25cb6693 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -15,7 +15,8 @@ to images instead of predetermined [#128] - The default number of bins for FitTrace is now its associated image's number of dispersion pixels instead of 20. Its default peak_method is now 'max' [#128] - All operations now accept Spectrum1D and Quantity-type images. All accepted -image types are now processed internally as Spectrum1D objects [#146] +image types are now processed internally as Spectrum1D objects [#144] +- All operations' ``image`` attributes are now coerced Spectrum1D objects [#144] Bug Fixes ^^^^^^^^^