Skip to content

Releases: nvidia-riva/python-clients

Release 2.10.0

13 Mar 15:36
c0eb4d6
Compare
Choose a tag to compare

What's Changed

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

10 Feb 06:20
bae200d
Compare
Choose a tag to compare

What's Changed

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

08 Dec 12:24
9d5da2a
Compare
Choose a tag to compare

What's Changed

New Contributors

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

02 Aug 19:45
6c8e239
Compare
Choose a tag to compare
  1. Add support for profanity filter

Release 0.0.4

14 Jul 16:31
0731e18
Compare
Choose a tag to compare
  1. Update minimum Python version to 3.7 because this package fails with Python 3.6.
  2. Update supported Riva version to 2.3.0.
  3. Add punctuation tests for German, Spanish, and Chinese.
  4. Add --language-code parameter to scripts/nlp/punctuation_client.py script.
  5. Improve setup.py.
  • Add comprehensive error message for cases when common submodule is empty.
  • Remove unused code.
  1. Rename argparse parameters (--run_tests -> --run-tests in scripts/nlp/punctuation_client.py, --input_file -> --input-file and --output_file -> --output-file in scripts/nlp/update_intent_slot_test_data_format.py) which contain underscore. From now on all argparse parameters are written using hyphens.

Release 0.0.2

13 Jul 16:53
a60d177
Compare
Choose a tag to compare

This release redirects from old package PyPI riva-api to new nvidia-riva-client.

Release 0.0.3

07 Jul 15:45
c016c26
Compare
Choose a tag to compare
  1. Change name of package from riva-api to nvidia-riva-client.
  2. Change namespace from riva_api to riva.client.
  3. Add possibility to use gRPC future.
  4. Import AnalyzeIntentOptions to the main __init__.py
  5. Add an example of AnalyzeIntentOptions usage.
  6. Do not require model_name in NLPService.punctuate_text() method and do not require voice_name in SpeechRecognitionService.synthesize() and SpeechRecognitionService.synthesize_online().