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-dataframes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.39.0
Choose a base ref
...
head repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.40.0
Choose a head ref
  • 19 commits
  • 65 files changed
  • 10 contributors

Commits on Mar 5, 2025

  1. Copy the full SHA
    e92a196 View commit details
  2. chore: add experimental blob properties tests (#1449)

    * chore: add experimental blob properties tests
    
    * include files
    
    * fix
    
    * fix mypy
    
    * debug
    
    * fix
    GarrettWu authored Mar 5, 2025
    Copy the full SHA
    6716283 View commit details

Commits on Mar 6, 2025

  1. chore: format warning message with newlines and ansi color (#1447)

    * use ibis fill_null instead of fillna
    
    * minor typo in JSON warning messages
    
    * chore: format warning message with newlines and ansi color
    chelsea-lin authored Mar 6, 2025
    Copy the full SHA
    7b0cab5 View commit details
  2. chore: add experimental blob url tests (#1463)

    * chore: add experimental blob url tests
    
    * fix
    GarrettWu authored Mar 6, 2025
    Copy the full SHA
    0241139 View commit details
  3. Copy the full SHA
    fe72ada View commit details
  4. fix: fix the merge issue between 1424 and 1373 (#1461)

    * fix: fix the merge issue between 1424 and 1373
    
    * Update _function_session.py
    jialuoo authored Mar 6, 2025
    Copy the full SHA
    7b6e361 View commit details
  5. chore: add experimental blob functions retry and timeout (#1469)

    * chore: add experimental blob functions retry and timeout
    
    * fix
    GarrettWu authored Mar 6, 2025
    Copy the full SHA
    f3fadd7 View commit details

Commits on Mar 7, 2025

  1. Copy the full SHA
    be50982 View commit details
  2. chore: fix Multimodal Gemini modifies input DF (#1467)

    * chore: add experimental blob url tests
    
    * fix
    
    * chore: fix Multimodal Gemini modifies input DF
    
    * fix
    GarrettWu authored Mar 7, 2025
    Copy the full SHA
    9a65e83 View commit details
  3. Copy the full SHA
    27ab028 View commit details
  4. Copy the full SHA
    ff46f5a View commit details

Commits on Mar 8, 2025

  1. feat: support list output for managed function (#1457)

    * feat: support list output for managed function
    
    * add test decorator
    
    * resolve comments
    jialuoo authored Mar 8, 2025
    Copy the full SHA
    461e9e0 View commit details

Commits on Mar 10, 2025

  1. Copy the full SHA
    8bba8df View commit details
  2. Copy the full SHA
    0ddee99 View commit details

Commits on Mar 11, 2025

  1. test: target e2e tests to python 3.11 for max coverage (#1474)

    * test: target e2e tests to python 3.12 for max coverage
    
    * ensure large udf tests are run without skip
    
    * remove pytest.mark.skip from one more test
    
    * adjust the expect warnings in the ingress settings and service account
    
    * fix mypy
    
    * remove version 1.x check to surface 2.0 future warning
    shobsi authored Mar 11, 2025
    Copy the full SHA
    9e471fb View commit details
  2. Copy the full SHA
    01dfe83 View commit details
  3. feat!: reading JSON data as a custom arrow extension type (#1458)

    * feat: use JSONArrowType for JSON data
    
    * fix related system tests
    
    * fixes lint and doctest
    
    * switch db_dtypes into 1.4.2
    
    * fix tests
    
    * fix test_df_drop_duplicates_w_json
    
    * commit suggestion
    
    ---------
    
    Co-authored-by: Tim Sweña (Swast) <tswast@gmail.com>
    Release-As: 1.40.0
    chelsea-lin and tswast authored Mar 11, 2025
    Copy the full SHA
    e720f41 View commit details
  4. fix: use == instead of is for timedelta type equality checks (#1480)

    * fix: use  instead of  for timedelta type equality checks
    
    * use int column for casting
    sycai authored Mar 11, 2025
    Copy the full SHA
    0db248b View commit details
  5. chore(main): release 1.40.0 (#1466)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 11, 2025
    Copy the full SHA
    5273d36 View commit details
Loading