Skip to content

Commit

Permalink
metadata for 0.12.0 release (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Aug 21, 2023
1 parent b97d735 commit 79a4dd8
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 8 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
0.11.1 (unreleased)
0.13.0 (unreleased)
===================

-

0.12.0 (2023-08-18)
===================

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


tweakreg
--------
- Skip the step if the data is not imaging mode [#798]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ an [issue](https://github.com/spacetelescope/romancal/issues).
| 0.8.1 | 22Q4_B7 | 038 | Aug 2022 | Release for Build 22Q4_B7 (Build 0.7) |
| 0.9.0 | 23Q1_B8 | 039 | Nov 2022 | Release for Build 23Q1_B8 (Build 8) |
| 0.10.0 | 23Q2_B9 | 041 | Feb 2023 | Release for Build 23Q2_B9 (Build 9) |
| 0.11.0 | 23Q3_B10 | 047 | May 2023 | Release for Build 23Q3_B10 (Build 10) |
| 0.12.0 | 23Q2_B11 | 051 | Aug 2023 | Release for Build 23Q4_B11 (Build 11) |
| 0.11.0 | 23Q3_B10 | 047 | May 2023 | Release for Build 23Q3_B10 (Build 10) |
| 0.12.0 | 23Q4_B11 | 051 | Aug 2023 | Release for Build 23Q4_B11 (Build 11) |


Note: CRDS_CONTEXT values flagged with an asterisk in the above table are estimates
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ dependencies = [
'photutils >=1.6.0',
'pyparsing >=2.4.7',
'requests >=2.22',
# 'rad >= 0.16.0, < 0.17.1',
'rad @ git+https://github.com/spacetelescope/rad.git@main',
'roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git@main',
'rad >= 0.17.1',
# 'rad @ git+https://github.com/spacetelescope/rad.git@main',
'roman_datamodels >= 0.17.1',
# 'roman_datamodels @ git+https://github.com/spacetelescope/roman_datamodels.git@main',
'scipy >=1.11',
'stcal >=1.4.0',
'stpipe >=0.5.0',
Expand Down
62 changes: 61 additions & 1 deletion requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,65 @@
#
# Add a CRDS context number for the delivery as a record here
#
# CRDS_CONTEXT = roman_0039.pmap
# CRDS_CONTEXT = roman_0051.pmap
#
asdf==2.15.1
asdf-astropy==0.4.0
asdf-coordinates-schemas==0.2.0
asdf-standard==1.0.3
asdf-transform-schemas==0.3.0
asdf-unit-schemas==0.1.0
asdf-wcs-schemas==0.1.1
astropy==5.3.2
attrs==23.1.0
certifi==2023.7.22
charset-normalizer==3.2.0
ci-watson==0.6.1
coverage==7.3.0
crds==11.17.3
filelock==3.12.2
gwcs==0.18.3
hypothesis==6.82.5
idna==3.4
importlib-metadata==6.8.0
iniconfig==2.0.0
jmespath==1.0.1
jsonschema==4.19.0
jsonschema-specifications==2023.7.1
metrics-logger==0.1.0
numpy==1.25.2
opencv-python-headless==4.8.0.76
packaging==23.1
Parsley==1.3
photutils==1.9.0
pluggy==1.2.0
psutil==5.9.5
pyerfa==2.0.0.3
pyparsing==3.1.1
pytest==7.4.0
pytest-arraydiff==0.5.0
pytest-astropy==0.10.0
pytest-astropy-header==0.2.2
pytest-cov==4.1.0
pytest-doctestplus==1.0.0
pytest-filter-subpackage==0.1.2
pytest-mock==3.11.1
pytest-openfiles==0.5.0
pytest-remotedata==0.4.0
PyYAML==6.0.1
rad==0.17.1
referencing==0.30.2
requests==2.31.0
roman-datamodels==0.17.1
rpds-py==0.9.2
scipy==1.11.2
semantic-version==2.10.0
sortedcontainers==2.4.0
spherical-geometry==1.2.23
stcal==1.4.2
stpipe==0.5.0
stsci.imagestats==1.6.3
stsci.stimage==0.2.6
tweakwcs==0.8.2
urllib3==2.0.4
zipp==3.16.2

0 comments on commit 79a4dd8

Please sign in to comment.