Releases: nvidia-riva/python-clients
Releases · nvidia-riva/python-clients
Release 2.10.0
What's Changed
- Update version by @virajkarandikar in #35
- Update common submodule to the
main
top 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-code
parameter toscripts/nlp/punctuation_client.py
script. - Improve
setup.py
.
- Add comprehensive error message for cases when
common
submodule is empty. - Remove unused code.
- Rename
argparse
parameters (--run_tests
->--run-tests
inscripts/nlp/punctuation_client.py
,--input_file
->--input-file
and--output_file
->--output-file
inscripts/nlp/update_intent_slot_test_data_format.py
) which contain underscore. From now on allargparse
parameters 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-api
tonvidia-riva-client
. - Change namespace from
riva_api
toriva.client
. - Add possibility to use gRPC
future
. - Import
AnalyzeIntentOptions
to the main__init__.py
- Add an example of
AnalyzeIntentOptions
usage. - Do not require
model_name
inNLPService.punctuate_text()
method and do not requirevoice_name
inSpeechRecognitionService.synthesize()
andSpeechRecognitionService.synthesize_online()
.