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: v0.19.1
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: v0.19.2
Choose a head ref
  • 10 commits
  • 33 files changed
  • 7 contributors

Commits on Jan 17, 2024

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

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    f45c078 View commit details
    Browse the repository at this point in the history
  2. docs: Add DataFrame.applymap documentation (#326)

    * docs: Add `DataFrame.applymap` documentation
    
    * fix rendering in the remote function requirements section
    shobsi authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bd531a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32cc6fa View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    972e924 View commit details
    Browse the repository at this point in the history
  2. fix: read_gbq large response issue (#332)

    * fix: read_gbq large size return issue
    
    * delete temp test
    Genesis929 authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b8178b9 View commit details
    Browse the repository at this point in the history
  3. refactor: simplify filter and join nodes (#321)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    TrevorBergeron authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c7aa1af View commit details
    Browse the repository at this point in the history
  4. docs: add remote model requirements (#333)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #320775961 🦕
    GarrettWu authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c91f70c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix: use object dtype for ARRAY columns in to_pandas() with pandas …

    …1.x (#329)
    
    * fix: use object dtype for ARRAY columns in `to_pandas()` with pandas 1.x
    
    * fix tests
    
    * simplify dtype logic
    tswast authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    374ddb5 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.19.2 (#328)

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