Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.35.0
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.35.1
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 16, 2025

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

Commits on Jul 21, 2025

  1. docs: specify the inherited-members directive for job classes (#2244)

    It seems that versions of python earlier than 3.10 may have had issues
    processing inherited members annotations, and accidentally include
    inherited members by default.
    
    As we recently worked to excise older versions of python in this repo,
    it seems we're now correctly processing sphinx directives, which means
    we no longer emit docstrings for inherited members.
    
    This PR adds a minor sphinx directive to include inherited members
    for the job classes, and I've confirmed locally by running the `docsfx`
    nox job that the inherited members do now get included in the docfx_yaml
    output.
    shollyman authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    d207f65 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. chore(main): release 3.35.1 (#2245)

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