Skip to content

Commit

Permalink
Add changelog to docs (spacetelescope#8716)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram authored Aug 27, 2024
2 parents 582dbd9 + f860547 commit 9667e6c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
28 changes: 17 additions & 11 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ cube_build
- Removed direct setting of the ``self.skip`` attribute from within the step
itself. [#8600]

documentation
-------------

- Add changelog to documentation. [#8716]

emicorr
-------

Expand Down Expand Up @@ -1151,7 +1156,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
------
Expand Down Expand Up @@ -1356,7 +1361,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
-----------
Expand Down Expand Up @@ -1758,6 +1763,7 @@ regtest
-------

- Updated input filenames for NIRCam ``wfss_contam`` tests [#7595]

srctype
-------

Expand Down Expand Up @@ -1817,7 +1823,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]

Expand Down Expand Up @@ -2492,7 +2498,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
Expand Down Expand Up @@ -3554,7 +3560,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]

Expand Down Expand Up @@ -3596,7 +3602,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]
Expand Down Expand Up @@ -3690,7 +3696,7 @@ lib
- Move setting of the default method to calc_transforms. [#6482]

linearity
--------
---------

- Use the common code in STCAL for linearity correction. [#6386]

Expand Down Expand Up @@ -4673,7 +4679,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]

Expand Down Expand Up @@ -6292,7 +6298,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
Expand Down Expand Up @@ -7452,7 +7458,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
Expand Down Expand Up @@ -7742,7 +7748,7 @@ csv_tools
---------

cube_build
---------
----------


cube_skymatch
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ Package Documentation
:caption: Package Documentation

jwst/package_index.rst
jwst/changes.rst
7 changes: 7 additions & 0 deletions docs/jwst/changes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. currentmodule:: jwst

***********
Change Log
***********

.. include:: ../../CHANGES.rst

0 comments on commit 9667e6c

Please sign in to comment.