Releases: HumeAI/hume-python-sdk
Releases · HumeAI/hume-python-sdk
hume 0.3.2
- Submit batch jobs from local files
- Support for batch job email notifications
- Facemesh model support for
HumeBatchClient
hume 0.3.1
- Bug fixes
hume 0.3.0
- Webhook support with the
callback_url
parameter inHumeBatchClient.submit_job
- New
granularity
parameter in theProsodyConfig
- Get job predictions without downloading to a file with
BatchJob.get_predictions()
hume 0.2.0
- 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
- Resize the streaming context window with
hume 0.1.7
- Fix for language model
sliding_window
parameter, updated togranularity
parameter - Improved error messages
hume 0.1.6
- Facemesh streaming API support with
FacemeshConfig
andStreamSocket.send_facemesh()
.
hume 0.1.5
- BatchJobResult methods to get job start/end times
- Socket send_text convenience method
hume 0.1.4
HumeStreamClient
for websocket support with the Hume streaming API
hume 0.1.3
BatchJobResult.get_error_message()
for resolving service errors
hume 0.1.2
- Maximum iteration delay on job status retry
- Job
get_result
andget_status
- Client
get_job