Skip to content

Commit

Permalink
Update README and CHANGES for release (#5790)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavies-st authored Feb 26, 2021
1 parent eb34d65 commit f8d9122
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.1 (unreleased)
1.1.0 (2021-02-26)
==================

assign_wcs
Expand All @@ -13,6 +13,12 @@ associations

- Constraint added to Asn_Lv3Coron to remove background exposures [#5781]

extract_1d
----------

- Determine the background using sigma clipping of entire extended region for
extended source IFU data [#5743]

resample
--------

Expand All @@ -26,7 +32,7 @@ resample
assign_mtwcs
------------

- Fixed a bug which caused the step to fail with ``MultiSlitModel`` input. [#JP-1907]
- Fixed a bug which caused the step to fail with ``MultiSlitModel`` input. [#5758]

assign_wcs
----------
Expand Down Expand Up @@ -97,10 +103,6 @@ extract_1d
- Fixed bug in background region fitting for image columns/rows that have zero weight
for all pixels [#5696]

- For extended source IFU data determine the background using sigma clipping of entire extended region [#5743]



group_scale
-----------

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can also install a specific version (from `jwst 0.17.0` onward):

conda create -n <env_name> python
conda activate <env_name>
pip install jwst==1.0.0
pip install jwst==1.1.0

Installing specific versions before `jwst 0.17.0` need to be installed from Github:

Expand Down Expand Up @@ -192,6 +192,7 @@ contact the [JWST Help Desk](https://jwsthelp.stsci.edu).

| jwst tag | DMS build | CRDS_CONTEXT | Date | Notes |
| -------- | --------- | ------------ | ---------- | ----------------------------------------------|
| 1.1.0 | B7.7.1rc2 | 0686 | 02/26/2021 | Second release candidate for B7.7.1 |
| 1.0.0 | B7.7.1rc1 | 0678 | 02/22/2021 | First release candidate for B7.7.1 |
| 0.18.3 | B7.7 | 0670 | 01/25/2021 | Final release candidate for B7.7 |
| 0.18.2 | B7.7rc3 | 0668 | 01/19/2021 | Third release candidate for B7.7 |
Expand Down

0 comments on commit f8d9122

Please sign in to comment.