Skip to content

Commit

Permalink
Prepare master branch for 1.5.0 release (#6828)
Browse files Browse the repository at this point in the history
* prepare master branch for release

* revert to numpy v 1.19

* fix old dependencies

* bump numpy to 1.20
  • Loading branch information
nden authored May 5, 2022
1 parent f90cf19 commit 0b45fa6
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.5.0 (2022-05-02)
1.5.0 (2022-05-05)
==================

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

| jwst tag | DMS build | CRDS_CONTEXT | Date | Notes |
| -------- | --------- | ------------ | ---------- | ----------------------------------------------|
| 1.5.0 | B8.0rc1 | 0821* | 2022-05-04 | First release candidate for B8.0 |
| 1.5.0 | B8.0rc1 | 0821* | 2022-05-05 | First release candidate for B8.0 |
| 1.4.6 | B7.9.3 | 0800 | 2022-03-25 | Final release candidate for B7.9.3 |
| 1.4.5 | B7.9.3rc2 | 0800 | 2022-03-23 | Second release candidate for B7.9.3 |
| 1.4.4 | B7.9.3rc1 | 0800 | 2022-03-16 | First release candidate for B7.9.3 |
Expand Down
72 changes: 72 additions & 0 deletions requirements-sdp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,75 @@
# conda activate sdp
# pip install -e .[test]
# pip freeze | grep -v jwst.git >> requirements-sdp.txt
asdf==2.11.1
asdf-astropy==0.2.1
asdf-coordinates-schemas==0.1.0
asdf-standard==1.0.2
asdf-transform-schemas==0.2.2
asdf-wcs-schemas==0.1.1
astropy==5.0.4
attrs==21.4.0
BayesicFitting==3.0.1
certifi==2021.10.8
charset-normalizer==2.0.12
ci-watson==0.6.1
codecov==2.1.12
colorama==0.4.4
coverage==6.3.2
crds==11.13.1
cycler==0.11.0
drizzle==1.13.4
filelock==3.6.0
flake8==4.0.1
fonttools==4.33.3
future==0.18.2
getch==1.0
gwcs==0.18.1
idna==3.3
imageio==2.19.0
iniconfig==1.1.1
jmespath==1.0.0
jsonschema==4.4.0
kiwisolver==1.4.2
lxml==4.8.0
matplotlib==3.5.2
mccabe==0.6.1
networkx==2.8
numpy==1.22.3
packaging==21.3
Parsley==1.3
photutils==1.4.0
Pillow==9.1.0
pluggy==1.0.0
poppy==1.0.2
psutil==5.9.0
py==1.11.0
pycodestyle==2.8.0
pyerfa==2.0.0.1
pyflakes==2.4.0
pyparsing==3.0.8
pyrsistent==0.18.1
pytest==7.1.2
pytest-cov==3.0.0
pytest-doctestplus==0.12.0
pytest-openfiles==0.5.0
python-dateutil==2.8.2
PyWavelets==1.3.0
PyYAML==6.0
requests==2.27.1
requests-mock==1.9.3
scikit-image==0.19.2
scipy==1.8.0
semantic-version==2.9.0
six==1.16.0
spherical-geometry==1.2.22
stcal==0.6.4
stdatamodels==0.4.2
stpipe==0.3.3
stsci.image==2.3.5
stsci.imagestats==1.6.3
stsci.stimage==0.2.5
tifffile==2022.5.4
tomli==2.0.1
tweakwcs==0.7.4
urllib3==1.26.9
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ install_requires =
asdf>=2.11.1
astropy>=5.0.4
BayesicFitting>=2.7.2
crds>=11.6.0
crds>=11.13.1
drizzle>=1.13.4
gwcs>=0.18.0
jsonschema>=3.0.2
numpy>=1.19
jsonschema>=4.0.1
numpy>=1.20
photutils>=1.4.0
psutil>=5.7.2
poppy>=1.0.2
pyparsing>=2.2.1
requests>=2.22
scikit-image>=0.15.0
scikit-image>=0.17.2
scipy>=1.6.0
spherical-geometry>=1.2.22
stcal>=0.6.4
Expand Down

0 comments on commit 0b45fa6

Please sign in to comment.