Skip to content

Releases: HumeAI/hume-python-sdk

hume 0.3.5

07 Jul 21:49
800a858

Choose a tag to compare

  • When using HumeBatchClient to upload local files, filenames are now correctly associated with predictions.

hume 0.3.4

28 Jun 23:57
cdad865

Choose a tag to compare

  • Adds timeout parameters to both HumeStreamClient and HumeBatchClient to make request timeouts configurable.
  • Makes improvements to docstrings and examples in docs

hume 0.3.3

17 Jun 07:46
08da63a

Choose a tag to compare

  • Fixes a bug in HumeBatchClient.submit_job() where jobs using the files parameter would be configured with the default LanguageConfig even if configuration params (e.g. granularity) were specified.

hume 0.3.2

09 Jun 21:26
5a55949

Choose a tag to compare

  • Submit batch jobs from local files
  • Support for batch job email notifications
  • Facemesh model support for HumeBatchClient

hume 0.3.1

03 May 20:24
d042c9e

Choose a tag to compare

  • Bug fixes

hume 0.3.0

02 May 01:07
5801eb2

Choose a tag to compare

  • Webhook support with the callback_url parameter in HumeBatchClient.submit_job
  • New granularity parameter in the ProsodyConfig
  • Get job predictions without downloading to a file with BatchJob.get_predictions()

hume 0.2.0

13 Apr 16:45
83d3ed1

Choose a tag to compare

  • Error codes (cross reference with error code docs)
  • Named entity recognition support for HumeBatchClient
  • Improved type hints for StreamSocket
  • Support for new streaming connection parameters:
    • Resize the streaming context window with stream_window_ms
    • Reset streaming connection context with reset_stream
    • Get job details with job_details

hume 0.1.7

24 Mar 21:55
85480cb

Choose a tag to compare

  • Fix for language model sliding_window parameter, updated to granularity parameter
  • Improved error messages

hume 0.1.6

16 Dec 19:14
5e1881d

Choose a tag to compare

  • Facemesh streaming API support with FacemeshConfig and StreamSocket.send_facemesh().

hume 0.1.5

05 Dec 22:28
b28fab7

Choose a tag to compare

  • BatchJobResult methods to get job start/end times
  • Socket send_text convenience method