Skip to content

Commit

Permalink
update metadata for release 1.14.0 (take 3) (#8396)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Mar 29, 2024
1 parent 33fd9fa commit f57f0b0
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

-

1.14.0 (2024-03-28)
1.14.0 (2024-03-29)
===================

ami
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ authors:
title: "JWST Calibration Pipeline"
version: 1.14.0
doi: 10.5281/zenodo.7038885
date-released: 2024-03-28
date-released: 2024-03-29
url: "https://github.com/spacetelescope/jwst"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ the specified context and less than the context for the next release.

| jwst tag | DMS build | SDP_VER | CRDS_CONTEXT | Released | Ops Install | Notes |
|---------------------|-----------|----------|--------------|------------|-------------|-----------------------------------------------|
| 1.14.0 | B10.2rc1 | | 1215 | 2024-03-28 | | First release candidate for B10.2 |
| 1.14.0 | B10.2rc1 | | 1215 | 2024-03-29 | | First release candidate for B10.2 |
| 1.13.4 | | | 1185 | 2024-01-25 | | PyPI-only release for external users |
| 1.13.3 | B10.1 | 2023.4.0 | 1181 | 2024-01-05 | | Final release candidate for B10.1 |
| 1.13.2 | B10.1rc3 | 2023.4.0 | 1181 | 2023-12-21 | | Third release candidate for B10.1 |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"stdatamodels>=1.10.1,<1.11.0",
"stpipe>=0.5.2,<0.6.0",
"stsci.image>=2.3.5",
"stsci.imagestats>=1.6.3",
"stsci.imagestats>=1.6.3,<1.7.0",
"synphot>=1.2",
"tweakwcs>=0.8.6",
"asdf-astropy>=0.3.0",
Expand Down
96 changes: 96 additions & 0 deletions requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,99 @@
# conda activate sdp
# pip install -e .[test,sdp]
# pip freeze | grep -v jwst >> requirements-sdp.txt
alabaster==0.7.16
asdf==3.1.0
asdf-astropy==0.6.0
asdf_coordinates_schemas==0.3.0
asdf_standard==1.1.1
asdf_transform_schemas==0.5.0
asdf_unit_schemas==0.2.0
asdf_wcs_schemas==0.4.0
astropy==6.0.1
astropy-iers-data==0.2024.3.25.0.29.50
attrs==23.2.0
Babel==2.14.0
BayesicFitting==3.2.1
certifi==2024.2.2
charset-normalizer==3.3.2
ci-watson==0.6.2
colorama==0.4.6
contourpy==1.2.0
coverage==7.4.4
crds==11.17.19
cycler==0.12.1
docutils==0.20.1
drizzle==1.15.1
et-xmlfile==1.1.0
filelock==3.13.3
fonttools==4.50.0
future==1.0.0
gwcs==0.21.0
idna==3.6
imageio==2.34.0
imagesize==1.4.1
importlib_metadata==7.1.0
iniconfig==2.0.0
Jinja2==3.1.3
jmespath==1.0.1
jplephem==2.21
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
kiwisolver==1.4.5
lazy_loader==0.3
lxml==5.1.1
MarkupSafe==2.1.5
matplotlib==3.8.3
networkx==3.2.1
numpy==1.26.4
numpydoc==1.7.0
opencv-python-headless==4.9.0.80
openpyxl==3.1.2
packaging==24.0
Parsley==1.3
photutils==1.11.0
pillow==10.2.0
pluggy==1.4.0
poppy==1.1.1
psutil==5.9.8
pyerfa==2.0.1.1
Pygments==2.17.2
pyparsing==3.1.2
pysiaf==0.22.0
pytest==8.1.1
pytest-cov==5.0.0
pytest-doctestplus==1.2.1
python-dateutil==2.9.0.post0
PyYAML==6.0.1
readchar==4.0.6
referencing==0.34.0
requests==2.31.0
requests-mock==1.12.1
rpds-py==0.18.0
ruff==0.3.4
scikit-image==0.22.0
scipy==1.12.0
semantic-version==2.10.0
six==1.16.0
snowballstemmer==2.2.0
spherical-geometry==1.3.1
Sphinx==7.2.6
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
stcal==1.7.0
stdatamodels==1.10.1
stpipe==0.5.2
stsci.image==2.3.5
stsci.imagestats==1.6.3
stsci.stimage==0.2.6
synphot==1.3.post0
tabulate==0.9.0
tifffile==2024.2.12
tweakwcs==0.8.6
urllib3==2.2.1
wiimatch==0.3.2
zipp==3.18.1

0 comments on commit f57f0b0

Please sign in to comment.