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.21.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.22.0
Choose a head ref
  • 14 commits
  • 33 files changed
  • 9 contributors

Commits on Feb 14, 2024

  1. Copy the full SHA
    93b02cd View commit details

Commits on Feb 16, 2024

  1. Copy the full SHA
    234b61c View commit details

Commits on Feb 21, 2024

  1. feat: add DataFrames.corr() method (#379)

    * feat: add `DataFrames.corr()` method
    
    * support multi-indices
    
    * fix mypy
    
    * support non-numeric col
    
    * fix doc
    
    * fix system 3.9
    
    * fix doctest
    chelsea-lin authored Feb 21, 2024
    Copy the full SHA
    67fd434 View commit details
  2. perf: inline read_pandas for small data (#383)

    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 #312729021 🦕
    GarrettWu authored Feb 21, 2024
    Copy the full SHA
    59b446b View commit details
  3. refactor!: move model optional args to kwargs (#381)

    To be more like sklearn, and make API more accurate. Those param shouldn't be called through positions.
    GarrettWu authored Feb 21, 2024
    Copy the full SHA
    4037992 View commit details

Commits on Feb 23, 2024

  1. deps: add minimum version constraint for sqlglot to 19.9.0 (#389)

    * deps: add minimum version constraint for sqlglot to 19.9.0
    
    This shouldn't be necessary, as sqlglot is only used as a transitive
    dependency through ibis-framework, but in setting the constraints, we
    can have greater assurance that sqlglot is upgraded alongside bigframes
    in existing environments.
    
    * formatting
    tswast authored Feb 23, 2024
    Copy the full SHA
    8b62d77 View commit details
  2. chore: exclude pandas 2.2.x from testing (#391)

    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)
    
    Towards internal issue 322845272 🦕
    tswast authored Feb 23, 2024
    Copy the full SHA
    1040dff View commit details

Commits on Feb 24, 2024

  1. feat: Enable regional endpoints for me-central2 (#386)

    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 312304785 🦕
    shobsi authored Feb 24, 2024
    Copy the full SHA
    469674d View commit details

Commits on Feb 26, 2024

  1. Copy the full SHA
    a0490a4 View commit details
  2. fix!: rename cosine_similarity to paired_cosine_distances (#393)

    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> 🦕
    GarrettWu authored Feb 26, 2024
    Copy the full SHA
    81ece46 View commit details

Commits on Feb 27, 2024

  1. Copy the full SHA
    9d31865 View commit details
  2. chore: release 0.22.0 (#396)

    Release-As: 0.22.0
    GarrettWu authored Feb 27, 2024
    Copy the full SHA
    8f73d9e View commit details
  3. docs: add a code sample for creating a kmeans model (#267)

    * k-means code sample
    
    * formatting
    
    * added test
    
    * docs: add code sampke for creating kmeans model
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * license header + region tags added
    
    * Update samples/snippets/create_kmeans_model_test.py
    
    Co-authored-by: Tim Swast <swast@google.com>
    
    * code corrections resolved
    
    * code corrections commit 1
    
    * descriptions of geospatial analysis functions
    
    * explantions revised for clarity
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update samples/snippets/create_kmeans_model_test.py
    
    Co-authored-by: Tim Swast <swast@google.com>
    
    * code corrections
    
    * code revision
    
    * code changes
    
    * revisions
    
    * expected output previews
    
    * revisions
    
    * tests passing, expected output characters >80
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * column wrapping
    
    * reset session before running code smaples
    
    * Update samples/snippets/create_kmeans_model_test.py
    
    Co-authored-by: Tim Swast <swast@google.com>
    
    * predict function added to tutorial
    
    * replaced project_id with model_id
    
    * reformatting
    
    * reformat
    
    ---------
    
    Co-authored-by: Salem Boyland <salemb@google.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Tim Swast <swast@google.com>
    4 people authored Feb 27, 2024
    Copy the full SHA
    4291d65 View commit details
  4. chore(main): release 0.22.0 (#380)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 27, 2024
    Copy the full SHA
    20de7f4 View commit details
Loading