From f106f13ee1a48b3b59cbe632eff5630a8d9e6c4f Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 20 Aug 2024 16:08:39 -0400 Subject: [PATCH 1/4] add changelog to docs --- docs/index.rst | 1 + docs/jwst/changes.rst | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/jwst/changes.rst diff --git a/docs/index.rst b/docs/index.rst index a27a560828..431ba0abcb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -78,3 +78,4 @@ Package Documentation :caption: Package Documentation jwst/package_index.rst + jwst/changes.rst diff --git a/docs/jwst/changes.rst b/docs/jwst/changes.rst new file mode 100644 index 0000000000..6529e8d57f --- /dev/null +++ b/docs/jwst/changes.rst @@ -0,0 +1,7 @@ +.. currentmodule:: jwst + +*********** +Change Log +*********** + +.. include:: ../../CHANGES.rst From d7f20aae6564da7c45e9b7024510674431c5a6c2 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 20 Aug 2024 16:17:46 -0400 Subject: [PATCH 2/4] fix errors in changelog formatting --- CHANGES.rst | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index d507be5fe6..5f814aadf6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1138,7 +1138,7 @@ datamodels ---------- - Added support for user-supplied ``group_id`` either via - ``model.meta.group_id`` attribute or as a member of the ASN table. [#7997] + ``model.meta.group_id`` attribute or as a member of the ASN table. [#7997] refpix ------ @@ -1343,7 +1343,7 @@ datamodels documentation ------------- -- Fixed a reference to the ``ramp_fitting` module in the user documentation. [#7898] +- Fixed a reference to the ``ramp_fitting`` module in the user documentation. [#7898] engdb_tools ----------- @@ -1745,6 +1745,7 @@ regtest ------- - Updated input filenames for NIRCam ``wfss_contam`` tests [#7595] + srctype ------- @@ -2479,7 +2480,7 @@ residual_fringe --------------- - Removed reading and saving data as a ModelContainer. Data now read in and saved -as an IFUImageModel. [#7051] + as an IFUImageModel. [#7051] set_telescope_pointing @@ -3541,7 +3542,7 @@ cube_build - Fix incorrect spatial footprint for single band MRS IFU cubes [#6478] dark_current ----------- +------------ - Refactored the code in preparation for moving the code to STCAL. [#6336] @@ -3583,7 +3584,7 @@ datamodels - Added SOSS-specific extraction parameters to core schema; add new datamodel to store SOSS model traces and aperture weights [#6422] -- Added the ``MirLrsPathlossModel`` for use in the ``pathloss` step. [#6435] +- Added the ``MirLrsPathlossModel`` for use in the ``pathloss`` step. [#6435] - Added new column 'reference_order' to 'planned_star_table' in guider_raw and guider_cal schemas [#6368] @@ -3677,7 +3678,7 @@ lib - Move setting of the default method to calc_transforms. [#6482] linearity --------- +--------- - Use the common code in STCAL for linearity correction. [#6386] @@ -4660,7 +4661,7 @@ cube_build appropriate channel/grating is skipped [#5347] - If outlier detection has flagged all the data on a input file as DO_NOT_USE, then - skip the file in creating an ifucube [*5347] + skip the file in creating an ifucube [#5347] - Refactor DataTypes handling of ModelContainer. [#5409] @@ -6279,7 +6280,7 @@ pipeline - ``calwebb_tso3`` was changed to allow processing of exposures with ``EXP_TYPE=MIR_IMAGE.`` [#3633] -- - ``calwebb_tso3`` was changed to allow tso photometry processing of exposures +- ``calwebb_tso3`` was changed to allow tso photometry processing of exposures with (``EXP_TYPE=MIR_IMAGE`` and tsovisit = True) or with (``EXP_TYPE=MIR_IMAGE``) [#3650] - Changed the default value of good_pixel from 4 to 6 for all outlier @@ -7439,7 +7440,7 @@ csv_tools --------- cube_build ---------- +---------- - Removed spaxel.py and replace class with set of arrays [#2472] - reworked in mapping of the detector pixel to the sky spaxel so that consistent @@ -7729,7 +7730,7 @@ csv_tools --------- cube_build ---------- +---------- cube_skymatch From ea6b58dd129c22c85f603748ef10ec4e0ab3a64b Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 20 Aug 2024 16:18:40 -0400 Subject: [PATCH 3/4] add changelog entry --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 5f814aadf6..969acee276 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,6 +23,11 @@ cube_build - Removed direct setting of the ``self.skip`` attribute from within the step itself. [#8600] +documentation +------------- + +- Add changelog to documentation. [#8716] + emicorr ------- From f860547f21cd1fff34f1291a94b1c513264ef61d Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 20 Aug 2024 16:28:41 -0400 Subject: [PATCH 4/4] fix another formatting issue --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 969acee276..51f99afa92 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1810,7 +1810,7 @@ other ----- - Remove use of deprecated ``pytest-openfiles`` plugin. This has been replaced by - catching ``ResourceWarning``s. [#7526] + catching ``ResourceWarning``. [#7526] - Remove use of ``codecov`` package. [#7543]