Skip to content
This repository was archived by the owner on Mar 6, 2026. 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-bigquery-magics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: googleapis/python-bigquery-magics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 4 contributors

Commits on Mar 13, 2025

  1. chore: Add dependencies to prerelease validation (#104)

    * Add spanner-graph-notebook, python-bigquery, and bigquery-storage to prerelease deps to be installed from main
    
    * reformat
    
    * Update noxfile.py
    
    * Update noxfile.py
    
    ---------
    
    Co-authored-by: Tim Sweña (Swast) <swast@google.com>
    ericfe-google and tswast authored Mar 13, 2025
    Configuration menu
    Copy the full SHA
    ffcfd2a 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 (#106)

    `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
    fe3ec29 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. deps: Bump minimum required version of spanner-graph-notebook to 1.1.5 (

    #110)
    
    This fixes an issue where forcegraph is unavailable for external server.
    ericfe-google authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    756ac0d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. chore(main): release 0.8.1 (#107)

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