Skip to content

Commit 79a4dd8

Browse files
metadata for 0.12.0 release (#839)
1 parent b97d735 commit 79a4dd8

4 files changed

Lines changed: 73 additions & 8 deletions

File tree

CHANGES.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
0.11.1 (unreleased)
1+
0.13.0 (unreleased)
2+
===================
3+
4+
-
5+
6+
0.12.0 (2023-08-18)
27
===================
38

49
source_detection
510
----------------
611
- Skip the step if the data is not imaging mode. [#798]
712

8-
913
tweakreg
1014
--------
1115
- Skip the step if the data is not imaging mode [#798]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ an [issue](https://github.com/spacetelescope/romancal/issues).
147147
| 0.8.1 | 22Q4_B7 | 038 | Aug 2022 | Release for Build 22Q4_B7 (Build 0.7) |
148148
| 0.9.0 | 23Q1_B8 | 039 | Nov 2022 | Release for Build 23Q1_B8 (Build 8) |
149149
| 0.10.0 | 23Q2_B9 | 041 | Feb 2023 | Release for Build 23Q2_B9 (Build 9) |
150-
| 0.11.0 | 23Q3_B10 | 047 | May 2023 | Release for Build 23Q3_B10 (Build 10) |
151-
| 0.12.0 | 23Q2_B11 | 051 | Aug 2023 | Release for Build 23Q4_B11 (Build 11) |
150+
| 0.11.0 | 23Q3_B10 | 047 | May 2023 | Release for Build 23Q3_B10 (Build 10) |
151+
| 0.12.0 | 23Q4_B11 | 051 | Aug 2023 | Release for Build 23Q4_B11 (Build 11) |
152152

153153

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

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ dependencies = [
2222
'photutils >=1.6.0',
2323
'pyparsing >=2.4.7',
2424
'requests >=2.22',
25-
# 'rad >= 0.16.0, < 0.17.1',
26-
'rad @ git+https://github.com/spacetelescope/rad.git@main',
27-
'roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git@main',
25+
'rad >= 0.17.1',
26+
# 'rad @ git+https://github.com/spacetelescope/rad.git@main',
27+
'roman_datamodels >= 0.17.1',
28+
# 'roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git@main',
2829
'scipy >=1.11',
2930
'stcal >=1.4.0',
3031
'stpipe >=0.5.0',

requirements-sdp.txt

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,65 @@
55
#
66
# Add a CRDS context number for the delivery as a record here
77
#
8-
# CRDS_CONTEXT = roman_0039.pmap
8+
# CRDS_CONTEXT = roman_0051.pmap
99
#
10+
asdf==2.15.1
11+
asdf-astropy==0.4.0
12+
asdf-coordinates-schemas==0.2.0
13+
asdf-standard==1.0.3
14+
asdf-transform-schemas==0.3.0
15+
asdf-unit-schemas==0.1.0
16+
asdf-wcs-schemas==0.1.1
17+
astropy==5.3.2
18+
attrs==23.1.0
19+
certifi==2023.7.22
20+
charset-normalizer==3.2.0
21+
ci-watson==0.6.1
22+
coverage==7.3.0
23+
crds==11.17.3
24+
filelock==3.12.2
25+
gwcs==0.18.3
26+
hypothesis==6.82.5
27+
idna==3.4
28+
importlib-metadata==6.8.0
29+
iniconfig==2.0.0
30+
jmespath==1.0.1
31+
jsonschema==4.19.0
32+
jsonschema-specifications==2023.7.1
33+
metrics-logger==0.1.0
34+
numpy==1.25.2
35+
opencv-python-headless==4.8.0.76
36+
packaging==23.1
37+
Parsley==1.3
38+
photutils==1.9.0
39+
pluggy==1.2.0
40+
psutil==5.9.5
41+
pyerfa==2.0.0.3
42+
pyparsing==3.1.1
43+
pytest==7.4.0
44+
pytest-arraydiff==0.5.0
45+
pytest-astropy==0.10.0
46+
pytest-astropy-header==0.2.2
47+
pytest-cov==4.1.0
48+
pytest-doctestplus==1.0.0
49+
pytest-filter-subpackage==0.1.2
50+
pytest-mock==3.11.1
51+
pytest-openfiles==0.5.0
52+
pytest-remotedata==0.4.0
53+
PyYAML==6.0.1
54+
rad==0.17.1
55+
referencing==0.30.2
56+
requests==2.31.0
57+
roman-datamodels==0.17.1
58+
rpds-py==0.9.2
59+
scipy==1.11.2
60+
semantic-version==2.10.0
61+
sortedcontainers==2.4.0
62+
spherical-geometry==1.2.23
63+
stcal==1.4.2
64+
stpipe==0.5.0
65+
stsci.imagestats==1.6.3
66+
stsci.stimage==0.2.6
67+
tweakwcs==0.8.2
68+
urllib3==2.0.4
69+
zipp==3.16.2

0 commit comments

Comments
 (0)