From b5724195a8b89f9d3f4cdab35a2b6b8c6c448787 Mon Sep 17 00:00:00 2001 From: Yadu Babuji Date: Mon, 11 Dec 2023 13:32:13 -0800 Subject: [PATCH] There are a bunch of fixes and updates to the HighThroughputExecutor on the Parsl side that we are not using because the endpoint is pinned to parsl==2023.7.3. This PR updates the Parsl version requirements to parsl==2023.12.4, and makes adds a minor fix to an updated import path on the parsl side. --- ..._yadudoc1729_update_to_parsl_2023_12_4.rst | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 changelog.d/20231212_095641_yadudoc1729_update_to_parsl_2023_12_4.rst diff --git a/changelog.d/20231212_095641_yadudoc1729_update_to_parsl_2023_12_4.rst b/changelog.d/20231212_095641_yadudoc1729_update_to_parsl_2023_12_4.rst new file mode 100644 index 000000000..2e694e6da --- /dev/null +++ b/changelog.d/20231212_095641_yadudoc1729_update_to_parsl_2023_12_4.rst @@ -0,0 +1,35 @@ +.. A new scriv changelog fragment. +.. +.. Uncomment the header that is right (remove the leading dots). +.. +.. New Functionality +.. ^^^^^^^^^^^^^^^^^ +.. +.. - A bullet item for the New Functionality category. +.. +.. Bug Fixes +.. ^^^^^^^^^ +.. +.. - A bullet item for the Bug Fixes category. +.. +.. Removed +.. ^^^^^^^ +.. +.. - A bullet item for the Removed category. +.. +.. Deprecated +.. ^^^^^^^^^^ +.. +.. - A bullet item for the Deprecated category. +.. +Changed +^^^^^^^ + +- Parsl version requirements updated from 2023.7.3 to 2023.12.4 + +.. +.. Security +.. ^^^^^^^^ +.. +.. - A bullet item for the Security category. +..