Skip to content

Commit d4bd628

Browse files
metadata for release 1.15.1 (B11.0rc2) (#8629)
1 parent c278ed8 commit d4bd628

File tree

5 files changed

+110
-4
lines changed

5 files changed

+110
-4
lines changed

CHANGES.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
1.15.1 (unreleased)
1+
1.15.2 (unreleased)
22
===================
33

44
-
55

6+
1.15.1 (2024-07-08)
7+
===================
8+
9+
ramp_fitting
10+
------------
11+
12+
- Fix bugs in the C algorithm Poisson variance calculation when provided with an average dark current. [stcal#269]
13+
14+
- Use the C extension with multiprocessing. [stcal#268]
15+
616
1.15.0 (2024-06-26)
717
===================
818

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ authors:
7575
given-names: "Maria"
7676
orcid: "https://orcid.org/0000-0003-2314-3453"
7777
title: "JWST Calibration Pipeline"
78-
version: 1.15.0
78+
version: 1.15.1
7979
doi: 10.5281/zenodo.7038885
80-
date-released: 2024-06-26
80+
date-released: 2024-07-08
8181
url: "https://github.com/spacetelescope/jwst"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ the specified context and less than the context for the next release.
216216

217217
| jwst tag | DMS build | SDP_VER | CRDS_CONTEXT | Released | Ops Install | Notes |
218218
|---------------------|-----------|----------|--------------|------------|-------------|-----------------------------------------------|
219+
| 1.15.1 | B11.0rc2 | TBD | 1242 | 2024-07-08 | TBD | Second release candidate for B11.0 |
219220
| 1.15.0 | B11.0rc1 | TBD | 1241 | 2024-06-26 | TBD | First release candidate for B11.0 |
220221
| 1.14.1 | | | 1238 | 2024-06-27 | | PyPI-only release for external users |
221222
| 1.14.0 | B10.2.1 | 2024.1.1 | 1238 | 2024-03-29 | 2024-06-12 | Final release candidate for B10.2.1 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"scikit-image>=0.19",
3535
"scipy>=1.9.3",
3636
"spherical-geometry>=1.2.22",
37-
"stcal>=1.7.1,<1.8.0",
37+
"stcal>=1.7.3,<1.8.0",
3838
"stdatamodels>=2.0.0,<2.1.0",
3939
"stpipe>=0.6.0,<0.7.0",
4040
"stsci.image>=2.3.5",

requirements-sdp.txt

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,98 @@
1414
# conda activate sdp
1515
# pip install -e .[test,sdp]
1616
# pip freeze | grep -v jwst >> requirements-sdp.txt
17+
alabaster==0.7.16
18+
asdf==3.2.0
19+
asdf-astropy==0.6.1
20+
asdf_coordinates_schemas==0.3.0
21+
asdf_standard==1.1.1
22+
asdf_transform_schemas==0.5.0
23+
asdf_wcs_schemas==0.4.0
24+
astropy==6.1.1
25+
astropy-iers-data==0.2024.7.8.0.31.19
26+
attrs==23.2.0
27+
Babel==2.15.0
28+
BayesicFitting==3.2.1
29+
certifi==2024.7.4
30+
charset-normalizer==3.3.2
31+
ci-watson==0.6.2
32+
colorama==0.4.6
33+
contourpy==1.2.1
34+
coverage==7.5.4
35+
crds==11.17.25
36+
cycler==0.12.1
37+
docutils==0.21.2
38+
drizzle==1.15.2
39+
et-xmlfile==1.1.0
40+
filelock==3.15.4
41+
fonttools==4.53.1
42+
future==1.0.0
43+
gwcs==0.21.0
44+
idna==3.7
45+
imageio==2.34.2
46+
imagesize==1.4.1
47+
importlib_metadata==8.0.0
48+
iniconfig==2.0.0
49+
Jinja2==3.1.4
50+
jmespath==1.0.1
51+
jplephem==2.22
52+
jsonschema==4.22.0
53+
jsonschema-specifications==2023.12.1
54+
kiwisolver==1.4.5
55+
lazy_loader==0.4
56+
lxml==5.2.2
57+
MarkupSafe==2.1.5
58+
matplotlib==3.9.1
59+
networkx==3.3
60+
numpy==1.26.4
61+
numpydoc==1.7.0
62+
opencv-python-headless==4.10.0.84
63+
openpyxl==3.1.5
64+
packaging==24.1
65+
Parsley==1.3
66+
photutils==1.13.0
67+
pillow==10.4.0
68+
pluggy==1.5.0
69+
poppy==1.1.1
70+
psutil==6.0.0
71+
pyerfa==2.0.1.4
72+
Pygments==2.18.0
73+
pyparsing==3.1.2
74+
pysiaf==0.22.0
75+
pytest==8.2.2
76+
pytest-cov==5.0.0
77+
pytest-doctestplus==1.2.1
78+
python-dateutil==2.9.0.post0
79+
PyYAML==6.0.1
80+
readchar==4.1.0
81+
referencing==0.35.1
82+
requests==2.32.3
83+
requests-mock==1.12.1
84+
rpds-py==0.19.0
85+
ruff==0.5.1
86+
scikit-image==0.24.0
87+
scipy==1.14.0
88+
semantic-version==2.10.0
89+
six==1.16.0
90+
snowballstemmer==2.2.0
91+
spherical_geometry==1.3.2
92+
Sphinx==7.3.7
93+
sphinxcontrib-applehelp==1.0.8
94+
sphinxcontrib-devhelp==1.0.6
95+
sphinxcontrib-htmlhelp==2.0.5
96+
sphinxcontrib-jsmath==1.0.1
97+
sphinxcontrib-qthelp==1.0.7
98+
sphinxcontrib-serializinghtml==1.1.10
99+
stcal==1.7.3
100+
stdatamodels==2.0.0
101+
stpipe==0.6.0
102+
stsci.image==2.3.9
103+
stsci.imagestats==1.8.3
104+
stsci.stimage==0.2.9
105+
synphot==1.4.0
106+
tabulate==0.9.0
107+
tifffile==2024.7.2
108+
tweakwcs==0.8.7
109+
urllib3==2.2.2
110+
wiimatch==0.3.2
111+
zipp==3.19.2

0 commit comments

Comments
 (0)