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) =====================================