From da207809b0efd6618f395aff8533a5a4e0e35e74 Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Mon, 20 Jul 2026 15:56:54 -0700 Subject: [PATCH] Add v30.0.10 release notes --- doc/changes/DM-55482.bugfix.md | 1 - doc/lsst.ctrl.mpexec/CHANGES.rst | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 doc/changes/DM-55482.bugfix.md diff --git a/doc/changes/DM-55482.bugfix.md b/doc/changes/DM-55482.bugfix.md deleted file mode 100644 index 0a4261b8..00000000 --- a/doc/changes/DM-55482.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -`pipetask run` now disables implicit threading before the pipeline is built rather than just before execution, so that thread pools created during task imports and quantum graph generation are also limited. diff --git a/doc/lsst.ctrl.mpexec/CHANGES.rst b/doc/lsst.ctrl.mpexec/CHANGES.rst index 497e8403..9c7800f7 100644 --- a/doc/lsst.ctrl.mpexec/CHANGES.rst +++ b/doc/lsst.ctrl.mpexec/CHANGES.rst @@ -1,3 +1,12 @@ +lsst-ctrl-mpexec v30.0.10 (2026-07-20) +====================================== + +Bug Fixes +--------- + +- Disabled implicit threading in `pipetask run` before the pipeline is built rather than just before execution, so that thread pools created during task imports and quantum graph generation are also limited. (`DM-55482 `_) + + lsst-ctrl-mpexec v30.0.9 (2026-07-14) =====================================