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.10.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: v0.11.0
Choose a head ref
  • 15 commits
  • 30 files changed
  • 6 contributors

Commits on Oct 19, 2023

  1. chore: rename rst files to avoid conflict with service names (#120)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/d52e638b37b091054c869bfa6f5a9fedaba9e0dd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4f9b3b106ad0beafc2c8a415e3f62c1a0cc23cabea115dbe841b848f581cfe99
    gcf-owl-bot[bot] authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    59bc7be View commit details
    Browse the repository at this point in the history
  2. chore: remove unneeded scripts, no longer need THIRD_PARTY_NOTICES (#121

    )
    
    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 internal issue 306233684
    🦕
    tswast authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c9c46d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    694a85a View commit details
    Browse the repository at this point in the history
  2. feat: change query parameter to query_or_table in read_gbq (#127)

    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> 🦕
    ashleyxuu authored Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f9bb3c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. refactor: Tweak notebooks to test minimal IAM permissions (#123)

    * refactor: Tweak notebooks to test minimal IAM permissions
    
    * Make IAM permission comment more helpful
    shobsi authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    ba2e824 View commit details
    Browse the repository at this point in the history
  2. docs: add runnable code samples for reading methods (#125)

    * docs: add runnable and testable I/O code samples
    
    * docs: add runnable and testable reading methods code snippets
    
    * fix: assign a df and show the first 2 rows
    
    * address comments
    ashleyxuu authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    a669919 View commit details
    Browse the repository at this point in the history
  3. test: add sample code for use BigFrames developer guide (#118)

    * test: add sample code for use BigFrames developer guide
    ashleyxuu authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    02984a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

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

Commits on Oct 24, 2023

  1. refactor: move DDL gen to bigframes.session._io, add missing test (#…

    …131)
    
    Towards internal issue 280662868
    🦕
    tswast authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    386f35d View commit details
    Browse the repository at this point in the history
  2. fix: use series's own session in series.reindex listlike case (#135)

    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> 🦕
    milkshakeiii authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    95bff3f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. docs: add runnable code samples for DataFrames I/O methods and proper…

    …ty (#129)
    
    * docs: add runnable code samples for DataFrames I/O methods and property
    
    * fix: expose `bigframes.pandas.reset_session` as a public API (#128)
    
    * fix: address the comment
    
    * Empty commit
    
    * fix: address comments for better visualization of the output
    
    * Empty commit
    
    ---------
    
    Co-authored-by: Tim Swast <[email protected]>
    ashleyxuu and tswast authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6fea8ef View commit details
    Browse the repository at this point in the history
  2. test: allow for alternative PCA solutions in tests (#143)

    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> 🦕
    milkshakeiii authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    05d7618 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. ci: Disable presubmit LLM tests temporarily (#144)

    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> 🦕
    shobsi authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1641aff View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.11.0 (#126)

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