Skip to content

Commit

Permalink
Prepare changelog for release (#6574)
Browse files Browse the repository at this point in the history
* prepare changelog for release

* fix typo
  • Loading branch information
nden authored Jan 15, 2022
1 parent f3ca31a commit bbe5dbe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.4.1 (unreleased)
1.4.1 (2022-01-15)
==================

dark_current
Expand All @@ -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
---------

Expand Down Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down Expand Up @@ -69,7 +69,7 @@ Github master branch:
conda create -n <env_name> python
conda activate <env_name>
pip install git+https://github.com/spacetelescope/jwst


### Installing a DMS Operational Build

Expand Down 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.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 |
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bbe5dbe

Please sign in to comment.