Skip to content

Commit

Permalink
metadata for release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Jan 4, 2023
1 parent 610a07a commit 8180bcc
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1.9.2 (unreleased)
==================

-
- pinned ``scipy`` below ``1.10.0`` [#7420]

1.9.1 (2023-01-03)
==================
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ authors:
given-names: "Thomas"
orcid: "https://orcid.org/0000-0002-0012-2142"
title: "JWST Calibration Pipeline"
version: 1.9.0
version: 1.9.2
doi: 10.5281/zenodo.7038885
date-released: 2022-12-27
date-released: 2022-01-04
url: "https://github.com/spacetelescope/jwst"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ contact the [JWST Help Desk](https://jwsthelp.stsci.edu).

| jwst tag | DMS build | SDP_VER | CRDS_CONTEXT<br>(JWST OPS) | CRDS_CONTEXT<br>(JWST PUB) | Date | Notes |
|---------------------|-----------|----------|----------------------------|----------------------------|------------|-----------------------------------------------|
| 1.9.2 | B9.1 | 2022.4.0 | N/A | 1027 | 2022-01-04 | Second release candidate for B9.1 (hotfix) |
| 1.9.1 | B9.1 | 2022.4.0 | N/A | 1027 | 2022-01-03 | Second release candidate for B9.1 |
| 1.9.0 | B9.1 | 2022.4.0 | N/A | 1023 | 2022-12-27 | First release candidate for B9.1 |
| 1.8.5 | B9.0 | 2022.4.0 | N/A | 1019 | 2022-12-12 | Documentation patch release for B9.0 |
| 1.8.4 | B9.0 | 2022.4.0 | N/A | 1004 | 2022-11-16 | Final release candidate for B9.0 |
Expand Down
76 changes: 75 additions & 1 deletion requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,78 @@
# conda create -n sdp python -y
# conda activate sdp
# pip install -e .[test]
# pip freeze | grep -v jwst >> requirements-sdp.txt
# pip freeze | grep -v jwst >> requirements-sdp.txt
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
attrs==22.2.0
BayesicFitting==3.0.1
certifi==2022.12.7
charset-normalizer==2.1.1
ci-watson==0.6.1
codecov==2.1.12
colorama==0.4.6
contourpy==1.0.6
coverage==7.0.2
crds==11.16.17
cycler==0.11.0
drizzle==1.13.6
exceptiongroup==1.1.0
filelock==3.9.0
fonttools==4.38.0
future==0.18.2
gwcs==0.18.3
idna==3.4
imageio==2.23.0
importlib-metadata==6.0.0
iniconfig==1.1.1
jmespath==1.0.1
jsonschema==4.17.3
kiwisolver==1.4.4
lxml==4.9.2
matplotlib==3.6.2
networkx==2.8.8
numpy==1.24.1
packaging==22.0
Parsley==1.3
photutils==1.6.0
Pillow==9.4.0
pluggy==1.0.0
poppy==1.0.3
psutil==5.9.4
pyerfa==2.0.0.1
pyparsing==3.0.9
pyrsistent==0.19.3
pytest==7.2.0
pytest-cov==4.0.0
pytest-doctestplus==0.12.1
pytest-openfiles==0.5.0
python-dateutil==2.8.2
PyWavelets==1.4.1
PyYAML==6.0
readchar==4.0.3
requests==2.28.1
requests-mock==1.10.0
ruff==0.0.209
scikit-image==0.19.3
scipy==1.9.3
semantic-version==2.10.0
six==1.16.0
spherical-geometry==1.2.23
stcal==1.3.1
stdatamodels==0.4.4
stpipe==0.4.5
stsci.image==2.3.5
stsci.imagestats==1.6.3
stsci.stimage==0.2.6
tifffile==2022.10.10
tomli==2.0.1
tweakwcs==0.8.1
urllib3==1.26.13
wiimatch==0.3.1
zipp==3.11.0

0 comments on commit 8180bcc

Please sign in to comment.