Skip to content

Commit 2204fd9

Browse files
release metadata for 0.18.0 (25Q2_B17) (#1623)
1 parent 7d355ee commit 2204fd9

35 files changed

Lines changed: 391 additions & 37 deletions

CHANGES.rst

Lines changed: 278 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,281 @@
1+
0.18.0 (2025-02-14)
2+
===================
3+
4+
General
5+
-------
6+
7+
- Remove units from reference file datamodels. (`#1474
8+
<https://github.com/spacetelescope/romancal/issues/1474>`_)
9+
- remove ``okify_regtests`` script (move to ``ci_watson``) (`#1513
10+
<https://github.com/spacetelescope/romancal/issues/1513>`_)
11+
- Perform bounding box assignment inline with the ordering that GWCS prefers.
12+
(`#1527 <https://github.com/spacetelescope/romancal/issues/1527>`_)
13+
- Update romancal to use proper APE 14 API for GWCS interactions. (`#1528
14+
<https://github.com/spacetelescope/romancal/issues/1528>`_)
15+
- Remove the jump code for the deprecated jump detection for even ramps and
16+
update the documentation (`#1534
17+
<https://github.com/spacetelescope/romancal/issues/1534>`_)
18+
- Bump min Python version to 3.11 per SPEC 0. (`#1543
19+
<https://github.com/spacetelescope/romancal/issues/1543>`_)
20+
21+
22+
Documentation
23+
-------------
24+
25+
- Mention possible need to provide package name to strun when using aliases.
26+
(`#1476 <https://github.com/spacetelescope/romancal/issues/1476>`_)
27+
- Remove assignment validation example from docs. (`#1504
28+
<https://github.com/spacetelescope/romancal/issues/1504>`_)
29+
30+
31+
``stpipe``
32+
----------
33+
34+
- Remove Step.__call__ usage (which will be deprecated in stpipe). (`#1499
35+
<https://github.com/spacetelescope/romancal/issues/1499>`_)
36+
37+
38+
Associations
39+
------------
40+
41+
- Switch association scripts from using ``Main`` class to ``_cli`` function to
42+
fix return code. (`#1538
43+
<https://github.com/spacetelescope/romancal/issues/1538>`_)
44+
- This adds additional info to the asn header keyword skycell_wcs_info and
45+
updates the mosaic pipeline to use
46+
that information to construct the skycell data from the input exposures.
47+
(`#1583 <https://github.com/spacetelescope/romancal/issues/1583>`_)
48+
- Fix bug where skycell_wcs_info was double json encoded (`#1592
49+
<https://github.com/spacetelescope/romancal/issues/1592>`_)
50+
51+
52+
Scripts
53+
-------
54+
55+
- Remove install of missing scripts "schema_editor" and "schemadoc". (`#1538
56+
<https://github.com/spacetelescope/romancal/issues/1538>`_)
57+
- allow `MosaicModel` in `roman_static_preview` (`#1613
58+
<https://github.com/spacetelescope/romancal/issues/1613>`_)
59+
60+
61+
``exposure_pipeline``
62+
---------------------
63+
64+
- Fix exposure pipeline handling of all saturated inputs. (`#1525
65+
<https://github.com/spacetelescope/romancal/issues/1525>`_)
66+
- Update exposure pipeline to use ModelLibrary. (`#1525
67+
<https://github.com/spacetelescope/romancal/issues/1525>`_)
68+
- Fix description of arguments in docs and add description of fully saturated
69+
input processing. (`#1593
70+
<https://github.com/spacetelescope/romancal/issues/1593>`_)
71+
72+
73+
``mosaic_pipeline``
74+
-------------------
75+
76+
- Change the default suffix for mosaic products from _i2d to _coadd (`#1542
77+
<https://github.com/spacetelescope/romancal/issues/1542>`_)
78+
- Convert calls to ``exit(0)`` within the pipeline into exceptions. (`#1545
79+
<https://github.com/spacetelescope/romancal/issues/1545>`_)
80+
- Roundtrip L3 wcsinfo especially when skycell specifications are used (`#1585
81+
<https://github.com/spacetelescope/romancal/issues/1585>`_)
82+
83+
84+
``dq_init`` (WFI-Image, WFI-Prism, WFI-Grism)
85+
---------------------------------------------
86+
87+
- Invoke converter from_tvac_raw to enable processing of TVAC/FPS data (`#1596
88+
<https://github.com/spacetelescope/romancal/issues/1596>`_)
89+
90+
91+
``saturation`` (WFI-Image, WFI-Prism, WFI-Grism)
92+
------------------------------------------------
93+
94+
- Loosen saturation unit test to allow DO_NOT_USE (`#1571
95+
<https://github.com/spacetelescope/romancal/issues/1571>`_)
96+
- Add saturation step docs to package index. (`#1593
97+
<https://github.com/spacetelescope/romancal/issues/1593>`_)
98+
99+
100+
``assign_wcs`` (WFI-Image, WFI-Prism, WFI-Grism)
101+
------------------------------------------------
102+
103+
- Apply velocity aberration correction to the WFI WCS (`#1354
104+
<https://github.com/spacetelescope/romancal/issues/1354>`_)
105+
- `#1612 <https://github.com/spacetelescope/romancal/issues/1612>`_
106+
107+
108+
``source_detection`` (WFI-Image)
109+
--------------------------------
110+
111+
- Remove SourceDetectionStep (use SourceCatalogStep). (`#1533
112+
<https://github.com/spacetelescope/romancal/issues/1533>`_)
113+
114+
115+
``tweakreg`` (WFI-Image)
116+
------------------------
117+
118+
- Use PSF astrometry in tweakreg & fix regression test. (`#1578
119+
<https://github.com/spacetelescope/romancal/issues/1578>`_)
120+
121+
122+
``resample``
123+
------------
124+
125+
- Remove unused arguments from step specification. (`#1593
126+
<https://github.com/spacetelescope/romancal/issues/1593>`_)
127+
128+
129+
``source_catalog``
130+
------------------
131+
132+
- Use meta.source_catalog and meta.cal_step.source_catalog in source_catalog
133+
step. (`#1533 <https://github.com/spacetelescope/romancal/issues/1533>`_)
134+
- Create a common mask array for both segmentation and PSF photometry. (`#1574
135+
<https://github.com/spacetelescope/romancal/issues/1574>`_)
136+
- Add new forced source catalog mode. (`#1611
137+
<https://github.com/spacetelescope/romancal/issues/1611>`_)
138+
139+
140+
0.23.1 (2025-02-14)
141+
===================
142+
143+
General
144+
-------
145+
146+
- Remove units from reference file datamodels. (`#1474
147+
<https://github.com/spacetelescope/romancal/issues/1474>`_)
148+
- remove ``okify_regtests`` script (move to ``ci_watson``) (`#1513
149+
<https://github.com/spacetelescope/romancal/issues/1513>`_)
150+
- Perform bounding box assignment inline with the ordering that GWCS prefers.
151+
(`#1527 <https://github.com/spacetelescope/romancal/issues/1527>`_)
152+
- Update romancal to use proper APE 14 API for GWCS interactions. (`#1528
153+
<https://github.com/spacetelescope/romancal/issues/1528>`_)
154+
- Remove the jump code for the deprecated jump detection for even ramps and
155+
update the documentation (`#1534
156+
<https://github.com/spacetelescope/romancal/issues/1534>`_)
157+
- Bump min Python version to 3.11 per SPEC 0. (`#1543
158+
<https://github.com/spacetelescope/romancal/issues/1543>`_)
159+
160+
161+
Documentation
162+
-------------
163+
164+
- Mention possible need to provide package name to strun when using aliases.
165+
(`#1476 <https://github.com/spacetelescope/romancal/issues/1476>`_)
166+
- Remove assignment validation example from docs. (`#1504
167+
<https://github.com/spacetelescope/romancal/issues/1504>`_)
168+
169+
170+
``stpipe``
171+
----------
172+
173+
- Remove Step.__call__ usage (which will be deprecated in stpipe). (`#1499
174+
<https://github.com/spacetelescope/romancal/issues/1499>`_)
175+
176+
177+
Associations
178+
------------
179+
180+
- Switch association scripts from using ``Main`` class to ``_cli`` function to
181+
fix return code. (`#1538
182+
<https://github.com/spacetelescope/romancal/issues/1538>`_)
183+
- This adds additional info to the asn header keyword skycell_wcs_info and
184+
updates the mosaic pipeline to use
185+
that information to construct the skycell data from the input exposures.
186+
(`#1583 <https://github.com/spacetelescope/romancal/issues/1583>`_)
187+
- Fix bug where skycell_wcs_info was double json encoded (`#1592
188+
<https://github.com/spacetelescope/romancal/issues/1592>`_)
189+
190+
191+
Scripts
192+
-------
193+
194+
- Remove install of missing scripts "schema_editor" and "schemadoc". (`#1538
195+
<https://github.com/spacetelescope/romancal/issues/1538>`_)
196+
- allow `MosaicModel` in `roman_static_preview` (`#1613
197+
<https://github.com/spacetelescope/romancal/issues/1613>`_)
198+
199+
200+
``exposure_pipeline``
201+
---------------------
202+
203+
- Fix exposure pipeline handling of all saturated inputs. (`#1525
204+
<https://github.com/spacetelescope/romancal/issues/1525>`_)
205+
- Update exposure pipeline to use ModelLibrary. (`#1525
206+
<https://github.com/spacetelescope/romancal/issues/1525>`_)
207+
- Fix description of arguments in docs and add description of fully saturated
208+
input processing. (`#1593
209+
<https://github.com/spacetelescope/romancal/issues/1593>`_)
210+
211+
212+
``mosaic_pipeline``
213+
-------------------
214+
215+
- Change the default suffix for mosaic products from _i2d to _coadd (`#1542
216+
<https://github.com/spacetelescope/romancal/issues/1542>`_)
217+
- Convert calls to ``exit(0)`` within the pipeline into exceptions. (`#1545
218+
<https://github.com/spacetelescope/romancal/issues/1545>`_)
219+
- Roundtrip L3 wcsinfo especially when skycell specifications are used (`#1585
220+
<https://github.com/spacetelescope/romancal/issues/1585>`_)
221+
222+
223+
``dq_init`` (WFI-Image, WFI-Prism, WFI-Grism)
224+
---------------------------------------------
225+
226+
- Invoke converter from_tvac_raw to enable processing of TVAC/FPS data (`#1596
227+
<https://github.com/spacetelescope/romancal/issues/1596>`_)
228+
229+
230+
``saturation`` (WFI-Image, WFI-Prism, WFI-Grism)
231+
------------------------------------------------
232+
233+
- Loosen saturation unit test to allow DO_NOT_USE (`#1571
234+
<https://github.com/spacetelescope/romancal/issues/1571>`_)
235+
- Add saturation step docs to package index. (`#1593
236+
<https://github.com/spacetelescope/romancal/issues/1593>`_)
237+
238+
239+
``assign_wcs`` (WFI-Image, WFI-Prism, WFI-Grism)
240+
------------------------------------------------
241+
242+
- Apply velocity aberration correction to the WFI WCS (`#1354
243+
<https://github.com/spacetelescope/romancal/issues/1354>`_)
244+
- `#1612 <https://github.com/spacetelescope/romancal/issues/1612>`_
245+
246+
247+
``source_detection`` (WFI-Image)
248+
--------------------------------
249+
250+
- Remove SourceDetectionStep (use SourceCatalogStep). (`#1533
251+
<https://github.com/spacetelescope/romancal/issues/1533>`_)
252+
253+
254+
``tweakreg`` (WFI-Image)
255+
------------------------
256+
257+
- Use PSF astrometry in tweakreg & fix regression test. (`#1578
258+
<https://github.com/spacetelescope/romancal/issues/1578>`_)
259+
260+
261+
``resample``
262+
------------
263+
264+
- Remove unused arguments from step specification. (`#1593
265+
<https://github.com/spacetelescope/romancal/issues/1593>`_)
266+
267+
268+
``source_catalog``
269+
------------------
270+
271+
- Use meta.source_catalog and meta.cal_step.source_catalog in source_catalog
272+
step. (`#1533 <https://github.com/spacetelescope/romancal/issues/1533>`_)
273+
- Create a common mask array for both segmentation and PSF photometry. (`#1574
274+
<https://github.com/spacetelescope/romancal/issues/1574>`_)
275+
- Add new forced source catalog mode. (`#1611
276+
<https://github.com/spacetelescope/romancal/issues/1611>`_)
277+
278+
1279
0.17.0 (2024-11-15)
2280
===================
3281

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ an [issue](https://github.com/spacetelescope/romancal/issues).
172172
| 0.16.2 | 24Q4_B15 | 063 | Aug 2024 | Release for Build 24Q3_B15 (Build 15) |
173173
| 0.16.3 | 24Q4_B15 | 063 | Aug 2024 | Release for Build 24Q3_B15 (Build 15) |
174174
| 0.17.0 | 25Q1_B16 | 065 | Nov 2024 | Release for Build 25Q1_B16 (Build 16) |
175+
| 0.18.0 | 25Q2_B17 | 072 | Feb 2025 | Release for Build 25Q2_B17 (Build 17) |
175176

176177

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

changes/1354.assign_wcs.rst

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

changes/1474.general.rst

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

changes/1476.docs.rst

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

changes/1499.stpipe.rst

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

changes/1504.docs.rst

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

changes/1513.general.rst

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

changes/1525.exposure_pipeline.0.rst

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

changes/1525.exposure_pipeline.1.rst

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

0 commit comments

Comments
 (0)