- When using `HumeBatchClient` to upload local files, filenames are now correctly associated with predictions.
0.3.4
- Adds `timeout` parameters to both `HumeStreamClient` and `HumeBatchClient` to make request timeouts configurable. - Makes improvements to docstrings and examples in docs
0.3.3
- 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.
0.3.2
- Submit batch jobs from local files - Support for batch job email notifications - Facemesh model support for `HumeBatchClient`
0.3.1
- Bug fixes
0.3.0
- 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()`