Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-speech
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: googleapis/python-speech
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 8 commits
  • 29 files changed
  • 5 contributors

Commits on Mar 1, 2021

  1. chore: add constraints file (#103)

    Add constraints file to test lower bounds. These files will not be used until the noxfile is changed in googleapis/synthtool#869.
    busunkim96 authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    6d7ea1e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. test: install pyopenssl for mtls testing (#117)

    Source-Author: arithmetic1728 <[email protected]>
    Source-Date: Tue Mar 2 12:27:56 2021 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 0780323da96d5a53925fe0547757181fe76e8f1e
    Source-Link: googleapis/synthtool@0780323
    yoshi-automation authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    f7ffb57 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    a2c510b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. feat: adds model adaptation sample (#121)

    * I updated the comment on the transcribe_async file to reflect time limitations on local files for the long_running_recognize
    
    * docs: I updated the comment on the transcribe_async file to reflect time limitations on local files for the long_running_recognize
    
    * chore: I updated the comments on the transcribe_async file to reflect time limitations on local files for the long_running_recognize
    
    * fix: resolved conflicts
    
        pick f510e8f chore: I updated the comments on the transcribe_async file to reflect time limitations on local files for the long_running_recognize
    
    * chore: added a profanity filter sample
    
    * feat: adds new multi-region sample
    
    * fix: migrated to speech 2.0.0
    
    * fix: fixed lint issues
    
    * fix: deleted a duplicate line that calls the recognizer
    
    * docs: repaired region tag mismatch
    
    * chore: formatting
    
    * chore: added ]
    
    * docs: udated documentation to point to python-speech instead of python-docs-samples
    
    * docs: udated documentation to point to python-speech instead of python-docs-samples
    
    * docs: udated documentation to point to python-speech instead of python-docs-samples
    
    * fix: applied suggested changes
    
    * fix: applied suggested changes
    
    * feat: adds model adaptation sample
    
    * feat: fix issues
    
    * feat: fix region tag
    
    * feat: fixed region tag
    
    * chore: applied suggested changes
    
    * chore: applied suggested changes
    
    * chore: applied suggested changes
    
    * chore: applied suggested changes
    
    * chore: applied suggested changes
    
    * chore: applied suggested changes
    
    * chore: applied suggested changes
    b-loved-dreamer authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    24b9424 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. chore: update templates (#127)

    * chore: add pre-commit-config to renovate ignore paths
    
    Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Mon Mar 15 09:05:39 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378
    Source-Link: googleapis/synthtool@2c54c47
    yoshi-automation authored Mar 17, 2021
    Configuration menu
    Copy the full SHA
    a7a0696 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. build(python): fail nox sessions if a python version is missing (#130)

    Nox's default behavior is to quietly skip if a python interpreter is missing. https://nox.thea.codes/en/stable/usage.html#failing-sessions-when-the-interpreter-is-missing
    
    Source-Author: Bu Sun Kim <[email protected]>
    Source-Date: Tue Mar 16 13:38:02 2021 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: eda422b90c3dde4a872a13e6b78a8f802c40d0db
    Source-Link: googleapis/synthtool@eda422b
    yoshi-automation authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    a3bfd74 View commit details
    Browse the repository at this point in the history
  2. feat: Support output transcript to Google Cloud Storage for LongRunni…

    …ngRecognize (#128)
    
    
    * chore: upgrade gapic-generator-python to 0.42.2
    
    PiperOrigin-RevId: 361662015
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Mon Mar 8 14:47:18 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 28a591963253d52ce3a25a918cafbdd9928de8cf
    Source-Link: googleapis/googleapis@28a5919
    
    * feat: Support output transcript to GCS for LongRunningRecognize.
    
    PiperOrigin-RevId: 362294447
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Thu Mar 11 08:07:37 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: b6ebac16c3aecb798d4f25443d96df2f42a965ca
    Source-Link: googleapis/googleapis@b6ebac1
    
    * feat: Support output transcript to GCS for LongRunningRecognize.
    
    PiperOrigin-RevId: 362934100
    
    Source-Author: Google APIs <[email protected]>
    Source-Date: Mon Mar 15 07:18:03 2021 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 72326861be446be27d53af95c87e6e313367c371
    Source-Link: googleapis/googleapis@7232686
    yoshi-automation authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    5974564 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. chore: release 2.2.0 (#126)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b8f6b71 View commit details
    Browse the repository at this point in the history
Loading