Skip to content

Releases: HumeAI/hume-python-sdk

hume 0.3.7

11 Sep 21:28
4aff352
Compare
Choose a tag to compare
  • The raise_on_failed in BatchJob will raise an exception if a BatchJob fails
  • When using HumeStreamClient models can be configured separately for each payload. Configuring models when initializing the StreamSocket is still supported.
  • Support for fps_pred, prob_threshold, and min_face_size when using FaceConfig with HumeStreamClient

hume 0.3.6

10 Aug 00:06
2a9cf12
Compare
Choose a tag to compare
  • Improved error messages in HumeBatchClient

hume 0.3.5

07 Jul 21:49
800a858
Compare
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
Compare
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
Compare
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
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