You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
The HyP3 SDK is now tested on Python 3.13 and 3.14.
Changed
Job class instances now have job.bucket and job.bucket_prefix parameters, and they are preserved in the job dictionary returned with the job.to_dict() method.
job.bucket and job.bucket_prefix can be either a str or None for backwards compatibility.
job.to_dict(for_resubmit=True) will emit a user warning about bucket prefixes that have likely been expanded and my need to be reset for resubmission.
Job.from_dict() class methods now sets the job.bucket and job.bucket_prefix parameters.