diff --git a/CHANGES.rst b/CHANGES.rst index 5973d28d8..6b695d0ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,6 @@ -0.7.1 (Unreleased) +0.7.1 (2022-05-19) ================== + general ------- @@ -10,6 +11,10 @@ jump - Enable multiprocessing in jump detection step. [#503] +linearity +--------- + +- Account for possible zero frame in linearity [#506] saturation ---------- diff --git a/README.md b/README.md index ecdc8a510..569f62266 100644 --- a/README.md +++ b/README.md @@ -142,15 +142,16 @@ If you have questions or concerns regarding the software, please open an [issue] ## Software vs DMS build version map | roman tag | DMS build | CRDS_CONTEXT | Date | Notes | -| -------- | --------- | ------------ | ---------- | ----------------------------------------------| -| 0.1.0 | 0.0 | 003 | Nov 2020 | Release for Build 0.0 | -| 0.2.0 | 0.1 | 004 | Mar 2021 | Release for Build 0.1 | -| 0.3.0 | 0.2 | 007 | May 2021 | Release for Build 0.2 | -| 0.3.1 | 0.2 | 007 | Jun 2021 | Release for Build 0.2 CRDS tests | -| 0.4.2 | 0.3 | 011 | Sep 2021 | Release for Build 0.3 | -| 0.5.0 | 0.4 | 023 | Dec 2021 | Release for Build 0.4 | -| 0.6.0 | 0.5 | 030 | Mar 2022 | Release for Build 0.5 | -| 0.7.0 | 22Q3_B6 | 032 | May 2022 | Release for Build 22Q3_B6 (Build 0.6) | +|-----------| --------- | ------------ | ---------- | ----------------------------------------------| +| 0.1.0 | 0.0 | 003 | Nov 2020 | Release for Build 0.0 | +| 0.2.0 | 0.1 | 004 | Mar 2021 | Release for Build 0.1 | +| 0.3.0 | 0.2 | 007 | May 2021 | Release for Build 0.2 | +| 0.3.1 | 0.2 | 007 | Jun 2021 | Release for Build 0.2 CRDS tests | +| 0.4.2 | 0.3 | 011 | Sep 2021 | Release for Build 0.3 | +| 0.5.0 | 0.4 | 023 | Dec 2021 | Release for Build 0.4 | +| 0.6.0 | 0.5 | 030 | Mar 2022 | Release for Build 0.5 | +| 0.7.0 | 22Q3_B6 | 032 | May 2022 | Release for Build 22Q3_B6 (Build 0.6) | +| 0.7.1 | 22Q3_B6 | 032 | May 2022 | Release for Build 22Q3_B6 (Build 0.6) | 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/requirements-sdp.txt b/requirements-sdp.txt index d26a006f8..47ccd42df 100644 --- a/requirements-sdp.txt +++ b/requirements-sdp.txt @@ -7,4 +7,57 @@ # # CRDS_CONTEXT = roman_0032.pmap # +asdf==2.11.1 +asdf-astropy==0.2.1 +asdf-coordinates-schemas==0.1.0 +asdf-standard==1.0.2 +asdf-transform-schemas==0.2.2 +asdf-wcs-schemas==0.1.1 +astropy==5.0.4 +attrs==21.4.0 +certifi==2021.10.8 +charset-normalizer==2.0.12 +ci-watson==0.6.1 +codecov==2.1.12 +coverage==6.3.3 +crds==11.14.0 +filelock==3.7.0 +gwcs==0.18.1 +hypothesis==6.46.7 +idna==3.3 +iniconfig==1.1.1 +jmespath==1.0.0 +jsonschema==4.5.1 +lxml==4.8.0 +numpy==1.22.3 +packaging==21.3 +Parsley==1.3 +pluggy==1.0.0 +psutil==5.9.0 +py==1.11.0 +pyerfa==2.0.0.1 +pyparsing==3.0.9 +pyrsistent==0.18.1 +pytest==7.1.2 +pytest-arraydiff==0.5.0 +pytest-astropy==0.10.0 +pytest-astropy-header==0.2.1 +pytest-cov==3.0.0 +pytest-doctestplus==0.12.0 +pytest-filter-subpackage==0.1.1 +pytest-mock==3.7.0 +pytest-openfiles==0.5.0 +pytest-remotedata==0.3.3 +PyYAML==6.0 +rad==0.13.0 +requests==2.27.1 +roman-datamodels==0.12.2 +romancal @ file:///Users/zburnett/projects/romancal +scipy==1.8.1 +semantic-version==2.9.0 +sortedcontainers==2.4.0 +stcal==0.7.2 +stdatamodels==0.4.2 stpipe==0.3.1 +tomli==2.0.1 +urllib3==1.26.9 diff --git a/setup.cfg b/setup.cfg index 976ef2f18..2226db7f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,8 +30,8 @@ install_requires = pyparsing>=2.4.7 requests>=2.22 roman_datamodels>=0.12.2 - stcal>=0.7 - stpipe>=0.3.1 + stcal>=0.7.2 + stpipe==0.3.1 [options.extras_require]