Skip to content

Commit

Permalink
Metadata updates for 1.17.1 (#9043)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhunkeler authored Jan 3, 2025
1 parent b0c1ee5 commit 7c061e0
Show file tree
Hide file tree
Showing 6 changed files with 101 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
1.17.1 (2025-01-02)
===================

refpix (detector1)
------------------

- Bugfix for the new SIRS reference pixel subtraction. (`#9037
<https://github.com/spacetelescope/jwst/issues/9037>`_)


tweakreg (image3)
-----------------

- Changed the default values for ``sharplo``, ``sharphi``, ``roundlo``, and
``roundhi`` to the values appropriate for the current default algorith for
source finding in the ``tweakreg`` step. (`#9036
<https://github.com/spacetelescope/jwst/issues/9036>`_)


1.17.0 (2024-12-20)
===================

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ authors:
given-names: "Joseph"
orcid: "https://orcid.org/0000-0002-0201-8306"
title: "JWST Calibration Pipeline"
version: 1.17.0
version: 1.17.1
doi: 10.5281/zenodo.7038885
date-released: 2024-12-20
date-released: 2025-01-02
url: "https://github.com/spacetelescope/jwst"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ 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.17.0rc1 | B11.2 | TBD | 1321 | 2024-12-20 | TBD | First release candidate for B11.2 |
| 1.17.1 | B11.2 | TBD | 1321 | 2024-01-02 | TBD | Second release candidate for B11.2 |
| 1.17.0 | B11.2 | TBD | 1321 | 2024-12-20 | TBD | First release candidate for B11.2 |
| 1.16.1 | B11.1.1 | 2024.3.1 | 1303 | 2024-11-13 | 2024-12-06 | Final release candidate for B11.1 |
| 1.16.0 | B11.1 | 2024.3.0 | 1298 | 2024-09-20 | | First release candidate for B11.1 |
| 1.15.1 | B11.0 | 2024.2.2 | 1293 | 2024-07-08 | 2024-09-12 | Final release candidate for B11.0 |
Expand Down
3 changes: 0 additions & 3 deletions changes/9036.tweakreg.rst

This file was deleted.

1 change: 0 additions & 1 deletion changes/9037.refpix.rst

This file was deleted.

78 changes: 78 additions & 0 deletions requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,81 @@
# conda activate sdp
# pip install -e .[test,sdp]
# pip freeze | grep -v jwst >> requirements-sdp.txt
asdf==4.0.0
asdf-astropy==0.7.0
asdf_coordinates_schemas==0.3.0
asdf_standard==1.1.1
asdf_transform_schemas==0.5.0
asdf_wcs_schemas==0.4.0
astropy==7.0.0
astropy-iers-data==0.2024.12.30.0.33.36
attrs==24.3.0
BayesicFitting==3.2.3
certifi==2024.12.14
charset-normalizer==3.4.1
ci_watson==0.8.0
colorama==0.4.6
contourpy==1.3.1
coverage==7.6.10
crds==12.0.9
cycler==0.12.1
drizzle==2.0.0
et_xmlfile==2.0.0
filelock==3.16.1
fonttools==4.55.3
future==1.0.0
gwcs==0.22.1
idna==3.10
imageio==2.36.1
importlib_metadata==8.5.0
iniconfig==2.0.0
jmespath==1.0.1
jplephem==2.22
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
kiwisolver==1.4.8
lazy_loader==0.4
lxml==5.3.0
matplotlib==3.10.0
networkx==3.4.2
numpy==1.26.4
opencv-python-headless==4.10.0.84
openpyxl==3.1.5
packaging==24.2
Parsley==1.3
photutils==2.0.2
pillow==11.1.0
pluggy==1.5.0
poppy==1.1.1
pyerfa==2.0.1.5
pyparsing==3.2.1
pysiaf==0.24.1
pytest==8.3.4
pytest-cov==6.0.0
pytest-doctestplus==1.3.0
python-dateutil==2.9.0.post0
PyYAML==6.0.2
readchar==4.2.1
referencing==0.35.1
requests==2.32.3
requests-mock==1.12.1
rpds-py==0.22.3
ruff==0.8.5
scikit-image==0.25.0
scipy==1.14.1
semantic-version==2.10.0
setuptools==75.6.0
six==1.17.0
spherical_geometry==1.3.2
stcal==1.11.0
stdatamodels==2.2.0
stpipe==0.8.0
stsci.imagestats==1.8.3
stsci.stimage==0.2.9
synphot==1.5.0
tifffile==2024.12.12
tweakwcs==0.8.9
urllib3==2.3.0
wheel==0.45.1
wiimatch==0.3.2
zipp==3.21.0

0 comments on commit 7c061e0

Please sign in to comment.