Skip to content

Commit 7e67870

Browse files
metadata for 0.21.0 B20
1 parent 16bfb28 commit 7e67870

32 files changed

Lines changed: 137 additions & 34 deletions

CHANGES.rst

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,139 @@
1+
0.21.0 (2025-11-14)
2+
===================
3+
4+
General
5+
-------
6+
7+
- Only consider specific loggers for log message handling (including those from
8+
this package, stcal, roman_datamodels, stpipe and tweakwcs). (`#1898
9+
<https://github.com/spacetelescope/romancal/issues/1898>`_)
10+
- Update RCAL to support removal of internal tags. (`#1982
11+
<https://github.com/spacetelescope/romancal/issues/1982>`_)
12+
- Remove remaining tagged node usage. (`#2001
13+
<https://github.com/spacetelescope/romancal/issues/2001>`_)
14+
- Add upper pin to python version. 3.14 and above are not yet supported by
15+
required dependencies. (`#2030
16+
<https://github.com/spacetelescope/romancal/issues/2030>`_)
17+
- Update required versions of dependencies. Remove unused tweakwcs dependency.
18+
(`#2039 <https://github.com/spacetelescope/romancal/issues/2039>`_)
19+
20+
21+
``stpipe``
22+
----------
23+
24+
- Log messages from "py.warnings" logger to log ``warnings.warn`` messages.
25+
(`#1975 <https://github.com/spacetelescope/romancal/issues/1975>`_)
26+
27+
28+
Associations
29+
------------
30+
31+
- Allow grouping by visit, pass, and full, and add data release ID to the
32+
metadata of the asn file. The CLI was updated accordingly, replacing the
33+
--release-product argument with --data-release-id (`#2014
34+
<https://github.com/spacetelescope/romancal/issues/2014>`_)
35+
36+
37+
Scripts
38+
-------
39+
40+
- Removed unused ``patch_name_to_skycell_name`` script. (`#1957
41+
<https://github.com/spacetelescope/romancal/issues/1957>`_)
42+
43+
44+
``exposure_pipeline``
45+
---------------------
46+
47+
- Remove ``save_l1_wcs`` parameter. WfiWCS files will be produced when
48+
``save_results`` is enabled and tweakreg is not skipped. (`#1959
49+
<https://github.com/spacetelescope/romancal/issues/1959>`_)
50+
- Make WfiWcs files even when tweakreg is skipped. Add associated test.
51+
(`#2015 <https://github.com/spacetelescope/romancal/issues/2015>`_)
52+
53+
54+
``dq_init`` (WFI-Image, WFI-Prism, WFI-Grism)
55+
---------------------------------------------
56+
57+
- Add reference_read and reference_amp33 to data and amp33 in ramp construction
58+
from raw images. (`#2018
59+
<https://github.com/spacetelescope/romancal/issues/2018>`_)
60+
61+
62+
``orientation``
63+
---------------
64+
65+
- Add providing default orientation information to the api (`#2029
66+
<https://github.com/spacetelescope/romancal/issues/2029>`_)
67+
68+
69+
``ramp_fitting`` (WFI-Image, WFI-Prism, WFI-Grism)
70+
--------------------------------------------------
71+
72+
- Downstream fix for changes in ``roman_datamodels`` which prevent the deletion
73+
of
74+
the ``_read_tag`` attribute on tagged nodes. This changes that to be a
75+
``None`` value,
76+
which results in the same behavior as before. (`#1852
77+
<https://github.com/spacetelescope/romancal/issues/1852>`_)
78+
79+
80+
``tweakreg`` (WFI-Image)
81+
------------------------
82+
83+
- Prevent TweakRegStep from crashing when source catalog is missing required
84+
columns. (`#1915 <https://github.com/spacetelescope/romancal/issues/1915>`_)
85+
- Remove ``save_l1_wcs`` parameter. Production of WfiWCS files is now
86+
controlled by ``save_results``. (`#1959
87+
<https://github.com/spacetelescope/romancal/issues/1959>`_)
88+
- Turn ``TweakregError`` errors from relative and absolute alignments into a
89+
warnings. (`#2052 <https://github.com/spacetelescope/romancal/issues/2052>`_)
90+
91+
92+
``resample``
93+
------------
94+
95+
- Add inverse sky variance ('ivm-sky') option for weight map in resample.
96+
(`#1691 <https://github.com/spacetelescope/romancal/issues/1691>`_)
97+
- Switch to using a schema to determine the tables to be built when creating
98+
``individual_image_meta`` tables. (`#1981
99+
<https://github.com/spacetelescope/romancal/issues/1981>`_)
100+
101+
102+
``source_catalog``
103+
------------------
104+
105+
- Added simple source injection method with tests. (`#1892
106+
<https://github.com/spacetelescope/romancal/issues/1892>`_)
107+
- Update source catalog tables to use the `ee_fraction`` values from the
108+
``apcorr_ref``
109+
reference file, using it for the ``is_extended`` flag decision. Also, the
110+
``ee_fraction``
111+
values for each of the aperture radii are now stored in the table metadata.
112+
(`#1911 <https://github.com/spacetelescope/romancal/issues/1911>`_)
113+
- Added ``make_cosmoslike_catalog`` method to generate cosmos galaxies and
114+
point sources for source injection. (`#1978
115+
<https://github.com/spacetelescope/romancal/issues/1978>`_)
116+
- Propogate L2/L3 image metadata into L4 catalogs. (`#1992
117+
<https://github.com/spacetelescope/romancal/issues/1992>`_)
118+
- Added capability to create grids for source injection. (`#2021
119+
<https://github.com/spacetelescope/romancal/issues/2021>`_)
120+
- Account for jitter in PSF construction. (`#2023
121+
<https://github.com/spacetelescope/romancal/issues/2023>`_)
122+
- Incorporates source injection into the MultibandSourceCatalog step. (`#2036
123+
<https://github.com/spacetelescope/romancal/issues/2036>`_)
124+
- Add routines for performing PSF-matching, to be used in PSF-matched flux
125+
measuremnt. (`#2038
126+
<https://github.com/spacetelescope/romancal/issues/2038>`_)
127+
- Added matching of injected sources, unit testing, and a regression testing.
128+
(`#2054 <https://github.com/spacetelescope/romancal/issues/2054>`_)
129+
- Update psf_gof to use reduced chi2 calculation. (`#2061
130+
<https://github.com/spacetelescope/romancal/issues/2061>`_)
131+
- Update Kron aperture photometry to mask pixels assigned to neighboring
132+
sources. (`#2062 <https://github.com/spacetelescope/romancal/issues/2062>`_)
133+
- Fix bug where injected source x & y do not match the corresponding ra & dec.
134+
(`#2063 <https://github.com/spacetelescope/romancal/issues/2063>`_)
135+
136+
1137
0.20.0 (2025-08-14)
2138
===================
3139

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ an [issue](https://github.com/spacetelescope/romancal/issues).
173173
| 0.19.0 | 25Q3_B18 | 083 | May 2025 | Release for Build 25Q3_B18 (Build 18) |
174174
| 0.20.0 | 25Q4_B19 | 088 | Aug 2025 | Release for Build 25Q4_B19 (Build 19) |
175175
| 0.20.1 | 25Q4_B19 | 088 | Aug 2025 | Release for Build 25Q4_B19 (Build 19) |
176+
| 0.21.0 | 26Q1_B20 | 090 | Nov 2025 | Release for Build 25Q4_B20 (Build 20) |
176177

177178

178179
Note: CRDS_CONTEXT values flagged with an asterisk in the above table are estimates

changes/1691.resample.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1852.ramp_fitting.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/1892.source_catalog.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1898.general.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1911.source_catalog.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/1915.tweakreg.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1957.scripts.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1959.exposure_pipeline.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)