Skip to content

Commit

Permalink
prepare main branch for 0.7.1 release (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored May 19, 2022
1 parent ace4fd1 commit 40a50b4
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 12 deletions.
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
0.7.1 (Unreleased)
0.7.1 (2022-05-19)
==================

general
-------

Expand All @@ -10,6 +11,10 @@ jump

- Enable multiprocessing in jump detection step. [#503]

linearity
---------

- Account for possible zero frame in linearity [#506]

saturation
----------
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
53 changes: 53 additions & 0 deletions requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 40a50b4

Please sign in to comment.