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-pandas
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.28.0
Choose a base ref
...
head repository: googleapis/python-bigquery-pandas
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.1
Choose a head ref
  • 14 commits
  • 29 files changed
  • 7 contributors

Commits on Feb 24, 2025

  1. chore(deps): bump cryptography from 43.0.1 to 44.0.1 in /.kokoro (#879)

    Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.1 to 44.0.1.
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@43.0.1...44.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    dependabot[bot] and Linchin authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    ba1b7d8 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update all dependencies (#853)

    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    renovate-bot and Linchin authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    4b7f7e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c4fb65 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

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

Commits on Mar 4, 2025

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

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    287d64d View commit details
    Browse the repository at this point in the history
  2. fix: resolve issue where pre-release versions of dependencies are ins…

    …talled (#890)
    
    * fix: resolve issue where pre-release versions of dependencies are installed
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Delete .kokoro/docker/docs/requirements.txt
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * See https://github.com/googleapis/python-bigquery-pandas/pull/889/files
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    parthea and gcf-owl-bot[bot] authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    3574ca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. build: use python 3.10 for testing (#891)

    * build: use python 3.10 for testing
    
    * set default_python_version to 3.10
    parthea authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    1ca1a30 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. chore(deps): update all dependencies (#895)

    * chore(deps): update all dependencies
    
    * Update docs.yml
    
    * Update lint.yml
    
    ---------
    
    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    renovate-bot and Linchin authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    7bac1c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. fix: remove setup.cfg configuration for creating universal wheels (#898)

    `setup.cfg` contains a setting to create a `Universal Wheel` which is only needed if libraries support both Python 2 and Python 3. This library only supports Python 3 so this setting is no longer needed. See https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#wheels.
    
    See similar PR https://togithub.com/googleapis/google-cloud-python/pull/13659 which includes this stack trace
    
    ```
          running bdist_wheel
          /tmp/pip-build-env-9o_3w17v/overlay/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:135: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated
          !!
          
                  ********************************************************************************
                  With Python 2.7 end-of-life, support for building universal wheels
                  (i.e., wheels that support both Python 2 and Python 3)
                  is being obviated.
                  Please discontinue using this option, or if you still need it,
                  file an issue with pypa/setuptools describing your use case.
          
                  By 2025-Aug-30, you need to update your project and remove deprecated calls
                  or your builds will no longer be supported.
                  ********************************************************************************
          
          !!
    ```
    parthea authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    b3a9af2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2025

  1. chore(deps): update all dependencies (#897)

    * chore(deps): update all dependencies
    
    * Update docs.yml
    
    * Update lint.yml
    
    ---------
    
    Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
    renovate-bot and Linchin authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    5455de1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

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

Commits on Apr 28, 2025

  1. refactor: break down gbq.py file to several smaller ones (#909)

    * refactor: break down gbq.py file to several smaller ones
    
    * fix test failures
    
    * fix more test import failures
    
    * fix prerelease tests
    
    * fix system tests
    
    * restore imports
    
    * restore imports
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * add noqa for backward compatibility
    
    * fix lint
    
    * fix test failures by ignoring timestamp granularity:
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sycai and gcf-owl-bot[bot] authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    36eb530 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. chore(main): release 0.28.1 (#892)

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