Skip to content

Releases: HumeAI/hume-python-sdk

hume 0.3.2

09 Jun 21:26
5a55949
Compare
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
Compare
Choose a tag to compare
  • Bug fixes

hume 0.3.0

02 May 01:07
5801eb2
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Facemesh streaming API support with FacemeshConfig and StreamSocket.send_facemesh().

hume 0.1.5

05 Dec 22:28
b28fab7
Compare
Choose a tag to compare
  • BatchJobResult methods to get job start/end times
  • Socket send_text convenience method

hume 0.1.4

11 Oct 19:47
0712d71
Compare
Choose a tag to compare
  • HumeStreamClient for websocket support with the Hume streaming API

hume 0.1.3

21 Sep 22:37
71c035e
Compare
Choose a tag to compare
  • BatchJobResult.get_error_message() for resolving service errors

hume 0.1.2

29 Aug 22:29
747b537
Compare
Choose a tag to compare
  • Maximum iteration delay on job status retry
  • Job get_result and get_status
  • Client get_job