Closed kurtmckee closed 2 weeks ago
I just realized, should we add a changelog entry for lazy import changes? I don't know why I didn't write one originally.
Yeah, I'll add something about that before merging and wait for your (@sirosen) approval on the PR.
Added
Add
TimersClient.add_app_transfer_data_access_scope
forTimersClient
instances which are integrated withGlobusApp
. This method registers the nested scope dependency for adata_access
requirement for a transfer timer. (:pr:1074
)SearchQueryV1
is a new class for submitting complex queries replacing the legacySearchQuery
class. A deprecation warning has been added to theSearchQuery
class. (:pr:1079
)Created
ComputeClientV2
andComputeClientV3
classes to support Globus Compute API versions 2 and 3, respectively. The canonicalComputeClient
is now a subclass ofComputeClientV2
, preserving backward compatibility. (:pr:1096
)Added the
ComputeClientV3.submit()
,ComputeClientV2.submit()
,ComputeClientV2.get_task()
,ComputeClientV2.get_task_batch()
, andComputeClientV2.get_task_group()
methods. (:pr:1094
)Changed
1093
)Deprecated
ComputeFunctionDocument
andComputeFunctionMetadata
classes. This change reflects an early design adjustment to better align with the existing Globus Compute SDK. (:pr:1092
)Development
toxfile.py
to ensure clean builds during development. (:pr:1098
)π Documentation preview π: https://globus-sdk-python--1103.org.readthedocs.build/en/1103/