Skip to content

HyP3 SDK v7.7.7

Latest

Choose a tag to compare

@tools-bot tools-bot released this 11 Jun 18:42
c7dfab6

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.