Skip to content

Releases: speechmatics/speechmatics-python

Update websockets dependency

19 Jan 08:08
032c8a5
Compare
Choose a tag to compare
  • 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

18 Jan 13:27
5a10fb7
Compare
Choose a tag to compare

Add enable_entities support in transcription config for ITN.

0.0.14: General availability for operating points

07 Sep 18:01
71ff5be
Compare
Choose a tag to compare
Merge pull request #39 from speechmatics/feature/release-operating-po…

…ints

Fully support operating points

0.0.13: Add operating-point setting (#36)

30 Mar 11:41
45ece38
Compare
Choose a tag to compare
* 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)

11 Feb 09:55
1b55433
Compare
Choose a tag to compare
* 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 <virenn@speechmatics.com>

0.0.11: Fixes (#31)

06 Jan 17:21
a179545
Compare
Choose a tag to compare
0.0.11: Fixes (#31) Pre-release
Pre-release
* Update readme

* Bump pylint

* Bump version and update changelog

* Initial GitHub actions workflow

* Add templated workflow

* Lint fixes

* Add workflow for release