From 6d88a0502242beff0f02a39fefe8f783ef3f0caa Mon Sep 17 00:00:00 2001 From: Zach Burnett Date: Tue, 21 Feb 2023 14:36:24 -0500 Subject: [PATCH] metadata for `0.10.0` release (#649) * metadata for `0.10.0` release * pin `rad` and `roman_datamodels` to latest version only * update build number --- CHANGES.rst | 11 ++------ README.md | 1 + pyproject.toml | 6 ++--- requirements-sdp.txt | 60 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 66 insertions(+), 12 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 041dbe68f..fdbc9dec9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -0.9.1 (unreleased) -================== +0.10.0 (2023-02-21) +=================== general ------- @@ -15,7 +15,6 @@ general - Implemented support for quantities in reference files. Updated unit tests for these changes. [#624] -======= associations ------------ @@ -36,12 +35,6 @@ tweakreg - First implementation of TweakRegStep into the pipeline [#643] -======= -tweakreg --------- -- First implementation of TweakRegStep into the pipeline [#643] - - 0.9.0 (2022-11-14) ================== diff --git a/README.md b/README.md index 7ae979d09..4d39eb392 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ an [issue](https://github.com/spacetelescope/romancal/issues). | 0.8.0 | 22Q4_B7 | 038 | Aug 2022 | Release for Build 22Q4_B7 (Build 0.7) | | 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 | 039 | Feb 2023 | Release for Build 23Q2_B9 (Build 9) | Note: CRDS_CONTEXT values flagged with an asterisk in the above table are estimates (formal CONTEXT deliveries are only provided with final builds). diff --git a/pyproject.toml b/pyproject.toml index c968596f4..6f606e244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,9 @@ dependencies = [ 'numpy >=1.20', 'pyparsing >=2.4.7', 'requests >=2.22', - 'rad @git+https://github.com/spacetelescope/rad.git@main', - 'roman_datamodels @git+https://github.com/spacetelescope/roman_datamodels.git@main', - 'stcal >= 1.3.3', + 'rad ==0.14.1', + 'roman_datamodels ==0.14.1', + 'stcal >=1.3.3', 'stpipe >=0.4.2, <1.0', 'tweakwcs >=0.8.0' ] diff --git a/requirements-sdp.txt b/requirements-sdp.txt index e37d46805..de13043b8 100644 --- a/requirements-sdp.txt +++ b/requirements-sdp.txt @@ -7,3 +7,63 @@ # # CRDS_CONTEXT = roman_0039.pmap # +asdf==2.14.3 +asdf-astropy==0.3.0 +asdf-coordinates-schemas==0.1.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.2.1 +attrs==22.2.0 +certifi==2022.12.7 +charset-normalizer==3.0.1 +ci-watson==0.6.1 +codecov==2.1.12 +coverage==7.1.0 +crds==11.16.20 +exceptiongroup==1.1.0 +filelock==3.9.0 +gwcs==0.18.3 +hypothesis==6.68.2 +idna==3.4 +importlib-metadata==6.0.0 +iniconfig==2.0.0 +jmespath==1.0.1 +jsonschema==4.17.3 +lxml==4.9.2 +numpy==1.24.2 +packaging==23.0 +Parsley==1.3 +pluggy==1.0.0 +psutil==5.9.4 +pyerfa==2.0.0.1 +pyparsing==3.0.9 +pyrsistent==0.19.3 +pytest==7.2.1 +pytest-arraydiff==0.5.0 +pytest-astropy==0.10.0 +pytest-astropy-header==0.2.2 +pytest-cov==4.0.0 +pytest-doctestplus==0.12.1 +pytest-filter-subpackage==0.1.2 +pytest-mock==3.10.0 +pytest-openfiles==0.5.0 +pytest-remotedata==0.4.0 +PyYAML==6.0 +rad==0.14.1 +requests==2.28.2 +roman-datamodels==0.14.1 +scipy==1.10.1 +semantic-version==2.10.0 +sortedcontainers==2.4.0 +spherical-geometry==1.2.23 +stcal==1.3.4 +stdatamodels==1.1.0 +stpipe==0.4.5 +stsci.imagestats==1.6.3 +stsci.stimage==0.2.6 +tomli==2.0.1 +tweakwcs==0.8.1 +urllib3==1.26.14 +zipp==3.14.0