JWST 1.16.0 (DMS build B11.1rc1)
What's Changed
- add Brett Graham to citation by @braingram in #8627
- JP-3631: remove direct setting of self.skip within calibration steps by @emolter in #8600
- RTD: Restore tags for all branches by @jhunkeler in #8633
- Adding version information to the landing page by @jhunkeler in #8642
- refactor msa fail/nofail and association duplicate tests to not use caplog by @braingram in #8628
- move
ruff
andbandit
checks topre-commit
by @zacharyburnett in #8646 - JP-3687: fix outlier_detection failures when run outside pipeline by @emolter in #8645
- Remove some unused modules by @AlexKurek in #8630
- RTD: Clear the dirty git index flag by @jhunkeler in #8644
- remove non-working or out-dated scripts by @braingram in #8619
- JP-3634: Fix for custom WCS unit test by @melanieclarke in #8620
- docs(README): link CRDS PUB by @guspan-tanadi in #8658
- lint
jwst/fits_generator
andjwst/associations
by @zacharyburnett in #8652 - unlink deleted scripts from build metadata by @zacharyburnett in #8659
- JP-3636: Fix crash in tweakreg due to MalformedPolygonError by @mcara in #8657
- JP-3312 Support Update from RHEL7 to RHEL9 by @penaguerrero in #8653
- JP-3657: Part 1 of a NIRSpec BOTS speedup by @t-brandt in #8609
- JP-3668: Move tweakreg into stcal by @emolter in #8624
- JP-3547: Flux conservation for spectral resampling by @melanieclarke in #8596
- [SCSB-155] build with Numpy 2.0 by @zacharyburnett in #8527
- fix bug in AmiAverageStep spec that prevents step creation by @braingram in #8677
- JP-3628: Revise coron3 alignment step by @penaguerrero in #8643
- Outlier detection refactoring by @braingram in #8613
- Reset 'seen' flag in log watcher after check by @melanieclarke in #8686
- JP-3696: Ensure EMICORR correction is never NaN by @drlaw1558 in #8675
- replace usage of
copy_arrays=True
withmemmap=False
by @zacharyburnett in #8660 - Remove stsci.image dependency by @braingram in #8663
- JP-3679: Separate resample_spec parameters from resample step by @melanieclarke in #8622
- JP-3444: update tso photometry to use ApertureStats by @jemorrison in #8672
- JP-2928: Update NIRSpec IRS2 detector1 test to use flight data by @melanieclarke in #8687
- don't build for python 3.13 by @braingram in #8691
- update test to allow easier deprecation of
ignore_version_mismatch
by @braingram in #8693 - [SCSB-169] add user input to specify
CRDS_CONTEXT
by @zacharyburnett in #8702 - [SCSB-170] pin Python<3.13 by @zacharyburnett in #8703
- update dep for stcal to released version by @braingram in #8706
- TST: Use photutils nightly wheel by @pllim in #8701
- Documentation typo by @tapastro in #8700
- bump stpipe by @braingram in #8713
- Update log messages containing newlines by @melanieclarke in #8696
- Fix a typo in
load_custom_wcs
by @izkgao in #8698 - JP-3702: Fix filenames for level3 NIRSpec by @melanieclarke in #8699
- Add changelog to docs by @braingram in #8716
- JP-3547: Fix MIRI array sizing for multiple inputs and pixel ratio != 1 by @melanieclarke in #8727
- JP-3719: Fix names for intermediate spectral outlier detection files by @melanieclarke in #8735
- JP-3649 Fix cube build error when called from mrs_imatch and add deprecated warning for mrs_imatch by @jemorrison in #8728
- JP-3727: changed psfalign product from quadmodel to cubemodel by @emolter in #8747
- JP-3690: Switch from ModelContainer to ModelLibrary for image3 pipeline by @emolter in #8683
- Update regression tests to remove missing files from tests by @tapastro in #8730
- JP-3570: Match NaNs and DO_NOT_USE flags by @melanieclarke in #8557
- update pull request checklist by @zacharyburnett in #8670
- JP-3729: log version and crds context at end of step/pipeline runs by @braingram in #8760
- JP-3730: Re-enable saving of blot models during outlier detection by @emolter in #8758
- Revert "JP-3729: log version and crds context at end of step/pipeline runs" by @braingram in #8768
- JP-3731: Update association path warning message. by @drlaw1558 in #8752
- JP-3729: report jwst version at end of Step.run by @braingram in #8769
- JP-3654: NSClean subarray speedup by @t-brandt in #8745
- JP-3738: Subtract pedestal dark for MIRI MRS when constructing selfcal minimum by @drlaw1558 in #8771
- JP-3669: 'OLS' Conditional Read Noise Recalculation for CHARGELOSS by @kmacdonald-stsci in #8697
- JP-3743: Make outlier detection respect weights for in-memory models by @emolter in #8777
- JP-3701: Blend models by @braingram in #8759
- Remove multiline logger by @melanieclarke in #8781
- rename variable to silence sonarscan by @braingram in #8784
- JP-3639: Implement 1/f noise correction for ramp data by @melanieclarke in #8669
- JP-3551: Exclude overlapping background candidates by @melanieclarke in #8744
- Fixed filename conflicts in badpix_selfcal test by @emolter in #8792
- allow stdatamodels 2.1.0 by @braingram in #8797
- adjust tolerances for coron registration by @braingram in #8717
- JP-3733 remove setting pixel_replace.save to True in calwebb_spec3 by @jemorrison in #8765
- JP-3489: Update association expname docs by @melanieclarke in #8789
- JP-3667: Run nsclean step on imprint and background association members by @hayescr in #8786
- Fix output collisions in clean_flicker_noise tests by @melanieclarke in #8805
- pin
stcal>=1.9.0,<1.10.0
by @zacharyburnett in #8808 - JP-3658: JWST Accommodation of the Ramp Fitting Likelihood Algorithm by @kmacdonald-stsci in #8631
- JP-3593: 2nd group saturation part 2 by @drlaw1558 in #8731
- JP-3305: New association candidate type to group mosaic tiles across targets by @tapastro in #8798
- Update citations file for build 11.1 by @nden in #8807
- JP-3564: Rebase nrs deepcopy by @nden in #8793
- JP-3667: Add safeguards for NSClean on background/imprint members by @melanieclarke in #8809
- JP-3364 allow wcs shifts for IFU individual exposures in cube_build by @jemorrison in #8720
- JP-3695: Clean up unnecessary copies by @penaguerrero in #8676
- JP-3588: Use Pastasoss datamodel for NIRISS SOSS transform solution by @tapastro in #8763
- Update coron tests for numpy 2 compatibility by @melanieclarke in #8812
- update metadata for release
1.16.0
by @zacharyburnett in #8810
New Contributors
- @AlexKurek made their first contribution in #8630
- @guspan-tanadi made their first contribution in #8658
Full Changelog: 1.15.1...1.16.0