Releases: speechmatics/speechmatics-python
Releases · speechmatics/speechmatics-python
Add support for raising ForceEndSession to end session early
- Use later version of sphinx to generate docs (supports Python 3.10)
- Update Speechmatics logo
- Allow user to raise ForceEndSession from an event handler or middleware in order to forcefully end the transcription session early.
Publish to pypi
- Improve help documentation for max_delay_mode and some other parameters
- Publish to pypi.org instead of test.pypi.org
- Move version to 1.0.0 as the first non-test release
Added support for choosing mode of operation for max_delay.
Added support for choosing mode of operation for max_delay via max_delay_mode
in transcription config.
0.0.17: upgrade websockets dependency to >=10
to get the fix for Python-3.10
Update websockets dependency
- bump
websockets
dependency to 9.1 to get the fix for an issue it has with Python 3.10
0.0.15: Add enable_entities support in transcription config for ITN
Add enable_entities support in transcription config for ITN.
0.0.14: General availability for operating points
Merge pull request #39 from speechmatics/feature/release-operating-po…
0.0.13: Add operating-point setting (#36)
* Add operating-point setting * Disable no-value-for-parameter warning * Document that operating-point is not implemented yet. * Fix linting
0.0.12: Fix seq_no persisting across sessions (#33)
* Fix seq_no persisting across sessions When using an instance of the client to run multiple sessions (calling .run multiple times), the seq_no of the subsequent sessions didn't start with a zero. Now it does, so we send the same messages regardless of using single or multiple client instances to run multiple sessions. * Update CHANGELOG.md * Update VERSION Co-authored-by: Viren Nadkarni <[email protected]>
0.0.11: Fixes (#31)
* Update readme * Bump pylint * Bump version and update changelog * Initial GitHub actions workflow * Add templated workflow * Lint fixes * Add workflow for release