Skip to content

Commit

Permalink
metadata for release 1.15.1 (B11.0rc2) (#8629)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett authored Jul 8, 2024
1 parent c278ed8 commit d4bd628
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
1.15.1 (unreleased)
1.15.2 (unreleased)
===================

-

1.15.1 (2024-07-08)
===================

ramp_fitting
------------

- Fix bugs in the C algorithm Poisson variance calculation when provided with an average dark current. [stcal#269]

- Use the C extension with multiprocessing. [stcal#268]

1.15.0 (2024-06-26)
===================

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ authors:
given-names: "Maria"
orcid: "https://orcid.org/0000-0003-2314-3453"
title: "JWST Calibration Pipeline"
version: 1.15.0
version: 1.15.1
doi: 10.5281/zenodo.7038885
date-released: 2024-06-26
date-released: 2024-07-08
url: "https://github.com/spacetelescope/jwst"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +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.15.1 | B11.0rc2 | TBD | 1242 | 2024-07-08 | TBD | Second release candidate for B11.0 |
| 1.15.0 | B11.0rc1 | TBD | 1241 | 2024-06-26 | TBD | First release candidate for B11.0 |
| 1.14.1 | | | 1238 | 2024-06-27 | | PyPI-only release for external users |
| 1.14.0 | B10.2.1 | 2024.1.1 | 1238 | 2024-03-29 | 2024-06-12 | Final release candidate for B10.2.1 |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"scikit-image>=0.19",
"scipy>=1.9.3",
"spherical-geometry>=1.2.22",
"stcal>=1.7.1,<1.8.0",
"stcal>=1.7.3,<1.8.0",
"stdatamodels>=2.0.0,<2.1.0",
"stpipe>=0.6.0,<0.7.0",
"stsci.image>=2.3.5",
Expand Down
95 changes: 95 additions & 0 deletions requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,98 @@
# conda activate sdp
# pip install -e .[test,sdp]
# pip freeze | grep -v jwst >> requirements-sdp.txt
alabaster==0.7.16
asdf==3.2.0
asdf-astropy==0.6.1
asdf_coordinates_schemas==0.3.0
asdf_standard==1.1.1
asdf_transform_schemas==0.5.0
asdf_wcs_schemas==0.4.0
astropy==6.1.1
astropy-iers-data==0.2024.7.8.0.31.19
attrs==23.2.0
Babel==2.15.0
BayesicFitting==3.2.1
certifi==2024.7.4
charset-normalizer==3.3.2
ci-watson==0.6.2
colorama==0.4.6
contourpy==1.2.1
coverage==7.5.4
crds==11.17.25
cycler==0.12.1
docutils==0.21.2
drizzle==1.15.2
et-xmlfile==1.1.0
filelock==3.15.4
fonttools==4.53.1
future==1.0.0
gwcs==0.21.0
idna==3.7
imageio==2.34.2
imagesize==1.4.1
importlib_metadata==8.0.0
iniconfig==2.0.0
Jinja2==3.1.4
jmespath==1.0.1
jplephem==2.22
jsonschema==4.22.0
jsonschema-specifications==2023.12.1
kiwisolver==1.4.5
lazy_loader==0.4
lxml==5.2.2
MarkupSafe==2.1.5
matplotlib==3.9.1
networkx==3.3
numpy==1.26.4
numpydoc==1.7.0
opencv-python-headless==4.10.0.84
openpyxl==3.1.5
packaging==24.1
Parsley==1.3
photutils==1.13.0
pillow==10.4.0
pluggy==1.5.0
poppy==1.1.1
psutil==6.0.0
pyerfa==2.0.1.4
Pygments==2.18.0
pyparsing==3.1.2
pysiaf==0.22.0
pytest==8.2.2
pytest-cov==5.0.0
pytest-doctestplus==1.2.1
python-dateutil==2.9.0.post0
PyYAML==6.0.1
readchar==4.1.0
referencing==0.35.1
requests==2.32.3
requests-mock==1.12.1
rpds-py==0.19.0
ruff==0.5.1
scikit-image==0.24.0
scipy==1.14.0
semantic-version==2.10.0
six==1.16.0
snowballstemmer==2.2.0
spherical_geometry==1.3.2
Sphinx==7.3.7
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.3
stdatamodels==2.0.0
stpipe==0.6.0
stsci.image==2.3.9
stsci.imagestats==1.8.3
stsci.stimage==0.2.9
synphot==1.4.0
tabulate==0.9.0
tifffile==2024.7.2
tweakwcs==0.8.7
urllib3==2.2.2
wiimatch==0.3.2
zipp==3.19.2

0 comments on commit d4bd628

Please sign in to comment.