Skip to content

Release v1.3.0

Latest
Compare
Choose a tag to compare
@tung-vu-td tung-vu-td released this 22 Nov 05:38
· 5 commits to master since this release
099f957

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.
  • Various docstring updates.