===================
General
-------
- Remove units from reference file datamodels. (`1474
<https://github.com/spacetelescope/romancal/issues/1474>`_)
- remove ``okify_regtests`` script (move to ``ci_watson``) (`1513
<https://github.com/spacetelescope/romancal/issues/1513>`_)
- Perform bounding box assignment inline with the ordering that GWCS prefers.
(`1527 <https://github.com/spacetelescope/romancal/issues/1527>`_)
- Update romancal to use proper APE 14 API for GWCS interactions. (`1528
<https://github.com/spacetelescope/romancal/issues/1528>`_)
- Remove the jump code for the deprecated jump detection for even ramps and
update the documentation (`1534
<https://github.com/spacetelescope/romancal/issues/1534>`_)
- Bump min Python version to 3.11 per SPEC 0. (`1543
<https://github.com/spacetelescope/romancal/issues/1543>`_)
Documentation
-------------
- Mention possible need to provide package name to strun when using aliases.
(`1476 <https://github.com/spacetelescope/romancal/issues/1476>`_)
- Remove assignment validation example from docs. (`1504
<https://github.com/spacetelescope/romancal/issues/1504>`_)
``stpipe``
----------
- Remove Step.__call__ usage (which will be deprecated in stpipe). (`1499
<https://github.com/spacetelescope/romancal/issues/1499>`_)
Associations
------------
- Switch association scripts from using ``Main`` class to ``_cli`` function to
fix return code. (`1538
<https://github.com/spacetelescope/romancal/issues/1538>`_)
- This adds additional info to the asn header keyword skycell_wcs_info and
updates the mosaic pipeline to use
that information to construct the skycell data from the input exposures.
(`1583 <https://github.com/spacetelescope/romancal/issues/1583>`_)
- Fix bug where skycell_wcs_info was double json encoded (`1592
<https://github.com/spacetelescope/romancal/issues/1592>`_)
Scripts
-------
- Remove install of missing scripts "schema_editor" and "schemadoc". (`1538
<https://github.com/spacetelescope/romancal/issues/1538>`_)
- allow `MosaicModel` in `roman_static_preview` (`1613
<https://github.com/spacetelescope/romancal/issues/1613>`_)
``exposure_pipeline``
---------------------
- Fix exposure pipeline handling of all saturated inputs. (`1525
<https://github.com/spacetelescope/romancal/issues/1525>`_)
- Update exposure pipeline to use ModelLibrary. (`1525
<https://github.com/spacetelescope/romancal/issues/1525>`_)
- Fix description of arguments in docs and add description of fully saturated
input processing. (`1593
<https://github.com/spacetelescope/romancal/issues/1593>`_)
``mosaic_pipeline``
-------------------
- Change the default suffix for mosaic products from _i2d to _coadd (`1542
<https://github.com/spacetelescope/romancal/issues/1542>`_)
- Convert calls to ``exit(0)`` within the pipeline into exceptions. (`1545
<https://github.com/spacetelescope/romancal/issues/1545>`_)
- Roundtrip L3 wcsinfo especially when skycell specifications are used (`1585
<https://github.com/spacetelescope/romancal/issues/1585>`_)
``dq_init`` (WFI-Image, WFI-Prism, WFI-Grism)
---------------------------------------------
- Invoke converter from_tvac_raw to enable processing of TVAC/FPS data (`1596
<https://github.com/spacetelescope/romancal/issues/1596>`_)
``saturation`` (WFI-Image, WFI-Prism, WFI-Grism)
------------------------------------------------
- Loosen saturation unit test to allow DO_NOT_USE (`1571
<https://github.com/spacetelescope/romancal/issues/1571>`_)
- Add saturation step docs to package index. (`1593
<https://github.com/spacetelescope/romancal/issues/1593>`_)
``assign_wcs`` (WFI-Image, WFI-Prism, WFI-Grism)
------------------------------------------------
- Apply velocity aberration correction to the WFI WCS (`1354
<https://github.com/spacetelescope/romancal/issues/1354>`_)
- `1612 <https://github.com/spacetelescope/romancal/issues/1612>`_
``source_detection`` (WFI-Image)
--------------------------------
- Remove SourceDetectionStep (use SourceCatalogStep). (`1533
<https://github.com/spacetelescope/romancal/issues/1533>`_)
``tweakreg`` (WFI-Image)
------------------------
- Use PSF astrometry in tweakreg & fix regression test. (`1578
<https://github.com/spacetelescope/romancal/issues/1578>`_)
``resample``
------------
- Remove unused arguments from step specification. (`1593
<https://github.com/spacetelescope/romancal/issues/1593>`_)
``source_catalog``
------------------
- Use meta.source_catalog and meta.cal_step.source_catalog in source_catalog
step. (`1533 <https://github.com/spacetelescope/romancal/issues/1533>`_)
- Create a common mask array for both segmentation and PSF photometry. (`1574
<https://github.com/spacetelescope/romancal/issues/1574>`_)
- Add new forced source catalog mode. (`1611
<https://github.com/spacetelescope/romancal/issues/1611>`_)