Skip to content

Commit

Permalink
Merge pull request #145 from ojustino/finalize-changelog-1.2.0
Browse files Browse the repository at this point in the history
Prepare changelog for release v1.2.0
  • Loading branch information
ojustino committed Oct 4, 2022
2 parents 3fcee56 + c8f760b commit f8c67a9
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-----
Expand Down

0 comments on commit f8c67a9

Please sign in to comment.