Skip to content

Commit

Permalink
Prepare for 1.4.2 (#6682)
Browse files Browse the repository at this point in the history
Changes
* Prepare for release 1.4.2
* get the changelog date right
  • Loading branch information
stscieisenhamer authored Jan 20, 2022
1 parent d7f9740 commit c53ca24
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4.2 (Unreleased)
1.4.2 (2022-01-20)
==================

assign_wcs
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ contact the [JWST Help Desk](https://jwsthelp.stsci.edu).

| jwst tag | DMS build | CRDS_CONTEXT | Date | Notes |
| -------- | --------- | ------------ | ---------- | ----------------------------------------------|
| 1.4.2 | B7.9 | 0797 | 2022-01-20 | Third release candidate for B7.9 |
| 1.4.1 | B7.9rc2 | 0786* | 2022-01-15 | Second release candidate for B7.9 |
| 1.4.0 | B7.9rc1 | 0786* | 2022-01-10 | First release candidate for B7.9 |
| 1.3.3 | B7.8.2 | 0764 | 2021-10-05 | Same as 1.3.2, but with installation bug fix |
Expand Down
70 changes: 70 additions & 0 deletions requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,73 @@
# conda activate sdp
# pip install -e .[test]
# pip freeze | grep -v jwst.git >> requirements-sdp.txt
##
# Below settings produced for 1.4.2
#
asdf==2.8.3
asdf-astropy==0.1.2
asdf-coordinates-schemas==0.1.0
asdf-transform-schemas==0.2.0
asdf-wcs-schemas==0.1.1
astropy==5.0
attrs==21.4.0
BayesicFitting==2.8.1
certifi==2021.10.8
charset-normalizer==2.0.10
ci-watson==0.5
codecov==2.1.12
colorama==0.4.4
coverage==6.2
crds==11.6.0
cycler==0.11.0
drizzle==1.13.4
filelock==3.4.2
flake8==4.0.1
fonttools==4.28.5
future==0.18.2
getch==1.0
gwcs==0.18.0
idna==3.3
iniconfig==1.1.1
jmespath==0.10.0
jsonschema==3.2.0
kiwisolver==1.3.2
lxml==4.7.1
matplotlib==3.5.1
mccabe==0.6.1
numpy==1.22.1
packaging==21.3
Parsley==1.3
photutils==1.3.0
Pillow==9.0.0
pluggy==1.0.0
poppy==1.0.1
psutil==5.9.0
py==1.11.0
pycodestyle==2.8.0
pyerfa==2.0.0.1
pyflakes==2.4.0
pyparsing==3.0.6
pyrsistent==0.18.1
pytest==6.2.5
pytest-cov==3.0.0
pytest-doctestplus==0.11.2
pytest-openfiles==0.5.0
python-dateutil==2.8.2
PyYAML==6.0
requests==2.27.1
requests-mock==1.9.3
scipy==1.7.3
semantic-version==2.8.5
six==1.16.0
spherical-geometry==1.2.22
stcal==0.6.0
stdatamodels==0.4.0
stpipe==0.3.1
stsci.image==2.3.5
stsci.imagestats==1.6.3
stsci.stimage==0.2.5
toml==0.10.2
tomli==2.0.0
tweakwcs==0.7.3
urllib3==1.26.8
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_requires =
asdf>=2.8.2
astropy>=5.0.0
BayesicFitting>=2.7.2
crds~=11.6.0
crds>=11.6.0
drizzle>=1.13.4
gwcs>=0.18.0
jsonschema>=3.0.2
Expand Down

0 comments on commit c53ca24

Please sign in to comment.