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.20.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.20.1
Choose a head ref
  • 8 commits
  • 35 files changed
  • 5 contributors

Commits on Jan 30, 2024

  1. perf: Make repr cache the block where appropriate (#350)

    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 30, 2024
    Configuration menu
    Copy the full SHA
    068879f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. refactor: refactor block index properties (#312)

    * refactor: refactor block index properties
    
    * fix concat
    TrevorBergeron authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b90241e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    04ce3be View commit details
    Browse the repository at this point in the history
  2. docs: Fix the DataFrame.apply code sample (#366)

    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 Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1866a26 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. refactor: generalize aggregation to handle 0,1, or 2 inputs (#360)

    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 Feb 5, 2024
    Configuration menu
    Copy the full SHA
    93835ef View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. test: fix unit tests for handling drive access issues (#352)

    * test: fix unit tests for handling drive access issues
    
    * refactor test logic
    
    * adapt new create_bigquery_session in one failing test
    shobsi authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    44bfe46 View commit details
    Browse the repository at this point in the history
  2. docs: Add a sample to demonstrate the evaluation results (#364)

    * docs: Add a sample to demonstrate the evaluation results
    
    * Adding comments explaining logistic regression results
    
    * editing read_gbd explanation
    
    * Creating link for ML course
    
    * Formatting metrics
    
    * Update samples/snippets/bqml_getting_started_test.py
    
    ---------
    
    Co-authored-by: Tim Swast <[email protected]>
    DevStephanie and tswast authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    cff0919 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.20.1 (#362)

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