Skip to content

Commit fcec06b

Browse files
committed
Bump version to v1.4.0
1 parent a5b8b7d commit fcec06b

File tree

2 files changed

+21
-29
lines changed

2 files changed

+21
-29
lines changed

RELEASE_NOTES.md

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,32 @@
11
# General
22

3-
This is the 1.3.0 release for Coqui STT, the deep learning toolkit for speech-to-text. In accordance with [semantic versioning](https://semver.org/), this version is backwards compatible with previous 1.x versions. The compatibility guarantees of our semantic versioning cover the deployment APIs: the C API and all the official language bindings: Python, Node.JS/ElectronJS and Java/Android. You can get started today with Coqui STT 1.3.0 by following the steps in our [documentation](https://stt.readthedocs.io/).
3+
This is the 1.4.0 release for Coqui STT, the deep learning toolkit for speech-to-text. In accordance with [semantic versioning](https://semver.org/), this version is backwards compatible with previous 1.x versions. The compatibility guarantees of our semantic versioning cover the deployment APIs: the C API and all the official language bindings: Python, Node.JS/ElectronJS and Java/Android. You can get started with Coqui STT 1.4.0 by following the steps in our [documentation](https://stt.readthedocs.io/).
44

55
Compatible pre-trained models are available in the [Coqui Model Zoo](https://coqui.ai/models).
66

77
We also include example audio files:
88

9-
[audio-1.3.0.tar.gz](https://github.com/coqui-ai/STT/releases/download/v1.3.0/audio-1.3.0.tar.gz)
9+
[audio-1.4.0.tar.gz](https://github.com/coqui-ai/STT/releases/download/v1.4.0/audio-1.4.0.tar.gz)
1010

1111
which can be used to test the engine, and checkpoint files for the English model (which are identical to the 1.0.0 checkpoint and provided here for convenience purposes):
1212

13-
[coqui-stt-1.3.0-checkpoint.tar.gz](https://github.com/coqui-ai/STT/releases/download/v1.3.0/coqui-stt-1.3.0-checkpoint.tar.gz)
13+
[coqui-stt-1.4.0-checkpoint.tar.gz](https://github.com/coqui-ai/STT/releases/download/v1.4.0/coqui-stt-1.4.0-checkpoint.tar.gz)
1414

1515
which are under the Apache 2.0 license and can be used as the basis for further fine-tuning. Finally this release also includes a source code tarball:
1616

17-
[v1.3.0.tar.gz](https://github.com/coqui-ai/STT/archive/v1.3.0.tar.gz)
17+
[v1.4.0.tar.gz](https://github.com/coqui-ai/STT/archive/v1.4.0.tar.gz)
1818

1919
Under the [MPL-2.0 license](https://www.mozilla.org/en-US/MPL/2.0/). Note that this tarball is for archival purposes only since GitHub does not include submodules in the automatic tarballs. For usage and development with the source code, clone the repository using Git, following our [documentation](https://stt.readthedocs.io/).
2020

2121
# Notable changes
2222

23-
- Added new experimental APIs for loading Coqui STT models from memory buffers
23+
- Added experimental WebAssembly support
2424

25-
This allows loading models without writing them to disk first, which can be useful for dynamic model loading as well as for handling packaging in mobile platforms
25+
[With the new WASM package you can deploy Coqui STT directly in the browser](https://github.com/coqui-ai/STT-examples/tree/r1.0/wasm).
2626

27-
- Added ElectronJS 16 support
27+
- Added ARMv7 and AArch64 Python wheels for Python 3.7 and 3.9
28+
- Migrated .NET bindings to .NET Framework 4.8
2829
- Rewritten audio processing logic in iOS demo app
29-
- Added pre-built binaries for iOS/Swift bindings in CI
30-
31-
With these two changes we're hoping to get more feedback from iOS developers on our Swift bindings and pre-built STT frameworks - how can we best package and distribute the bindings so that it feels native to Swift/iOS developers? If you have any feedback, join [our Gitter room](https://gitter.im/coqui-ai/STT)!
32-
33-
- Extended the Multilingual LibriSpeech importer to support all languages in the dataset
34-
35-
Supported languages: English, German, Dutch, French, Spanish, Italian, Portuguese, Polish
36-
37-
- Exposed full metadata information for decoded samples when using the coqui_stt_ctcdecoder Python package
38-
39-
This allows access to the entire information returned by the decoder in training code, meaning experimenting with new model architectures doesn't require adapting the C++ inference library to test your changes.
40-
41-
- Added initial support for Apple Silicon in our pre-built binaries
42-
43-
C/C++ pre-built libraries are universal, language bindings will be updated soon
44-
45-
- Added support for FLAC files in training
4630

4731
# Documentation
4832

@@ -54,13 +38,21 @@ Documentation is available on [stt.readthedocs.io](https://stt.readthedocs.io/).
5438
3. [Gitter](https://gitter.im/coqui-ai/) - You can also join our Gitter chat.
5539
4. [Issues](https://github.com/coqui-ai/STT/issues) - If you have discussed a problem and identified a bug in 🐸STT, or if you have a feature request, please open an issue in our repo. Please make sure you search for an already existing issue beforehand!
5640

57-
# Contributors to 1.3.0 release
41+
# Contributors to 1.4.0 release
5842

5943
- Alessio Placitelli
44+
- Anton Yaroshenko
45+
- ChamathKB
46+
- Ciaran O'Reilly
47+
- Daniel Souza
6048
- Danny Waser
61-
- Erik Ziegler
62-
- Han Xiao
49+
- David Roundy
50+
- Davidian1024
51+
- Edresson Casanova
52+
- Josh Meyer
53+
- Mariano Gonzalez
54+
- NanoNabla
6355
- Reuben Morais
64-
- Danny Waser
56+
- Yanlong Wang
6557

6658
We’d also like to thank all the members of our [Gitter chat room](https://gitter.im/coqui-ai/STT) who have been helping to shape this release!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0-alpha.6
1+
1.4.0

0 commit comments

Comments
 (0)