From 05640702068a0aec496c829e3037590a50108e6e Mon Sep 17 00:00:00 2001 From: James Davies Date: Sun, 6 Jun 2021 20:16:22 -0400 Subject: [PATCH] Update CHANGES.rst --- CHANGES.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8f41c55715..e4cd00f996 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,7 +26,7 @@ datamodels - Removed obsolete keyword NDITHPTS and updated attributes for NRIMDTPT [#6083] -- Added units to CombinedSpecModel table output [#6082] +- Added units to ``CombinedSpecModel`` table output [#6082] - Added keywords OSS_VER, DETMODE, CMD_TSEL, NOD_TYPE, and GS_V3_PA to the core schema [#6086] @@ -39,7 +39,7 @@ general - Make CRDS context reporting pytest plugin disabled by default. [#6070] -- Removed all usage of sys.path, in associations and jwst.stpipe [#6098] +- Removed all usage of sys.path, in associations and ``jwst.stpipe`` [#6098] lib --- @@ -47,6 +47,12 @@ lib - Updated set_telescope_pointing to populate ENGQLPTG keyword with new allowed values [#6088] +ramp_fitting +------------ + +- Re-enable multiprocessing in ``RampFitStep`` by moving code back from + stcal package. [#6119] + scripts -------