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.24.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.25.0
Choose a head ref
  • 7 commits
  • 18 files changed
  • 5 contributors

Commits on Mar 13, 2024

  1. chore: add script to compute code samples coverage (#428)

    * chore: add script to compute code samples coverage
    
    * include Index, Session and ml.ensemble
    shobsi authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    fb29e56 View commit details
    Browse the repository at this point in the history
  2. chore: remove to_pandas_dtypes_overrides dead code (#404)

    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> 🦕
    SalemJorden authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b6211ee View commit details
    Browse the repository at this point in the history
  3. test: include model.register test for BQML CMEK (#433)

    * test: include model.register test for BQML CMEK
    
    * propagate _start_query_create_model renaming in unit test
    
    * add a side assert in to_gbq tes
    shobsi authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e502e6b View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. feat: support CMEK for remote_function cloud functions (#430)

    * feat: support CMEK for `remote_function` cloud functions
    
    * add retry in test
    
    * bump up min version of google-python-functions for CMEK compliance
    shobsi authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2fd69f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f3d41c View commit details
    Browse the repository at this point in the history
  3. feat: (Series|DataFrame).plot.(line|area|scatter) (#431)

    Fixing internal bugs:
    line: b/322177942
    scatter: b/322178336
    area: b/322178394
    chelsea-lin authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0772510 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 0.25.0 (#440)

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