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.
Change logs
Support Python from 3.8 to 3.12.
[Internal] Use Unpacker.feed to download msgpack data.
New download_job_result API to download the job result to local msgpack file.
Support download job result to local file with new store_tmpfile (bool, optional) and num_threads (int, optional) parameters in job_result_format_each API.
Support fetching header info with new headers parameter in job_result_format_each and job_result_format_each APIs.