From f8d9122b78dd4c4f34df5ca0199e0857116ed0a3 Mon Sep 17 00:00:00 2001 From: James Davies Date: Fri, 26 Feb 2021 07:58:20 -0500 Subject: [PATCH] Update README and CHANGES for release (#5790) --- CHANGES.rst | 14 ++++++++------ README.md | 3 ++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0b6da3affb..013b329c87 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -1.0.1 (unreleased) +1.1.0 (2021-02-26) ================== assign_wcs @@ -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 -------- @@ -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 ---------- @@ -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 ----------- diff --git a/README.md b/README.md index bfe0dc22b3..0b8768355c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You can also install a specific version (from `jwst 0.17.0` onward): conda create -n python conda activate - 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: @@ -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 |