diff --git a/CHANGES.rst b/CHANGES.rst index edb97eb93..c8c2ba9a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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] diff --git a/README.md b/README.md index 0c481addc..c7234418f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 52a757f72..464006724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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', diff --git a/requirements-sdp.txt b/requirements-sdp.txt index e37d46805..0256f665e 100644 --- a/requirements-sdp.txt +++ b/requirements-sdp.txt @@ -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