diff --git a/CHANGES.rst b/CHANGES.rst index e2835bfcc8..667c91a244 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -1.4.1 (unreleased) +1.4.1 (2022-01-15) ================== dark_current @@ -16,6 +16,10 @@ jump - Added docs mention of external algorithm in ``stcal`` [#6566] +- Fix issue in jump detection that occurred when there were only 2 usable + differences with no other groups flagged. This PR also added tests and + fixed some of the logging statements in two-point difference. [spacetelescope/stcal#74] + linearity --------- @@ -181,7 +185,7 @@ datamodels for calls to create_history_entry [#6537] - Added keyword EXP_TYPE to PsfMaskModel schema [#6540] - + - Updated FILTEROFFSET reference file docs to add NIRCam information. [#6541] dark_current diff --git a/README.md b/README.md index 3b268b0a7e..7c4c343dad 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ![STScI Logo](docs/_static/stsci_logo.png) -**JWST requires Python 3.7 or above and a C compiler for dependencies.** +**JWST requires Python 3.8 or above and a C compiler for dependencies.** **Linux and MacOS platforms are tested and supported. Windows is not currently supported.** @@ -69,7 +69,7 @@ Github master branch: conda create -n python conda activate pip install git+https://github.com/spacetelescope/jwst - + ### Installing a DMS Operational Build @@ -188,6 +188,7 @@ contact the [JWST Help Desk](https://jwsthelp.stsci.edu). | jwst tag | DMS build | CRDS_CONTEXT | Date | Notes | | -------- | --------- | ------------ | ---------- | ----------------------------------------------| +| 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 | | 1.3.2 | B7.8.2 | 0764 | 2021-09-03 | Final release candidate for B7.8.2 | diff --git a/setup.cfg b/setup.cfg index c5a59189c2..b5db398000 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,8 +18,7 @@ classifiers = Operating System :: POSIX Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.7 - Programming Language :: Python :: 3.8 + Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 [options]