JWSTDP-1.20.0-5-py311-macos-arm64
Conda is required to manage installation of the delivery environment.
A fresh installation of Miniforge3 is not required for each JWSTDP
delivery, however. An existing conda installation may be used. The
method described here allows for multiple entirely separate pipeline
installations.
A POSIX-compatible shell (e.g. bash) is required for all
steps below. Python dependencies are taken directly from PyPI or
development repositories as needed, so conda's ability to install hybrid
conda/pip environments from a YAML specification is used. This requires
first downloading the specification file and then creating the
environment with it.
Installing Conda
If conda is not available on the target system, it will need to be
installed and configured before the delivery environment can be
installed.
For detailed instructions of this step, please visit: https://conda.io/projects/conda/en/latest/user-guide/install/index.html
Miniforge3:
wget https://github.com/conda-forge/miniforge/releases/download/24.9.0-0/Miniforge3-24.9.0-0-MacOSX-arm64.sh
bash Miniforge3-24.9.0-0-MacOSX-arm64.sh
$HOME/Miniforge3/condabin/conda init
Installing JWSTDP
Option 1: Install this
delivery
conda env create \
--file https://ssb.stsci.edu/stasis/releases/jwst/JWSTDP-1.20.0/delivery/JWSTDP-1.20.0-5-py311-macos-arm64.yml
Activate this delivery
conda activate JWSTDP-1.20.0-5-py311-macos-arm64
Option 2: Install the
latest delivery
Warning: The latest URL may provide
software different than what is presented by the release notes section
below!
conda env create \
--name JWSTDP-latest-py311 \
--file https://ssb.stsci.edu/stasis/releases/jwst/JWSTDP-1.20.0/delivery/latest-py311-macos-arm64.yml
Activate the latest delivery
conda activate JWSTDP-latest-py311
Each new delivery iteration will need to be installed using one of
the above commands.
Software Release Notes
jwst
What's Changed
- Prepare for post-1.17.0 development by @tapastro in https://github.com/spacetelescope/jwst/pull/9025
- JP-3784: Fix off-nominal pixel_replace and cube_build output names
by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9019
- Add suffix for SIRS refpix output so it can be okified by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9027
- Bugfix for SIRS reference pixel subtraction by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9037
- JP-3664: Fix pixel replace numpy 2.0 issues by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9004
- Update CRDS cache workflow usage to reduce random failures by
@braingram in https://github.com/spacetelescope/jwst/pull/9040
- JP-3834: Update default values for the source finding in tweakreg to
match the algorithm by @mcara in https://github.com/spacetelescope/jwst/pull/9036
- Metadata updates for 1.17.1 by @jhunkeler in https://github.com/spacetelescope/jwst/pull/9043
- Fix GWCS failures due to the API spring cleaning PR by
@WilliamJamieson in https://github.com/spacetelescope/jwst/pull/8965
- try to ignore requirements-sdp.txt for dependabot by @braingram in
https://github.com/spacetelescope/jwst/pull/9051
- JP-3822: restructure outlier detection unit tests by @emolter in https://github.com/spacetelescope/jwst/pull/9052
- JP-3794: Add trace-based extraction option for NIRSpec by @hayescr
in https://github.com/spacetelescope/jwst/pull/9022
- Update CODEOWNERS and remove unused files by @braingram in https://github.com/spacetelescope/jwst/pull/9055
- Update MRS photom documentation by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9065
- JP-3840: Include gwcs install warning and stasis install details by
@tapastro in https://github.com/spacetelescope/jwst/pull/9066
- Fix extract_1d unit test failure under numpy 2 by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9069
- JP-1649: Add option for user-defined sky levels in skymatch by
@emolter in https://github.com/spacetelescope/jwst/pull/9053
- JP-3838: Update README description of CRDS setup by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9078
- JP-3769: Add code style F, E, W rules by @emolter in https://github.com/spacetelescope/jwst/pull/9076
- JP-3755: Remove unused options and add unit tests to SOSS extraction
algorithm by @emolter in https://github.com/spacetelescope/jwst/pull/9000
- remove no longer needed warning filter by @braingram in https://github.com/spacetelescope/jwst/pull/9084
- JP-3829: Add flat handling to clean_flicker_noise by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9064
- Convert np.int to int for logging in numpy 2 by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9101
- JP-3664: Testing changes for numpy 2.0 compatibility by @tapastro in
https://github.com/spacetelescope/jwst/pull/8718
- JP-3769: Style rules example case by @emolter in https://github.com/spacetelescope/jwst/pull/9081
- Fix msa frame transform for opaque images by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9102
- build sdist with python 3.13 (point to workflow fork) by @braingram
in https://github.com/spacetelescope/jwst/pull/9106
- Move mypy type hint checking into pre-commit by @emolter in https://github.com/spacetelescope/jwst/pull/9108
- JP-3862: Apply code style to pixel_replace module by @tapastro in https://github.com/spacetelescope/jwst/pull/9107
- JP-3851: Remove fits_generator by @emolter in https://github.com/spacetelescope/jwst/pull/9111
- Remove unused .flake8 config file by @emolter in https://github.com/spacetelescope/jwst/pull/9115
- Add Codespell to pre-commit by @emolter in https://github.com/spacetelescope/jwst/pull/9097
- Fix sonar scan failures on AMI changes by @emolter in https://github.com/spacetelescope/jwst/pull/9112
- Emicorr speedup by @t-brandt in https://github.com/spacetelescope/jwst/pull/9077
- Style fixes for assign_mtwcs by @emolter in https://github.com/spacetelescope/jwst/pull/9113
- JP-251: Optimal extraction support for MIRI LRS by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/8967
- JP-3859: Apply code style to clean_flicker_noise and nsclean by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9114
- drop support for python 3.10 by @braingram in https://github.com/spacetelescope/jwst/pull/9116
- Fix code style in outlier detection by @emolter in https://github.com/spacetelescope/jwst/pull/9127
- JP-3777: Select first and last groups in ramp fitting by @stscirij
in https://github.com/spacetelescope/jwst/pull/9095
- JP-3697: Jump Step Refactor by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9039
- Remove tomli, no longer relevant for 3.11 by @emolter in https://github.com/spacetelescope/jwst/pull/9133
- set stcal to main, allow python 3.13 by @braingram in https://github.com/spacetelescope/jwst/pull/9105
- JP-3859: Apply code style rules to msaflagopen by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9124
- Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot[bot] in
https://github.com/spacetelescope/jwst/pull/9134
- Bump OpenAstronomy/github-actions-workflows from 1.15.0 to 1.16.0 by
@dependabot[bot] in https://github.com/spacetelescope/jwst/pull/9135
- JP-3116: Do not create observation-only Level 2 associations if part
of a background candidate by @tapastro in https://github.com/spacetelescope/jwst/pull/9098
- Add line length ignores for spec strings by @emolter in https://github.com/spacetelescope/jwst/pull/9139
- Apply code style rules to source_catalog by @emolter in https://github.com/spacetelescope/jwst/pull/9138
- Fix formatting error by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9142
- replace usage of
random.random() with
np.random.random() by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9137
- JP-3796: Scale barshadow correction to long slits by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9085
- JP-3827: Remove unused error from ramp data by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9109
- Apply code style rules to tweakreg by @emolter in https://github.com/spacetelescope/jwst/pull/9130
- Apply code style rules to badpix_selfcal by @emolter in https://github.com/spacetelescope/jwst/pull/9140
- JP-3830: MRS residual cosmic ray shower straylight correction by
@drlaw1558 in https://github.com/spacetelescope/jwst/pull/9126
- Apply code style rules to datamodels submodule by @emolter in https://github.com/spacetelescope/jwst/pull/9131
- Apply code style rules to stpipe by @emolter in https://github.com/spacetelescope/jwst/pull/9150
- Correct error in MSA metadata coordinate description by @hayescr in
https://github.com/spacetelescope/jwst/pull/9154
- Apply code style rules to wfss_contam by @emolter in https://github.com/spacetelescope/jwst/pull/9151
- Apply basic code style changes to lastframe step by @jemorrison in
https://github.com/spacetelescope/jwst/pull/9147
- Replace hidden wcs pipeline attribute with public one by @emolter in
https://github.com/spacetelescope/jwst/pull/9165
- Apply code style rules to soss_extract by @emolter in https://github.com/spacetelescope/jwst/pull/9156
- Xfail test_fgs_guider until CRDS files are repaired by @tapastro in
https://github.com/spacetelescope/jwst/pull/9169
- Update codestyle for first frame step by @jemorrison in https://github.com/spacetelescope/jwst/pull/9170
- JP-3859: Apply code style rules to combine_1d by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9121
- JP-3859: Apply code style rules to master_background by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9123
- Apply code style rules to model_blender by @emolter in https://github.com/spacetelescope/jwst/pull/9157
- JP-3856: Style Updates for Group Scale by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9163
- JP-3856: Code Style Updates to Jump Step by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9159
- JP-3856: Style Updates for Ramp Fitting by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9158
- JP-3855: Style Updates for DQ init by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9161
- JP-3856: Style Updates for Charge Migration by @kmacdonald-stsci in
https://github.com/spacetelescope/jwst/pull/9162
- increase minimum version of asdf-astropy by @braingram in https://github.com/spacetelescope/jwst/pull/9177
- JP-3765: Update documentation of ramp fitting step arguments by
@drlaw1558 in https://github.com/spacetelescope/jwst/pull/9176
- JP-3859: Apply code style rules to wavecorr by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9128
- Move common resample code to stcal by @mcara in https://github.com/spacetelescope/jwst/pull/8986
- JP-3879: Fix resample failure to ingest single datamodels from file
by @emolter in https://github.com/spacetelescope/jwst/pull/9183
- JP-3856: Style Updates for Gain Scale by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9164
- JP-3786: Remove hard assigning NON_SCIENCE to DO_NOT_USE in
flatfield by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9174
- Fix a bug in resampled_wcs_from_models by @mcara in https://github.com/spacetelescope/jwst/pull/9186
- Apply code style rules to pipelines by @emolter in https://github.com/spacetelescope/jwst/pull/9144
- Use skymatch from stcal by @WilliamJamieson in https://github.com/spacetelescope/jwst/pull/8901
- Fix unsafe initialization of CubeModel from ImageModel by @emolter
in https://github.com/spacetelescope/jwst/pull/9192
- JP-3815: Add support for selecting a list of slit names or source
ids… by @stscirij in https://github.com/spacetelescope/jwst/pull/9171
- Document crpix convention for resample step by @mcara in https://github.com/spacetelescope/jwst/pull/9195
- Apply code style checks to skymatch step by @emolter in https://github.com/spacetelescope/jwst/pull/9202
- JP-3852 and JP-3853: Fix imprint associations for NRS IFU by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9190
- Document image group usage for sky matching by @mcara in https://github.com/spacetelescope/jwst/pull/9080
- Fix test for custom WCS for imaging by @mcara in https://github.com/spacetelescope/jwst/pull/9017
- JP-3861: Apply code style changes for pathloss step by @stscirij in
https://github.com/spacetelescope/jwst/pull/9203
- use astropy for interpret_bit_flags by @braingram in https://github.com/spacetelescope/jwst/pull/9212
- JP-3808: Store scaling factor for WFSS data in background step by
@emolter in https://github.com/spacetelescope/jwst/pull/9204
- JP-3744: set outlier step default to in-memory processing by
@emolter in https://github.com/spacetelescope/jwst/pull/9214
- JP-3812: Add output_ext documentation by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9224
- replace uses of DataModel.write with save by @braingram in https://github.com/spacetelescope/jwst/pull/9219
- JP-3859: Apply code style rules to extract_1d by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9194
- JP-3862: Clean up guider_cds step for code style and CRDS
inconsistencies by @tapastro in https://github.com/spacetelescope/jwst/pull/9141
- Fix interpolated flat suffix in MOS/FS case by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9209
- JP-3897: Fix bad input type to median computation for cubemodels in
outlier detection by @emolter in https://github.com/spacetelescope/jwst/pull/9227
- JP-3858-exp_to_source by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9201
- JP-3691: Add links to JDox by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9228
- JP-3773: Store logs from calibration pipeline in datamodel by
@braingram in https://github.com/spacetelescope/jwst/pull/9211
- test with latest supported Python version by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9217
- Remove mention of unused SOSS reference files in docs by @emolter in
https://github.com/spacetelescope/jwst/pull/9041
- JP-3811: Update imprint documentation to mention association input
by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9222
- Apply basic code style checks to test configuration files by
@emolter in https://github.com/spacetelescope/jwst/pull/9146
- Fix inaccurate warning message for median_error computation by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9247
- JP-3608: Document slit low/high parameters by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9223
- JP-3789 Add more FITS comparison support for regression tests by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9082
- JP-3790 add residual fringe correction to extract1d table by
@jemorrison in https://github.com/spacetelescope/jwst/pull/9073
- JP-3858-superbias by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9232
- JP-3848 MIRI LRS s_region and resample WCS by @jemorrison in https://github.com/spacetelescope/jwst/pull/9193
- mention cal_logs in docs by @braingram in https://github.com/spacetelescope/jwst/pull/9257
- JP-3858-srctype by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9239
- JP-3858-white_light by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9241
- Add flexible log_watcher fixture by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9262
- JP-3790: apply aperture correction of residual fringe corrected data
by @jemorrison in https://github.com/spacetelescope/jwst/pull/9260
- JP-3915: Bugfix to SIRS kernel subtraction by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9267
- Apply code style rules to resample by @emolter in https://github.com/spacetelescope/jwst/pull/9248
- JP-3857 update reset step to new code style rules by @jemorrison in
https://github.com/spacetelescope/jwst/pull/9264
- JP-3896: Deprecate or remove various assign_wcs utility functions by
@emolter in https://github.com/spacetelescope/jwst/pull/9221
- JP-3597: Add new algorithm for EMI fit; clean up existing code by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9216
- JP-3913: Add sirskernel to refpix reference types by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9261
- Import stdatamodels warnings from new exceptions namespace by
@emolter in https://github.com/spacetelescope/jwst/pull/9280
- JP-3917: Apply code style rules to engdblog by @pllim in https://github.com/spacetelescope/jwst/pull/9276
- JP-3860: Apply code style rules to assign_wcs by @emolter in https://github.com/spacetelescope/jwst/pull/9255
- Jp 3861 refpix style by @stscirij in https://github.com/spacetelescope/jwst/pull/9234
- JP-3500: Associate pure parallel WFSS grism images with long wave
direct images by @tapastro in https://github.com/spacetelescope/jwst/pull/9277
- JP-3914: Catch incomplete extraction gracefully by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9266
- actually remove script as followup to #8957 by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9289
- JP-3901: Enable Detector1Pipeline processing of DHS data by
@tapastro in https://github.com/spacetelescope/jwst/pull/9243
- JP-3900: Tests, clean up, and code style for residual_fringe by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9242
- JP-3901: Bugfix and regression coverage by @tapastro in https://github.com/spacetelescope/jwst/pull/9304
- metadata for
1.18.0rc1 by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9306
- include residual fringe test files in package data by @braingram in
https://github.com/spacetelescope/jwst/pull/9316
- Update suggested milestone in PR template by @pllim in https://github.com/spacetelescope/jwst/pull/9318
- JP-3858-tso_photometry by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9294
- JP-3946: Exorcise DeprecationWarning in test suite by @pllim in https://github.com/spacetelescope/jwst/pull/9317
- Move change log instructions to readme by @pllim in https://github.com/spacetelescope/jwst/pull/9321
- JP-3861: Code style changes for extract_2d step by @stscirij in https://github.com/spacetelescope/jwst/pull/9305
- JP-3686: Test using source catalog output as tweakreg abs_refcat by
@emolter in https://github.com/spacetelescope/jwst/pull/9301
- JP-3858-wfs_combine by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9307
- JP-3909: Apply fringe flat and MRS IFU time-dependent correction to
VAR arrays by @pllim in https://github.com/spacetelescope/jwst/pull/9320
- JP-3872: Remove deprecated resample utilities by @emolter in https://github.com/spacetelescope/jwst/pull/9322
- JP-3937: Use isinstance instead of model_type for type checking
datamodels by @emolter in https://github.com/spacetelescope/jwst/pull/9327
- JP-3903: Updating Jump Step Documentation to Include Keyword
Information by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9293
- update verify_install to not use pytest by @braingram in https://github.com/spacetelescope/jwst/pull/9297
- JP-3953: Extrapolate barshadow correction to cover wavelength gaps
by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9326
- Revise phrasing for specific reviews in PR task list by @pllim in https://github.com/spacetelescope/jwst/pull/9328
- Fix inadvertent removal of all by @stscirij in https://github.com/spacetelescope/jwst/pull/9338
- Remove reference to ERR in ramp docs by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9343
- JP-3947 Fix MIRI LRS Flux error by @jemorrison in https://github.com/spacetelescope/jwst/pull/9337
- Clarify when to use closes in PR template by @pllim in https://github.com/spacetelescope/jwst/pull/9345
- Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot[bot] in
https://github.com/spacetelescope/jwst/pull/9351
- JP-3795: Target group association fixes by @melanieclarke in https://github.com/spacetelescope/jwst/pull/8943
- JP-3630: Add slit-specific processing metadata by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9254
- JP-3857 rscd code style updates by @jemorrison in https://github.com/spacetelescope/jwst/pull/9275
- Small update to outlier_detection docs by @ianyuwong in https://github.com/spacetelescope/jwst/pull/9355
- JP-3871 and JP-3676: Removes "OLS" and "GLS" Code from Ramp Fitting
by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9332
- JP-3978: Allow unequal number of target and psf exposures in
calwebb_ami3 by @tapastro in https://github.com/spacetelescope/jwst/pull/9361
- TST: Delete unused jwst/lib/tests/stp_v1.py by @pllim in https://github.com/spacetelescope/jwst/pull/9366
- JP-3958: Provide subarray to WFSS spec2 association for image member
name generation by @tapastro in https://github.com/spacetelescope/jwst/pull/9334
- Revert addition of G004 from PR 9276 by @pllim in https://github.com/spacetelescope/jwst/pull/9367
- JP-3912: Modify some tests for steps that are skipped by default by
@stscirij in https://github.com/spacetelescope/jwst/pull/9364
- update readme for new regtests by @braingram in https://github.com/spacetelescope/jwst/pull/9370
- JP-3912: Fix imatch test by @stscirij in https://github.com/spacetelescope/jwst/pull/9373
- JP-3775: Test ci_watson resource_tracker implementation by @tapastro
in https://github.com/spacetelescope/jwst/pull/9357
- JP-3982: numpy 2.3.0 accommodation by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9376
- JP-3917: Apply code style rules to lib by @pllim in https://github.com/spacetelescope/jwst/pull/9283
- MNT: Forward-port of PR 9374 and PR 9379 (Metadata release 1.18.0)
by @pllim in https://github.com/spacetelescope/jwst/pull/9382
- remove
requirements-sdp.txt by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9386
- BUG: Fix is_nrs_msaspec_flatlamp and remove redundant if-else in
gs_position_acq by @pllim in https://github.com/spacetelescope/jwst/pull/9389
- JP-3982: Ignore fitsdiffs for atoca spectra by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9388
- JP-3923: Localize test warnings (try 2), fix test data packaging,
misc test clean-ups by @pllim in https://github.com/spacetelescope/jwst/pull/9381
- TST: Enable CI for backport PR by @pllim in https://github.com/spacetelescope/jwst/pull/9392
- JP-3857 Code Style changes for linearity step by @jemorrison in https://github.com/spacetelescope/jwst/pull/9368
- JP-3956: Fix error propagation for inverse steps (photom, flatfield)
by @pllim in https://github.com/spacetelescope/jwst/pull/9356
- JP-3858 background by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9359
- JP-3905 add option to save shower model in straylight step for MIRI
MRS data by @jemorrison in https://github.com/spacetelescope/jwst/pull/9378
- JP-3855 Update code style for spectral_leak step by @jemorrison in
https://github.com/spacetelescope/jwst/pull/9395
- JP-3916: Accounting for bias in group 2 saturation flagging by
@hayescr in https://github.com/spacetelescope/jwst/pull/9302
- Update docs to reflect correct definition for pixel scale ratio by
@mcara in https://github.com/spacetelescope/jwst/pull/9403
- JP-3952: Fix log message for assign_wcs get_open_slits by @emolter
in https://github.com/spacetelescope/jwst/pull/9410
- Setting wavelength extension for LRS slit in assign_wcs by
@taylorbell57 in https://github.com/spacetelescope/jwst/pull/9372
- JP-3857 cube build code style changes by @jemorrison in https://github.com/spacetelescope/jwst/pull/9347
- JP-3857 Saturation code style changes by @jemorrison in https://github.com/spacetelescope/jwst/pull/9405
- JP-3857_straylight_code_style by @jemorrison in https://github.com/spacetelescope/jwst/pull/9407
- JP-3989 cube build bug by @jemorrison in https://github.com/spacetelescope/jwst/pull/9416
- Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot[bot] in
https://github.com/spacetelescope/jwst/pull/9420
- [SCSB-205]
project.license.file ->
project.license-files by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9422
- Set stpipe dependence to github main by @stscirij in https://github.com/spacetelescope/jwst/pull/9421
- Fix logging message in NIRSpec assign_wcs and turn all invalid
interval warning into error by @pllim in https://github.com/spacetelescope/jwst/pull/9412
- JP-3858-scripts by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9290
- JP-3862: Associations code style by @tapastro in https://github.com/spacetelescope/jwst/pull/9393
- Shared utilities for saving multiple spectra in a flat format by
@emolter in https://github.com/spacetelescope/jwst/pull/9418
- JP-3862: Fix Path methods issue found by sonarscan by @tapastro in
https://github.com/spacetelescope/jwst/pull/9427
- JP-3899: Remove cube_skymatch by @emolter in https://github.com/spacetelescope/jwst/pull/9426
- MNT: Delete test notebooks by @pllim in https://github.com/spacetelescope/jwst/pull/9428
- Follow up of JP-3917: Apply code style rules to lib by @pllim in https://github.com/spacetelescope/jwst/pull/9423
- DOC: Fix association doc references, general doc updates by @pllim
in https://github.com/spacetelescope/jwst/pull/9408
- JP-3810: Add tests, fix bugs, remove unused code for AMI module by
@emolter in https://github.com/spacetelescope/jwst/pull/9263
- JP-3988: Enhance the table reports for STFITSDiff by @penaguerrero
in https://github.com/spacetelescope/jwst/pull/9413
- JP-3986 - Add tests for persistence step by @stscirij in https://github.com/spacetelescope/jwst/pull/9419
- JP-3810: Patch AMI bugs by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9434
- JP-3861: Persistence style updates by @stscirij in https://github.com/spacetelescope/jwst/pull/9390
- JP-3941: Refactor white_light to get correct time stamps and
spectral orders for NIRISS by @emolter in https://github.com/spacetelescope/jwst/pull/9431
- JP-3775: Expand usage of resource_tracker for benchmarking by
@tapastro in https://github.com/spacetelescope/jwst/pull/9433
- JP-3908: Incorporate stfitsdiff into regression tests by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9414
- Minor clean up by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9444
- JP-3776: Improve AmiAnalyze memory usage by @emolter in https://github.com/spacetelescope/jwst/pull/9442
- JP-3949: Subclass CRDS to take advantage of lazy-loading of metadata
by @emolter in https://github.com/spacetelescope/jwst/pull/9429
- JP-3861: Style formats for the coron package by @stscirij in https://github.com/spacetelescope/jwst/pull/9432
- JP-3939: Add BJD_TDB to white light output table by @emolter in https://github.com/spacetelescope/jwst/pull/9445
- TST: xpass is now a failure by @pllim in https://github.com/spacetelescope/jwst/pull/9458
- Separate nsclean tests from standard runs by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9453
- Fix style in dark_current by @nden in https://github.com/spacetelescope/jwst/pull/9457
- JP-3810 followup: small clean-up tasks in AMI module by @emolter in
https://github.com/spacetelescope/jwst/pull/9441
- JP-3859: Style updates for flat_field by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9464
- Fix refpix log messages by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9478
- JP-3917: Style fix for mrs_imatch by @pllim in https://github.com/spacetelescope/jwst/pull/9474
- Photom style by @stscirij in https://github.com/spacetelescope/jwst/pull/9466
- adding missing argument irs2_mean_subtraction to refpix
documentation by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9477
- adding max and min values for files a and b in table comparison by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9473
- JP-3857 Fringe Step code style changes by @jemorrison in https://github.com/spacetelescope/jwst/pull/9476
- JP-3906: Support extrapolation of dark files to match arbitrary
science input size by @tapastro in https://github.com/spacetelescope/jwst/pull/9468
- Added ATOCA description to extract1d RtD page by @hover2pi in https://github.com/spacetelescope/jwst/pull/9484
- JP-3895: Adding support for BUNIT!=MJy/sr to tso_photometry by
@taylorbell57 in https://github.com/spacetelescope/jwst/pull/9299
- Atoca utils test should use numpy isclose by @emolter in https://github.com/spacetelescope/jwst/pull/9492
- JP-1028: Propagate slit name through NIRSpec WCS by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9404
- Replace mentions of WebbPSF with STPSF by @emolter in https://github.com/spacetelescope/jwst/pull/9497
- TST: Refactor test_associations_sdp_pools by @pllim in https://github.com/spacetelescope/jwst/pull/9470
- JP-4016: Fix crashes when max grid size is reached by ATOCA by
@emolter in https://github.com/spacetelescope/jwst/pull/9491
- Remove handling for deprecation warnings by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9498
- JP-3841: Flat spectral table for TSO by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9430
- JP-3837: Allow NIRCam image to match subarray in photom table by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9485
- Test msaflagopen with custom assign_wcs ref file by @nden in https://github.com/spacetelescope/jwst/pull/9495
- coverage: omit config[-3].py files by @jhunkeler in https://github.com/spacetelescope/jwst/pull/9512
- stfitsdiff bug in comparison of header keywords and comments by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9500
- JP-3940: Change EMIcorr default algorithm by @drlaw1558 in https://github.com/spacetelescope/jwst/pull/9510
- Ignore custom ref files in fitsdiff by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9513
- JP-3923: Hide benign runtime warnings by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9490
- JP-4021: Fix a bug where insufficient valid background pixels case
was not caught for WFSS background step by @emolter in https://github.com/spacetelescope/jwst/pull/9507
- JP-3765: Add regression tests for likelihood algorithm by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9509
- JP-3873: Expand hard-coded NIRSpec wavelength range by @hayescr in
https://github.com/spacetelescope/jwst/pull/9314
- JP-3116: Use duplication checking to prevent undesirable
associations in DMS operations by @tapastro in https://github.com/spacetelescope/jwst/pull/9501
- Ignore WCS computation warning in regtest by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9518
- TST: Move association pool regtest truth to somewhere more intuitive
(for real) by @pllim in https://github.com/spacetelescope/jwst/pull/9521
- TST: New sdp_pool_copy okify_op just for SDP pools regtests by
@pllim in https://github.com/spacetelescope/jwst/pull/9524
- Catch divide by zero warning by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9525
- JP-3795: Use dash instead of underscore to include NRS FS target ID
by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9511
- JP-3995: Make background step able to run with asn files as well by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9451
- Bump OpenAstronomy/github-actions-workflows from 1.16.0 to 1.17.0 by
@dependabot[bot] in https://github.com/spacetelescope/jwst/pull/9530
- JP-3922: Add a slice map to NRS IFU model and WCS by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9452
- JP-3707: Expose options to disable var and context computation in
resample by @emolter in https://github.com/spacetelescope/jwst/pull/9517
- JP-3825: Implement background subtraction from reference file for
NIS_SOSS by @tapastro in https://github.com/spacetelescope/jwst/pull/9523
- JP-3931: Save x1d, c1d in single-file flat format for wfss modes by
@emolter in https://github.com/spacetelescope/jwst/pull/9402
- TST: Exorcise t_path and TemporaryDirectory from test suite by
@pllim in https://github.com/spacetelescope/jwst/pull/9538
- JP-4024: Set negative NIRSpec flat fields to NaN and DNU by @hayescr
in https://github.com/spacetelescope/jwst/pull/9522
- Give pixfrac and kernel parameters limits for outlier detection by
@emolter in https://github.com/spacetelescope/jwst/pull/9534
- JP-4004: Convolve data with Gaussian for tweakreg segmentation
starfinder by @emolter in https://github.com/spacetelescope/jwst/pull/9463
- JP-4029: fix conflicting aliases for the background step by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9533
- Fix importing fixtures across subfolders by @emolter in https://github.com/spacetelescope/jwst/pull/9545
- resolve bug in
build.yml, and bump
OpenAstronomy/github-actions-workflows to
2.0.0 by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9549
- Follow up on using custom reference files by @nden in https://github.com/spacetelescope/jwst/pull/9551
- Bump OpenAstronomy/github-actions-workflows from 1.17.0 to 2.0.0 by
@dependabot[bot] in https://github.com/spacetelescope/jwst/pull/9556
- MNT: Update CODEOWNERS for Dependabot by @pllim in https://github.com/spacetelescope/jwst/pull/9557
- JP-3490: Remove deprecated call method by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9548
- JP-3929 Use Absolute imports by @jemorrison in https://github.com/spacetelescope/jwst/pull/9540
- Add unit tests for the ipc package by @stscirij in https://github.com/spacetelescope/jwst/pull/9531
- Update README to reflect 1.18.1 patch release by @tapastro in https://github.com/spacetelescope/jwst/pull/9536
- remove description of non-working logging configuration by
@braingram in https://github.com/spacetelescope/jwst/pull/9565
- Move AMI pointing info out of .ami and into .guidestar by @emolter
in https://github.com/spacetelescope/jwst/pull/9560
- Prevent prints in tests by @emolter in https://github.com/spacetelescope/jwst/pull/9564
- JP-3904 Using new nirspec dark model by @jemorrison in https://github.com/spacetelescope/jwst/pull/9493
- JP-3898: Move pub server deprecation to historical footnote by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9563
- JP-4003: Fix crash in assign_moving_target_wcs (try 2) by @pllim in
https://github.com/spacetelescope/jwst/pull/9552
- Revert to FITSDiff for regtest comparisons by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9573
- JP-3861: IPC style updates by @stscirij in https://github.com/spacetelescope/jwst/pull/9569
- Consolidate group_id creation and use read_metadata to make group_id
in ModelLibrary by @emolter in https://github.com/spacetelescope/jwst/pull/9567
- Update resample unit tests by @mcara in https://github.com/spacetelescope/jwst/pull/9278
- Update minimum supported version of asdf-astropy by @tapastro in https://github.com/spacetelescope/jwst/pull/9583
- Temporary python upper pin to avoid logging failures by @tapastro in
https://github.com/spacetelescope/jwst/pull/9582
- add upper pin to drizzle by @braingram in https://github.com/spacetelescope/jwst/pull/9595
- a few more CI fixes for 3.13 pin by @braingram in https://github.com/spacetelescope/jwst/pull/9592
- release metadata for
1.19.0 by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9604
- Fix for slice width calculation by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9606
- CRDS 12.0 Build: Check shape of wavelengthrange entry for indexing;
update SOSS RT for bkg use by @tapastro in https://github.com/spacetelescope/jwst/pull/9609
- Bump OpenAstronomy/github-actions-workflows from 2.0.0 to 2.1.0 by
@dependabot[bot] in https://github.com/spacetelescope/jwst/pull/9611
- Update logging unit test by @braingram in https://github.com/spacetelescope/jwst/pull/9616
- Use actual target id instead of placeholder for WFSS level 3
associations by @emolter in https://github.com/spacetelescope/jwst/pull/9614
- Remove attempted handling of memmap in container by @emolter in https://github.com/spacetelescope/jwst/pull/9593
- JP-3968: Restore ModelContainer to docs, add ModelLibrary and
SourceModelContainer to docs by @emolter in https://github.com/spacetelescope/jwst/pull/9597
- JP-1497: Pass datamodel open kwargs through ModelContainer by
@emolter in https://github.com/spacetelescope/jwst/pull/9590
- JP-4047: Update regtests for niriss and nircam wfss by @emolter in
https://github.com/spacetelescope/jwst/pull/9602
- JP-3919: Background step documentation needs updates by
@penaguerrero in https://github.com/spacetelescope/jwst/pull/9568
- TST: Remove pyargs from toxenv by @pllim in https://github.com/spacetelescope/jwst/pull/9550
- TST: Removed pytest_jwst plugin by @pllim in https://github.com/spacetelescope/jwst/pull/9558
- JP-3950: Use read_metadata to avoid unnecessary load/save in image3
with on_disk=True by @emolter in https://github.com/spacetelescope/jwst/pull/9570
- JP-4043: Handle subarray data in background step for wfss data by
@emolter in https://github.com/spacetelescope/jwst/pull/9603
- Remove python upper pin by @braingram in https://github.com/spacetelescope/jwst/pull/9626
- JP-3864: Move to unified bkg reftype for wfss by @tapastro in https://github.com/spacetelescope/jwst/pull/9584
- JP-4052: Fix extract_1d and combine_1d failures from all-NaN slit by
@emolter in https://github.com/spacetelescope/jwst/pull/9625
- JP-3992: Generate convex hull S_REGION for Level 3 WFSS spectral
products by @tapastro in https://github.com/spacetelescope/jwst/pull/9621
- Readme updates for B12.0 CRDS merge and DMS installation clarity by
@tapastro in https://github.com/spacetelescope/jwst/pull/9615
- TST: Use get_pkg_data_filename, delete unused fixture, delete unused
notebook data, do not use tempfile, other clean-ups by @pllim in https://github.com/spacetelescope/jwst/pull/9566
- Update pre-commit hooks by @WilliamJamieson in https://github.com/spacetelescope/jwst/pull/9623
- TST: Set default branch for codecov by @pllim in https://github.com/spacetelescope/jwst/pull/9648
- Fix the ResampleStep pixel_scale units in the docs by @larrybradley
in https://github.com/spacetelescope/jwst/pull/9617
- TST: pre-commit manual autoupdate by @pllim in https://github.com/spacetelescope/jwst/pull/9654
- Update dq_init docs with missing step in description by @tapastro in
https://github.com/spacetelescope/jwst/pull/9647
- TST: Unleash isort by @pllim in https://github.com/spacetelescope/jwst/pull/9653
- JP-3854: Update pastasoss functions to support simpler public API by
@emolter in https://github.com/spacetelescope/jwst/pull/9642
- JP-3948: Use wavelengthrange reference file information in white
light step by @emolter in https://github.com/spacetelescope/jwst/pull/9650
- JP-4053: Remove import level log configuration by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9644
- JP-4060: Catch NRS imaging edge case by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9659
- TST: Fix tox for pyargs (try 2) by @pllim in https://github.com/spacetelescope/jwst/pull/9660
- STY: Disallow all relative imports by @pllim in https://github.com/spacetelescope/jwst/pull/9655
- JP-3943: Give source_catalog step same flexibility as tweakreg by
@emolter in https://github.com/spacetelescope/jwst/pull/9462
- TST: Fix dir for devdeps and docs in tox by @pllim in https://github.com/spacetelescope/jwst/pull/9662
- fixed bugs reported in git issue 9572 by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9575
- TST: Allow devdeps and cron to run on labeled PR and backport PR
when labeled by @pllim in https://github.com/spacetelescope/jwst/pull/9663
- JP-3995: Clarify standalone bkg_subtract input by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9658
- JP-4067: Fix white_light crash on repeated time stamps by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9672
- Test update following WFSS FITS unit change by @tapastro in https://github.com/spacetelescope/jwst/pull/9667
- STY: Apply flake8 to test modules and fix most violations by @pllim
in https://github.com/spacetelescope/jwst/pull/9669
- JP-3889: Explain how source position is computed in source catalog
step docs by @emolter in https://github.com/spacetelescope/jwst/pull/9656
- TST: Add linkcheck to CI by @pllim in https://github.com/spacetelescope/jwst/pull/9665
- tox: Generate/Upload JUnit XML files by @jhunkeler in https://github.com/spacetelescope/jwst/pull/9664
- TST: Remove unused tox flags and outdated comment by @pllim in https://github.com/spacetelescope/jwst/pull/9661
- Add all for non-test and non-doc modules by @pllim
in https://github.com/spacetelescope/jwst/pull/9646
- st_fitsdiff regression test fix for SystemExit:2 by @penaguerrero in
https://github.com/spacetelescope/jwst/pull/9685
- MNT: chmod 644 on non-script modules by @pllim in https://github.com/spacetelescope/jwst/pull/9690
- Unit test source catalog against specific values by @emolter in https://github.com/spacetelescope/jwst/pull/9691
- JP-2546: Refactor wfss_contam to support multiprocessing and
decrease runtime by @emolter in https://github.com/spacetelescope/jwst/pull/9220
- JP-3943: Fix unit handling for orientation column when iraf is
selected finder by @emolter in https://github.com/spacetelescope/jwst/pull/9701
- remove uncommon datamodels.open usage by @braingram in https://github.com/spacetelescope/jwst/pull/9704
- JP-3516: Fix duplicate association removal by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9607
- JP-3930: Fix background cal step status for SOSS; add tests by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9688
- Fix FFT weight matrix for clean_flicker_noise by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9585
- Clean up help message style and contents by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9686
- Fix typo in test_set_telescope_pointing by @emolter in https://github.com/spacetelescope/jwst/pull/9710
- Update exp_to_source unit tests to use mock data instead of loading
from file by @emolter in https://github.com/spacetelescope/jwst/pull/9706
- remove schemadoc script by @braingram in https://github.com/spacetelescope/jwst/pull/9703
- JP-3930: Make sure outlier_detection does not modify input by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9709
- Fix conftest import by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9715
- Update _guess_mode to no longer pass unrecognized kwargs by @emolter
in https://github.com/spacetelescope/jwst/pull/9722
- Bump OpenAstronomy/github-actions-workflows from 2.1.0 to 2.2.1 by
@dependabot[bot] in https://github.com/spacetelescope/jwst/pull/9724
- JP-3961 - Replace NIRDetector subclass methods with generics by
@stscirij in https://github.com/spacetelescope/jwst/pull/9716
- Use gwcs.FITSImagingWCSTransform for resampled data by @nden in https://github.com/spacetelescope/jwst/pull/9601
- JP-3673: Update background-subtraction intermediate products for
WFSS by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9698
- TST: Ignore outerspace in linkcheck by @pllim in https://github.com/spacetelescope/jwst/pull/9729
- JP-4012: Remove mrs_imatch from jwst and subtract_background from
ifu_cube by @pllim in https://github.com/spacetelescope/jwst/pull/9486
- Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in https://github.com/spacetelescope/jwst/pull/9735
- Deprecate compute_va_effects and compute_va_effects_vector in favor
of stcal version by @emolter in https://github.com/spacetelescope/jwst/pull/9741
- move linkcheck to cron by @braingram in https://github.com/spacetelescope/jwst/pull/9745
- DOC: Fix broken ref in AMI (try 2) by @pllim in https://github.com/spacetelescope/jwst/pull/9739
- JP-4085: Fix pixel_replace crash for invalid adjacent data by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9754
- Update drizzle pin with new release version by @tapastro in https://github.com/spacetelescope/jwst/pull/9760
- JP-3930: coron tests and minor fixes by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9693
- JP-4082: Fix flux scaling in wfss_contam for NIRCam by @emolter in
https://github.com/spacetelescope/jwst/pull/9731
- switch DataModel.history usage to log messages in wfs_combine by
@braingram in https://github.com/spacetelescope/jwst/pull/9744
- DOC: Use numpydoc, not napoleon for API docstring rendering by
@pllim in https://github.com/spacetelescope/jwst/pull/9767
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/spacetelescope/jwst/pull/9771
- DOC: Fix refs in tweakwcs, replace array_like with array-like by
@pllim in https://github.com/spacetelescope/jwst/pull/9749
- consistent CI by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9770
- DOC: Change code.literal color by @pllim in https://github.com/spacetelescope/jwst/pull/9781
- consistent
pre-commit config by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9779
- JP-3673: Update background-subtraction intermediate products for
WFSS by @penaguerrero in https://github.com/spacetelescope/jwst/pull/9772
- DOC: Continue to fix some simple broken ref across package by @pllim
in https://github.com/spacetelescope/jwst/pull/9777
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/spacetelescope/jwst/pull/9786
- JP-1866: Remove self.log calls by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9657
- JP-4070: Fix incorrect pixel offsets fed into grism transforms for
wfss_contam by @emolter in https://github.com/spacetelescope/jwst/pull/9728
- JP-4020: Catch a solver failure in ATOCA utils by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9784
- STY: Disable pre-commit fixing PRs without prompt by @pllim in https://github.com/spacetelescope/jwst/pull/9791
- JP-4102: Fix Potential Memory Leak and Remove Unused Code in Cube
Build by @kmacdonald-stsci in https://github.com/spacetelescope/jwst/pull/9778
- DOC: Fix broken ref in user docs mostly by @pllim in https://github.com/spacetelescope/jwst/pull/9785
- JP-1866: Specify known loggers by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9720
- JP-1800: Docs update UNRELIABLE_ERROR -> RESERVED by @emolter in
https://github.com/spacetelescope/jwst/pull/9802
- TST: Remove pyerfa-dev install in devdeps by @pllim in https://github.com/spacetelescope/jwst/pull/9787
- drop opencv direct dependency by @braingram in https://github.com/spacetelescope/jwst/pull/9803
- TST: Pin ci-watson normally by @pllim in https://github.com/spacetelescope/jwst/pull/9800
- JP-4040: Preserve reference file names when scrubbing logs by
@emolter in https://github.com/spacetelescope/jwst/pull/9798
- Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in
https://github.com/spacetelescope/jwst/pull/9809
- Deprecate save_bsub by @emolter in https://github.com/spacetelescope/jwst/pull/9805
- JP-3887: Add support for time dependent photometry corrections by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9736
- increase asdf upper pin by @braingram in https://github.com/spacetelescope/jwst/pull/9820
- JP-4051: Add autoparam framework for clean_flicker_noise by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9759
- allow
setuptools_scm to describe .dev tags
off of release branches by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9823
- JP-3945: Auto centroid for TSO photometry by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9627
- JP-4112: Add filter to Asn_Lv3WFSSNRC constraints by @emolter in https://github.com/spacetelescope/jwst/pull/9816
- Make association DifferentProductSetsError print left and right set
instead of a single set by @emolter in https://github.com/spacetelescope/jwst/pull/9818
- JP-4072: Add magnitude limit and spectral order selection parameters
to wfss_contam by @emolter in https://github.com/spacetelescope/jwst/pull/9713
- JP-4036: Add quad observables to AMI outputs by @rcooper295 in https://github.com/spacetelescope/jwst/pull/9812
- DOC: Fix ref in stpipe pages and friends by @pllim in https://github.com/spacetelescope/jwst/pull/9795
- JP-4042: Allow order 3 extraction in extract_1d ATOCA algorithm for
NIRISS SOSS by @emolter in https://github.com/spacetelescope/jwst/pull/9747
- Fix bad step skip logic introduced by JP-4072 by @emolter in https://github.com/spacetelescope/jwst/pull/9827
- Fix inaccurate documentation of when refpix is skipped for MIRI by
@emolter in https://github.com/spacetelescope/jwst/pull/9832
- DOC: Fix/update contributing guide by @pllim in https://github.com/spacetelescope/jwst/pull/9824
- Prevent VAR_RNOISE from being a zeroed array. by @mairanteodoro in
https://github.com/spacetelescope/jwst/pull/9813
- JP-4117: Handle single integration CubeModel as TSO spectrum by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9834
- Remove unnecessary casts by @braingram in https://github.com/spacetelescope/jwst/pull/9825
- JP-4075: Raise error for no slits selected by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9794
- update stcal usage in jump removing unused stddev by @braingram in
https://github.com/spacetelescope/jwst/pull/9837
- Bump actions/labeler from 5.0.0 to 6.0.1 by @dependabot[bot] in https://github.com/spacetelescope/jwst/pull/9810
- pin python<3.14 by @braingram in https://github.com/spacetelescope/jwst/pull/9840
- JP-3930: Step function for opening models by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9723
- Add regression test for wfss_contam step for NIRISS by @emolter in
https://github.com/spacetelescope/jwst/pull/9830
- JP-3888: Turn on bright_use_group1 in firstframe; flag any affected
pixels by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9807
- JP-3665: Graceful exit in tso3 for NIRISS SOSS FULL data by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9821
- DOC: Fix more broken ref links (datamodels and friends) by @pllim in
https://github.com/spacetelescope/jwst/pull/9838
- DOC: Fix drizzle intersphinx by @pllim in https://github.com/spacetelescope/jwst/pull/9844
- DOC: Fix broken refs in static change log by @pllim in https://github.com/spacetelescope/jwst/pull/9839
- JP-4095: Fix velocity correction in WCS inverse by @melanieclarke in
https://github.com/spacetelescope/jwst/pull/9783
- Make DeprecationWarnings show up in log by @emolter in https://github.com/spacetelescope/jwst/pull/9860
- TST: Inflight pool for standards association (slow tests in new file
each, all in subdir) by @pllim in https://github.com/spacetelescope/jwst/pull/9855
- fix stable docs build by @braingram in https://github.com/spacetelescope/jwst/pull/9861
- JP-3930: Make sure input is not modified inside Steps by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9725
- JP-4122: Fix attribute error in combine_1d log message by
@melanieclarke in https://github.com/spacetelescope/jwst/pull/9848
- Document incompatibility with python 3.14 by @tapastro in https://github.com/spacetelescope/jwst/pull/9865
- JP-1866: Remove references to logcfg by @melanieclarke in https://github.com/spacetelescope/jwst/pull/9670
- Restore associations.asn_edit.writer for SDP use by @tapastro in https://github.com/spacetelescope/jwst/pull/9869
- JP-4074: Allowing Nirspec prism ifu cubes to have non-linear
wavelength range by @jemorrison in https://github.com/spacetelescope/jwst/pull/9718
- JP-3980: Move TSO photometry radii to parameters by @melanieclarke
in https://github.com/spacetelescope/jwst/pull/9579
- update asdf min pin by @braingram in https://github.com/spacetelescope/jwst/pull/9880
- metadata for release
1.20.0 by @zacharyburnett in https://github.com/spacetelescope/jwst/pull/9883
New Contributors
Full Changelog: https://github.com/spacetelescope/jwst/compare/1.17.0...1.20.0