Skip to content

Commit

Permalink
prepare changelog for build release
Browse files Browse the repository at this point in the history
  • Loading branch information
tapastro committed Dec 20, 2024
1 parent 9114b5a commit fc7183a
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 10 deletions.
32 changes: 32 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
1.11.0 (2024-12-20)
===================

Changes to API
--------------

- Add maximum_shower_amplitude parameter to MIRI cosmic rays showers routine
to fix accidental flagging of bright science pixels. (`#306
<https://github.com/spacetelescope/stcal/issues/306>`_)


Bug Fixes
---------

- Do not evaluate the inverse WCS transform within the bounding box in cases
where a resampled WCS is computed. Do not pass table columns to the WCS
Shared API. (`#314 <https://github.com/spacetelescope/stcal/issues/314>`_)
- For `ramp_fitting`, the `CRMAG` element was not originally implemented in
the C-extension for ramp fitting. It is now implemented. A bug in the read
noise recalculation for CHARGELOSS when using the multiprocessing option has
been fixed. Further, in `JWST` regression tests have been added to test for
multiprocessing to ensure testing for anything that could affect
multiprocessing. (`#318
<https://github.com/spacetelescope/stcal/issues/318>`_)
- Update weight threshold calculation in outlier detection to work around numpy
bug that introduces small numerical differences for a mean of a masked array.
(`#319 <https://github.com/spacetelescope/stcal/issues/319>`_)
- Change flagging of 'pre-saturation' grouped data to use DO_NOT_USE instead of
SATURATION flag to avoid confusing the snowball routine downstream. (`#321
<https://github.com/spacetelescope/stcal/issues/321>`_)


1.10.0 (2024-11-15)
===================

Expand Down
2 changes: 0 additions & 2 deletions changes/306.apichange.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/314.bugfix.rst

This file was deleted.

5 changes: 0 additions & 5 deletions changes/318.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/319.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/321.bugfix.rst

This file was deleted.

0 comments on commit fc7183a

Please sign in to comment.