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.36.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.37.0
Choose a head ref
  • 18 commits
  • 53 files changed
  • 7 contributors

Commits on Feb 11, 2025

  1. refactor: resolve identifier package names in nodes.py (#1385)

    * fix: resolve identifier package names in nodes.py
    
    * fix format
    
    * revert table.num_rows change
    sycai authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    1054405 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. chore: add experimental blob.image_resize function (#1383)

    * chore: add experimental blob.image_resize function
    
    * refactor
    GarrettWu authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    4c8e6c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64b5ff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6fbb5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00611d4 View commit details
    Browse the repository at this point in the history
  5. docs: Add DataFrame.struct docs (#1348)

    * docs: Add DataFrame.struct docs
    
    * add other
    
    * autoclass for struct accessor
    chelsea-lin authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    7e9e93a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. feat: JSON dtype support for read_pandas and Series constructor (#1391)

    * feat: JSON dtype support for read_pandas and Series constructor
    
    * add read_pandas tests
    
    * address comments
    chelsea-lin authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    44f4137 View commit details
    Browse the repository at this point in the history
  2. chore: support comparison, ordering, and filtering for timedeltas (#1387

    )
    
    * [WIP] support timedelta ordering and filtering
    
    * chore: support comparison, ordering, and filtering for timedeltas
    
    * fix format
    
    * some cleanups
    
    * use operator package for testing
    
    * fix test error
    sycai authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    34d01b2 View commit details
    Browse the repository at this point in the history
  3. chore: update tpch code (#1389)

    * chore: update tpch code
    
    * update q5
    
    * add 14, 17, 20
    
    * add q22
    
    * add q21
    
    * reverse q7 q10 q21
    Genesis929 authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    534f7b4 View commit details
    Browse the repository at this point in the history
  4. chore: add experimental image transform functions to BQ bytes (#1397)

    * chore: add experimental image transform functions to BQ bytes
    
    * revert unrelated files
    GarrettWu authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    26f351a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. chore: support timestamp_sub (#1390)

    * [WIP] support timestamp_sub
    
    * add timestamp_sub tests
    
    * fix format
    
    * fix format
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix error message
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sycai and gcf-owl-bot[bot] authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    50ad3a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a914a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7990262 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0145656 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

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

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    3cee24b View commit details
    Browse the repository at this point in the history
  2. chore: support operators between timedeltas (#1396)

    * support operators within timedeltas
    
    * fix mypy
    
    * fix tests
    
    * fix format
    
    * add even more operators to stay away from floats
    
    * Make code slimmer.
    sycai authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    ffa63d4 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 1.37.0 (#1392)

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