Releases: nvidia-riva/python-clients
Releases · nvidia-riva/python-clients
Release 2.11.0
What's Changed
- Bump version 2.11.0 by @messiaen in #39
- update clients for separate utterances by @virajkarandikar in #38
- fix: handling corner case for grpc error by @mohnishparmar in #41
- correct riva release version by @rmittal-github in #42
- add s2s and s2t client utility functions by @rmittal-github in #43
New Contributors
- @mohnishparmar made their first contribution in #41
Full Changelog: r2.10.0...r2.11.0
Release 2.10.0
What's Changed
- Update version by @virajkarandikar in #35
- Update common submodule to the
maintop by @PeganovAnton in #37
Full Changelog: r2.9.0...r2.10.0
Riva Release Notes: https://docs.nvidia.com/deeplearning/riva/user-guide/docs/release-notes.html#riva-skills-release-2-10-0
Release 2.9.0
What's Changed
- Update version to 2.9.0 by @rmittal-github in #31
- Add details to installation from source instructions by @PeganovAnton in #32
New Contributors
Full Changelog: r2.8.0...r2.9.0
Riva Release Notes: https://docs.nvidia.com/deeplearning/riva/user-guide/docs/release-notes.html#riva-skills-release-2.9.0
Release 2.8.0
What's Changed
- Update package version by @PeganovAnton in #14
- Release/0.0.5 by @PeganovAnton in #15
- Add English Punctuation Test Case by @divkakwani in #13
- Update common submodule for word confidences by @messiaen in #16
- feat(nmt): add nmt client by @junkin in #18
- fix(nmt): remove dup line by @junkin in #20
- feat(asr): add speaker diarization support in offline client by @virajkarandikar in #25
- Require setuptools>=65 by @rmittal-github in #28
- Update version to 2.8.0 by @rmittal-github in #30
New Contributors
- @divkakwani made their first contribution in #13
- @messiaen made their first contribution in #16
- @junkin made their first contribution in #18
- @virajkarandikar made their first contribution in #25
Full Changelog: r0.0.5...r2.8.0
Riva Release Notes: https://docs.nvidia.com/deeplearning/riva/user-guide/docs/release-notes.html#riva-skills-release-2-8-0
Release 0.0.5
- Add support for profanity filter
Release 0.0.4
- Update minimum Python version to 3.7 because this package fails with Python 3.6.
- Update supported Riva version to 2.3.0.
- Add punctuation tests for German, Spanish, and Chinese.
- Add
--language-codeparameter toscripts/nlp/punctuation_client.pyscript. - Improve
setup.py.
- Add comprehensive error message for cases when
commonsubmodule is empty. - Remove unused code.
- Rename
argparseparameters (--run_tests->--run-testsinscripts/nlp/punctuation_client.py,--input_file->--input-fileand--output_file->--output-fileinscripts/nlp/update_intent_slot_test_data_format.py) which contain underscore. From now on allargparseparameters are written using hyphens.
Release 0.0.2
This release redirects from old package PyPI riva-api to new nvidia-riva-client.
Release 0.0.3
- Change name of package from
riva-apitonvidia-riva-client. - Change namespace from
riva_apitoriva.client. - Add possibility to use gRPC
future. - Import
AnalyzeIntentOptionsto the main__init__.py - Add an example of
AnalyzeIntentOptionsusage. - Do not require
model_nameinNLPService.punctuate_text()method and do not requirevoice_nameinSpeechRecognitionService.synthesize()andSpeechRecognitionService.synthesize_online().