diff --git a/CHANGES.rst b/CHANGES.rst index 430d7354..18d45934 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,19 +1,32 @@ -1.2.0 (unreleased) +1.3.0 (unreleased) ------------------ +New Features +^^^^^^^^^^^^ + +API Changes +^^^^^^^^^^^ + Bug Fixes ^^^^^^^^^ -- Improved errors/warnings when background region extends beyond bounds of image [#127] -- Fixed boxcar weighting bug that often resulted in peak pixels having weight - above 1 and erroneously triggered overlapping background errors [#125] -- Fixed boxcar weighting to handle zero width and edge of image cases [#141] + +1.2.0 +----- New Features ^^^^^^^^^^^^ - ``Background`` has new methods for exposing the 1D spectrum of the background or background-subtracted regions [#143] +Bug Fixes +^^^^^^^^^ + +- Improved errors/warnings when background region extends beyond bounds of image [#127] +- Fixed boxcar weighting bug that often resulted in peak pixels having weight + above 1 and erroneously triggered overlapping background errors [#125] +- Fixed boxcar weighting to handle zero width and edge of image cases [#141] + 1.1.0 -----