################################# Tickets Addressed in Release 15.0 ################################# - `DM-4891 `_: Upgrade doxygen to latest version [base] - `DM-5922 `_: Rework camera geometry to use the replacement for XYTransform [afw, astshim, meas_algorithms, meas_astrom, obs_base, obs_cfht, obs_decam, obs_lsstSim, obs_monocam, obs_sdss, obs_subaru, obs_test, pipe_tasks] - `DM-6965 `_: Record variance rescaling in coaddition [pipe_drivers, pipe_tasks] - `DM-7268 `_: Record source measurement time in the metadata [ip_diffim, meas_base] - `DM-8015 `_: VisitInfo repr() and str() should print a useful summary of contents [afw] - `DM-8432 `_: Empty Mapper location templates are not detected [obs_base] - `DM-9147 `_: Implement global sky subtraction [ctrl_pool, obs_base, obs_subaru, pipe_drivers, pipe_tasks] - `DM-9195 `_: Implement improved jointcal photometric fit [jointcal, obs_cfht, obs_decam, obs_lsstSim] - `DM-9534 `_: Output jointcal metrics via a metrics logger [jointcal, obs_base, verify, verify_metrics] - `DM-9579 `_: nondeterministic random number seeds in MeasurePsf candidate reservation [pipe_tasks] - `DM-9817 `_: Doxygen tries to parse pybind11 wrappers [base] - `DM-9932 `_: Make afw classes RFC-209 compliant [afw] - `DM-9953 `_: Pixels rejected from coaddition and CCD are not masked on coadds [afw, meas_base, obs_sdss, obs_subaru, pipe_tasks] - `DM-10066 `_: Provide utility function for wrapping operator<< [afw, jointcal, meas_modelfit, utils] - `DM-10152 `_: Fix bug in Box Python stringification [afw] - `DM-10342 `_: Switch to C++14 [sconsUtils] - `DM-10411 `_: Remove TIMESYS from namesToKeep in readFitsWcs [afw] - `DM-10435 `_: Cleanup SDSS PDAC Metadata [cat] - `DM-10443 `_: Butler sometimes looks up calibDate from filesystem not calibration registry [obs_base] - `DM-10765 `_: Replace existing WCS classes with SkyWcs [afw, astshim, coadd_chisquared, coadd_utils, ip_diffim, ip_isr, jointcal, meas_algorithms, meas_astrom, meas_base, meas_extensions_astrometryNet, meas_extensions_convolved, meas_extensions_photometryKron, meas_extensions_psfex, meas_extensions_shapeHSM, meas_modelfit, obs_base, obs_cfht, obs_decam, obs_lsstSim, obs_monocam, obs_sdss, obs_subaru, obs_test, pipe_drivers, pipe_tasks, skymap, skypix] - `DM-10805 `_: Spatially-varying ZOGY option [ip_diffim, pipe_tasks] - `DM-10819 `_: Define Endpoint equality [afw] - `DM-10849 `_: Incorporate Synpipe into the stack [lsst_distrib] - `DM-10902 `_: Stack demo failure with devtoolset-6 [meas_base] - `DM-10907 `_: AssembleCoadd option to save image of exposures for each pixel. [obs_base, pipe_tasks] - `DM-10957 `_: Add measurement algorithm for point sources on fluff [meas_base] - `DM-11016 `_: Add standard library tag file to Doxygen [base, sconsUtils] - `DM-11023 `_: Add more information to CoaddPsf.computePsfImage failure [meas_algorithms] - `DM-11138 `_: Convert meas_mosaic wcs output to a format directly readable by the butler [jointcal, obs_base, obs_cfht, obs_decam, obs_lsstSim, obs_subaru] - `DM-11155 `_: Implement object count metrics [obs_test] - `DM-11253 `_: Initial Sphinx docs for pipe_base [pipe_base] - `DM-11268 `_: Add intra-CCD crosstalk correction to ISR [afw, ip_isr, obs_base] - `DM-11320 `_: Compare add fakes to coadds vs. visit images [pipe_drivers] - `DM-11332 `_: Automatically (losslessly) compress image HDUs [afw, daf_persistence, jointcal, meas_base, obs_base, obs_subaru, pipe_drivers, pipe_tasks] - `DM-11336 `_: Switch default reference catalog for DECam to PS1 in LSST format [obs_decam] - `DM-11356 `_: Confusion of refObjLoader.pixelMargin and matcher.maxOffsetPix [meas_algorithms, meas_astrom, pipe_tasks] - `DM-11401 `_: testHtmIndex.py takes over 6 minutes to run [meas_algorithms] - `DM-11407 `_: document formatters & the plan for rollout and use in existing storages [daf_persistence] - `DM-11432 `_: Implement Robust Coaddition using PSF-matched Warps for Artifact Removal [obs_base, pipe_tasks] - `DM-11452 `_: Adapt qa analysis scripts to run on DESC DC1 simulations output [obs_lsstSim] - `DM-11456 `_: Write math for new photometry model in jointcal.tex [jointcal] - `DM-11514 `_: Modify sconsUtils to use pytest for test execution [base, meas_base, pipe_tasks, sconsUtils] - `DM-11516 `_: Let Doxygen report inherited methods inline [base] - `DM-11519 `_: Modify jointcal.py to allow visit Id to be calculated using an camera override. [jointcal] - `DM-11521 `_: Make task config defaults sensible for all cameras [jointcal, obs_cfht, obs_decam, obs_lsstSim, obs_sdss, obs_subaru, pipe_tasks] - `DM-11578 `_: Cleanup public:private: ordering in jointcal headers [jointcal] - `DM-11585 `_: Add pytest support to packages [daf_base, geom, ip_diffim, ip_isr, meas_deblender, meas_extensions_photometryKron] - `DM-11597 `_: Add lsst.verify to pipelines.lsst.io [verify] - `DM-11613 `_: ctrl_execute fails with pytest-xdist [ctrl_execute] - `DM-11614 `_: Jointcal does not work with pytest [jointcal] - `DM-11618 `_: Bug where a test directory is being used twice caused a race condition and failure [ctrl_execute] - `DM-11620 `_: Numerical problem with Gaussian test in meas_base with pytest [ip_diffim, meas_algorithms, meas_base, meas_extensions_simpleShape, meas_modelfit] - `DM-11629 `_: Fix typo in __init__.py filename in verify discovered by pytest [verify] - `DM-11635 `_: add argument to getTempFilePath() to specify that we don't care if the file exists on clean-up [utils] - `DM-11649 `_: Enable flake8 tests in utils package [utils] - `DM-11653 `_: Make obs_ctio0m9, obs_comCam and ci_ctio0m9 py3 compliant [obs_base, pipe_drivers] - `DM-11658 `_: Enable flake8 testing in pex_exceptions [pex_exceptions] - `DM-11660 `_: Enable flake8 testing in the log package [log] - `DM-11661 `_: Enable flake8 testing in daf_base [daf_base] - `DM-11662 `_: Enable flake8 testing in pex_policy [pex_policy] - `DM-11663 `_: Enable flake8 testing in pex_config [pex_config] - `DM-11664 `_: Enable flake8 testing in daf_persistence [daf_persistence] - `DM-11667 `_: daf_persistence relies on pex_exceptions installing import aliases [base] - `DM-11691 `_: Test failure with butler in obs_sdss [obs_sdss] - `DM-11700 `_: Fix non ascii docstring in pipe_base [pipe_base] - `DM-11701 `_: Promote FitDonutTask to a CmdLineTask [obs_base, obs_subaru] - `DM-11735 `_: fix tearDown race conditions in obs_test [obs_test] - `DM-11758 `_: Make WarpType configurable in GetCoaddAsTemplateTask [ip_diffim] - `DM-11764 `_: Fix pickling support in daf_base for pybind11 2.2.0 [daf_base] - `DM-11771 `_: obs_base fails to build on NFS-mounted systems [daf_persistence, obs_base] - `DM-11776 `_: "RuntimeWarning: invalid value encountered in greater/less" in processing HSC data [afw, ip_isr, meas_algorithms, pipe_tasks] - `DM-11781 `_: flake8 line length checking is catching shebangs [sconsUtils] - `DM-11790 `_: Move jointcal doc to DMTN-36 [jointcal] - `DM-11799 `_: Confusing log messages about exitStatus in successful makeSkyMap tasks [pipe_tasks] - `DM-11809 `_: Explicitly enable pep8-naming tests [base, meas_base, sconsUtils, shapelet, utils, verify] - `DM-11810 `_: meas_algorithms fails on NFS-mounted systems [meas_algorithms] - `DM-11853 `_: shebang target should run before tests [sconsUtils] - `DM-11861 `_: SqlRegistry raising exception due to missing super.__del__ [daf_persistence] - `DM-11862 `_: writeFitsCatalogStorage calls obj.writeFits incorrectly [daf_persistence] - `DM-11871 `_: afw.table column access is slow via__getitem__ (as compared to get) [afw] - `DM-11885 `_: look in daf_persistence for python2-style calls to super() and replace with python 3 style calls. [daf_persistence] - `DM-11894 `_: Speed up SpanSet operations [afw] - `DM-11895 `_: Support getting data for current card of FitsChan [astshim] - `DM-11905 `_: Fix PhotoCalib defintion to use multiplication [afw] - `DM-11911 `_: Update obs_ctio0m9 to work following DM-5922 [obs_base] - `DM-11916 `_: Warnings "Extent2I object has no attribute getWidth" when running meas_mosaic, jointcal [jointcal] - `DM-11917 `_: Error in coaddDriver following compression changes [pipe_drivers] - `DM-11927 `_: Set maxOffsetPix consistently [obs_subaru] - `DM-11929 `_: add ``from builtins import super`` to registries.py [daf_persistence] - `DM-11931 `_: Fix jointcal exit status and doRaise handling [jointcal, pipe_base] - `DM-11933 `_: Run SafeClip and CompareWarp in mockCoadd.py [pipe_tasks] - `DM-11941 `_: Disable astropy reading of FITS images [afw] - `DM-11948 `_: Add option to force detections in coaddDriver [pipe_drivers] - `DM-11951 `_: Fixes in AL Decorrelation and Zogy [ip_diffim, pipe_tasks] - `DM-11957 `_: Cannot round-trip >7th degree Chebyshev photometry models [afw] - `DM-11971 `_: memory leak in astshim isSeries function [astshim] - `DM-12003 `_: Add default slot for PSF shape [meas_base, meas_extensions_shapeHSM] - `DM-12014 `_: Make sconsUtils use clang when it knows it using clang [sconsUtils] - `DM-12021 `_: Pytest should not retry when worker process segfaults [sconsUtils] - `DM-12025 `_: Make Transform pickleable [afw] - `DM-12029 `_: recompress jointcal's testdata zeroed images with fpack [jointcal, testdata_jointcal] - `DM-12030 `_: Persist parquet tables from pipe_analysis scripts [obs_base, obs_subaru, obs_test] - `DM-12040 `_: Errors in test_transformFactory.py [afw] - `DM-12041 `_: Fix identification of overrides in write recipes [obs_base] - `DM-12061 `_: Eliminate test warnings in test_methods.py [afw] - `DM-12070 `_: Include obs_ctio0m9 and obs_comCam in lsst_distrib [lsst_obs] - `DM-12085 `_: Camera geometry incorrect and outdated in obs_test [obs_base, obs_test] - `DM-12095 `_: FitsCompression doxygen warning [afw] - `DM-12101 `_: Add debugging plots to ComareWarpAssembleTask [pipe_tasks] - `DM-12102 `_: add input validation for SpherePoint(double, double, AngleUnits) constructor [afw] - `DM-12103 `_: Investigate centering for vignetted pupils [afw, obs_subaru] - `DM-12108 `_: Add fake sources after wcs update [pipe_tasks] - `DM-12117 `_: repositoryCfg.yaml input root not backwards compatible [daf_persistence] - `DM-12176 `_: Minor improvements to afwDisplay interface [afw] - `DM-12184 `_: Coaddition Tasks cannot assume that N masks can fit in memory [pipe_tasks] - `DM-12200 `_: jointcal tests fail when optional testdata_jointcal is not present [jointcal] - `DM-12201 `_: pipe_base test failure -- error creating .eups cache sub-dir [sconsUtils] - `DM-12207 `_: Add color selection for photocal [afw, meas_algorithms, meas_astrom, meas_base, obs_lsstSim, obs_subaru, pipe_tasks] - `DM-12217 `_: Fix bitrot in PgsqlRegistry [daf_persistence] - `DM-12230 `_: Mapping.applyForward and applyInverse fail on empty arrays [astshim] - `DM-12243 `_: Add base_InputCount to forced coadd measurement [meas_base] - `DM-12253 `_: Port validate_drp to lsst.verify [verify] - `DM-12254 `_: Switch jointcal to default to IndexedRefObj instead of a.net [jointcal] - `DM-12263 `_: Add display_matplotlib to lsst_distrib [lsst_distrib] - `DM-12264 `_: Temporarily disable link time optimization on GCC [sconsUtils] - `DM-12269 `_: Enable lsst.verify to subset specifications by a complete metadata match [verify] - `DM-12270 `_: AST persistence is not exact [astshim] - `DM-12272 `_: Fix bug in arrayFromVector [astshim] - `DM-12310 `_: Figure out why most HSC datasets start with photometry chi2==NaN [jointcal] - `DM-12359 `_: send Task log output to stdout [pipe_base] - `DM-12370 `_: Add a coadded transmission curve implementation [meas_algorithms] - `DM-12373 `_: Add spatially-varying transmission curves to Exposure/ExposureRecord [afw] - `DM-12374 `_: Add transmission curve coaddition to coadd Task code [pipe_tasks] - `DM-12375 `_: Attach transmission curves during ISR or std_raw [ip_isr, obs_base, obs_cfht, obs_subaru] - `DM-12391 `_: Improve error message for case when warpCompare can't find any psf-Matched warps [pipe_tasks] - `DM-12417 `_: yaml dump prepends !!python/unicode to everything [daf_persistence] - `DM-12430 `_: Implement simple distortions in matchPessimisticB [meas_astrom] - `DM-12431 `_: re-Verify performance of matchPessimistcB with new distorations [meas_astrom] - `DM-12445 `_: Set appropriate default configs for CompareWarp Coadds [obs_subaru, pipe_tasks] - `DM-12447 `_: Make Detector.transform and Camera.transform support lists of points [afw, ip_isr, jointcal, meas_base, obs_sdss, obs_subaru, pipe_tasks] - `DM-12450 `_: Implement RFC-407: improve interface for clobbering vs. reusing outputs [daf_persistence, pipe_base, pipe_drivers, pipe_tasks] - `DM-12452 `_: Add FrameDict class [astshim] - `DM-12454 `_: Plugin 'flake8' could not be loaded: (pyflakes 1.6.0) [sconsUtils] - `DM-12473 `_: Add getParallacticAngle() to visitInfo [afw] - `DM-12491 `_: Reduce compareWarp I/O [pipe_tasks] - `DM-12492 `_: Fix ci_hsc breakage from DM-10443 [obs_subaru] - `DM-12513 `_: multimatch optimization 1 [afw] - `DM-12514 `_: Improve filtering of artifacts in CompareWarpAssemble [pipe_tasks] - `DM-12517 `_: Evaluate (and optionally implement) using SourceDetectionTask in CompareWarpAssemble [pipe_tasks] - `DM-12521 `_: Update boost to 1.66 [afw] - `DM-12522 `_: Incorporate new color terms [obs_subaru] - `DM-12524 `_: AST should still write in FITS-WCS format after offsetting CRPIX [afw, astshim] - `DM-12527 `_: base build failure on Ubuntu due to gcc non-detection [sconsUtils] - `DM-12529 `_: Enum comparison should use == not is [skymap] - `DM-12531 `_: Implement RFC-409: only check configurations/schemas/versions in output repos [pipe_base] - `DM-12532 `_: Add capability to use Slurm reservation to allocateNodes.py [ctrl_execute, ctrl_platform_lsstvc] - `DM-12539 `_: Fix PSFEx in good seeing [meas_extensions_psfex] - `DM-12540 `_: Add HSM moments that use a circular weight function [meas_extensions_shapeHSM] - `DM-12595 `_: Failure to load configs when processing HSC data [obs_subaru] - `DM-12596 `_: AstrometryTask.distort broken [meas_extensions_astrometryNet] - `DM-12599 `_: Implement lossless FITS compression [obs_base] - `DM-12602 `_: implement jointcal constrained model fixes to reduce failing factorizations [jointcal] - `DM-12611 `_: FrameDict(FrameSet const &) broken [astshim] - `DM-12615 `_: Add copy-constructors to astshim objects [astshim] - `DM-12656 `_: Update flake8 and pyflakes packages [base, daf_base, daf_persistence, log, meas_base, pex_config, sconsUtils] - `DM-12658 `_: base_PixelFlags_flag_clipped not getting set on measurements on CompareWarp Coadds [pipe_tasks] - `DM-12664 `_: PsfMatched slivers of calexps are worthless [ip_diffim] - `DM-12665 `_: Failure to fail in assembleCoadd [obs_subaru, pipe_tasks] - `DM-12670 `_: CalibCombineTask sets variance to NaN(0) if given 1(2) inputs [pipe_drivers] - `DM-12690 `_: Make ConstrainedPolyModel actually support initFromWCS [jointcal] - `DM-12692 `_: Improve temporal threshold for CompareWarp [pipe_tasks] - `DM-12694 `_: Add queue option for allocateNodes.py [ctrl_execute, ctrl_platform_lsstvc] - `DM-12697 `_: Fix hollowed out cores of saturated stars in CompareWarp [obs_subaru, pipe_tasks] - `DM-12700 `_: Flip CompareWarpAssembleCoaddTask on by default for RC and ci_hsc [obs_base, obs_subaru, pipe_tasks] - `DM-12701 `_: Update showVisitSkyMap.py for unique visit and tract identification [skymap] - `DM-12722 `_: Test failed during rebuild ip_diffim due to /proc/driver/prl_vtg [utils] - `DM-12724 `_: Add slash to /proc [utils] - `DM-12740 `_: afw::geom::Transform should be Persistable [afw] - `DM-12763 `_: afw test_testTableArchives has uninitialized memory [afw] - `DM-12764 `_: Overhaul SkyWcs [afw] - `DM-12765 `_: Record filter ratios in HSC coadds [meas_base, obs_subaru, pipe_tasks] - `DM-12766 `_: coaddDriver with --cores > 1 produces MPI_Abort(MPI_COMM_WORLD, 1) [pipe_drivers] - `DM-12771 `_: Support the new FitsChan SipReplace attribute [astshim] - `DM-12779 `_: Rename ip_cpp to cp_pipe and add to lsst_distrib [lsst_distrib] - `DM-12798 `_: Add source selection by signal-to-noise ratio [meas_algorithms] - `DM-12881 `_: coaddDriver tries to unset doMatchBackgrounds, which does not exist [pipe_drivers] - `DM-12918 `_: investigate and merge u/fix_outliers [jointcal] - `DM-12924 `_: SpherePoint.offset should work at the poles and for negative offsets [afw] - `DM-12931 `_: Ignore EDGE pixels in coaddition [obs_subaru] - `DM-12933 `_: Coadd variance scaling should go in Exposure metadata, not task metadata [pipe_tasks] - `DM-12947 `_: constructFlat.py fails on HSC [obs_subaru] - `DM-12956 `_: sconsUtils driven testing now fails with space in path to python [sconsUtils] - `DM-12968 `_: Include INTERP+CR pixels in coadds [obs_subaru, pipe_drivers, pipe_tasks] - `DM-12979 `_: y-band background subtraction [obs_subaru, pipe_drivers] - `DM-12980 `_: Add display_firefly to lsst_distrib [lsst_distrib] - `DM-12985 `_: Bad masking and interpolation around bleeds [ip_isr, obs_decam, obs_subaru, pipe_tasks] - `DM-12995 `_: Improve detection thresholds and background with temporary sky objects [afw, meas_algorithms, pipe_tasks] - `DM-13046 `_: Fix race condition with temp files in meas_base [utils] - `DM-13055 `_: reject NaN centroid sigmas in astrometrySourceSelector [meas_algorithms, meas_base] - `DM-13082 `_: test failure due to DM-12968 config move [pipe_tasks] - `DM-13084 `_: Be smarter about combining metadata from FITS headers [afw, daf_base] - `DM-13096 `_: Add refraction calculation to the stack [afw, obs_lsstSim] - `DM-13110 `_: Support ingestion of compressed images [afw, pipe_tasks] - `DM-13122 `_: Separate the execution environment metadata from the other metadata in the JSON document sent to SQuaSH (dispatch_verify.py) [verify] - `DM-13146 `_: Update HSC defects [obs_subaru] - `DM-13155 `_: Fix typo in processEimage [obs_lsstSim] - `DM-13162 `_: Fix warning in processEimage [obs_lsstSim] - `DM-13166 `_: Update AST to add support for writing SIP terms [astshim] - `DM-13182 `_: SpanSet.fromMask produces larger spans than image [afw] - `DM-13184 `_: getCcdIdListFromExposures fails to obey order of keys in ccdKeys [pipe_drivers] - `DM-13187 `_: jointcal selected_*_refStars is not correctly computed [jointcal] - `DM-13189 `_: Add FunctorKey for Boxes [afw] - `DM-13227 `_: Refine exposure-wide background subtraction [pipe_drivers] - `DM-13231 `_: Make photoCalib outField write to _flux instead of _calFlux [afw] - `DM-13237 `_: Implement authentication via access token in lsst.verify [verify] - `DM-13243 `_: PhotoCalTask must only match with DirectMatchTask [meas_astrom, pipe_tasks] - `DM-13244 `_: Port parallel ingest from HSC [pipe_drivers, pipe_tasks] - `DM-13260 `_: Support construction of new HSC calibs [ip_isr, obs_subaru, pipe_drivers] - `DM-13269 `_: Improve jointcal debugging output [jointcal] - `DM-13316 `_: AST errors when using multiprocessing to return astshim objects [astshim] - `DM-13325 `_: warpExposure does not propogate visitInfo [afw, ip_diffim, pipe_tasks] - `DM-13336 `_: Add centroid, shape to forced CCD measurements [meas_base] - `DM-13345 `_: Improve template and warp variance for Warp Compare [pipe_tasks] - `DM-13380 `_: Add base_PixelFlags_flag_inexact_psfCenter [meas_base, pipe_tasks] - `DM-13388 `_: Enable visit-level sky subtraction for HSC by default [obs_subaru] - `DM-13389 `_: Enable transmission curve attachment for HSC by default [obs_subaru] - `DM-13394 `_: Increase default http timeout in lsst.verify [verify] - `DM-13395 `_: Drop GaussianCentroid [ip_diffim, meas_algorithms, meas_base] - `DM-13396 `_: Fix coadd mask propagation [afw, meas_base, meas_extensions_shapeHSM, pipe_drivers, pipe_tasks] - `DM-13408 `_: Fix fringe fix [ip_isr] - `DM-13410 `_: Shrink input bboxes in inputRecorder per psfMatched Warp in WarpCompare [obs_subaru, pipe_drivers, pipe_tasks] - `DM-13411 `_: Fix compiler warnings in TransmissionCurve implementation [afw] - `DM-13412 `_: camera mapper should specify DecoratedImageU instead of ImageU [obs_sdss] - `DM-13437 `_: Stop calibration product generation from causing lots of warnings/errors due to inability to create pretty pictures [afw, pipe_drivers] - `DM-13440 `_: Check that amplifier gains are >= 0 and set to 1.0 if they are bad after warning [ip_isr] - `DM-13485 `_: Fix NB filter transmission curve dataset filenames [obs_subaru] - `DM-13498 `_: Add config to make WarpCompare very conservative [pipe_tasks] - `DM-13503 `_: Failure to update test checks in DM-13485 [obs_subaru] - `DM-13507 `_: Add stable hash to SkyMap objects [skymap] - `DM-13511 `_: Some calexps cannot be opened with ds9 [afw] - `DM-13520 `_: Add readme to obs_subaru [obs_subaru] - `DM-13534 `_: Upgrade ndarray to upstream 1.4.2 [afw] - `DM-13539 `_: astshim fails to preserve SIP terms for some TAN SIP when writing FITS metadata [afw] - `DM-13548 `_: Update visualizeVisit following makeImageFromCamera change [pipe_drivers] - `DM-13553 `_: Deal with large blends [meas_algorithms, pipe_tasks] - `DM-13557 `_: Minor config doc fixes for SourceDetectionTask [meas_algorithms] - `DM-13571 `_: fix plot_photoCalib bounds [jointcal] - `DM-13575 `_: fix minor bug in photometry ipynb [jointcal] - `DM-13577 `_: Add FGCM datasets to obs_base for persistence [obs_base, obs_test] - `DM-13603 `_: SkyWcs has memory problems [astshim] - `DM-13606 `_: Suppress numpy warning from measureApCorr [meas_algorithms, pipe_drivers] - `DM-13610 `_: Python 3 buffered error messages don't escape before MPI abort [ctrl_pool] - `DM-13613 `_: Suppress exit status warning from makeDiscreteSkyMap.py [pipe_tasks] - `DM-13614 `_: Fix large SBATCH --time [ctrl_pool] - `DM-13615 `_: lsst.meas.base.tests.TestDataset allows randomness [meas_base] - `DM-13617 `_: tempWideBackground isn't temporary [meas_algorithms] - `DM-13628 `_: Fix BaseHTTPServer and SocketServer imports for Python 3 [ctrl_orca] - `DM-13654 `_: Set SENSOR_EDGE in coadds [pipe_tasks] - `DM-13680 `_: SkyWcs(FrameDict) is not adequately tested [afw] - `DM-13686 `_: Saving a particular FrameSet as FITS-WCS causes a segfault [astshim] - `DM-13693 `_: Use overload_cast in pybind11 wrappers to simplify wrapping overloaded functions [astshim] - `DM-13694 `_: Revert change to SdssMapper.yaml due to unit test failed [obs_sdss] - `DM-13731 `_: Update defects for HSC [obs_subaru] - `DM-13741 `_: Tweak background in DynamicDetectionTask [meas_algorithms, pipe_drivers, pipe_tasks] - `DM-13746 `_: Modernize use of ndarray in astshim pybind11 wrappers [astshim]