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.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.21.0
Choose a head ref
  • 10 commits
  • 43 files changed
  • 6 contributors

Commits on Feb 7, 2024

  1. feat: add Series.cov method (#368)

    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 7, 2024
    Configuration menu
    Copy the full SHA
    443db22 View commit details
    Browse the repository at this point in the history
  2. feat: add XGBoostModel (#363)

    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 #321809936 🦕
    ashleyxuu authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    d5518b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. fix: error message fix. (#375)

    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> 🦕
    Genesis929 authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    930cf6b View commit details
    Browse the repository at this point in the history
  2. docs: clarify ADC pre-auth in a non-interactive environment (#348)

    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 321859738 🦕
    shobsi authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    99a9e6e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. feat: add ml.llm.GeminiTextGenerator model (#370)

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

Commits on Feb 12, 2024

  1. feat: Support bigframes.pandas.to_datetime for scalars, iterables and…

    … series. (#372)
    
    * feat: Support pd.to_datetime for scalars, iterables and series.
    
    * update test and docstring
    
    * update types
    
    * format update
    
    * remove import.
    
    * update docstring
    
    * update arg conversion
    
    * update examples
    
    * update format
    
    * update code examples, and working logic.
    
    * docstring update.
    
    * type update.
    
    * format update.
    
    * Update docstring format
    
    * remove import
    
    * remove empty line
    
    * Remove extra code
    
    * remove prints.
    
    * Code logic updates.
    
    * Add constants.
    
    * Update comments
    
    * Move datetime helpers to the end of file.
    
    * Update helper
    
    * update format
    
    * String process logic updated.
    
    * update import
    
    * remove print
    
    * update docstring
    
    * update docstring
    
    * update docstring
    
    * update note
    
    * update docstring
    
    * Update code examples
    Genesis929 authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    ffb0d15 View commit details
    Browse the repository at this point in the history
  2. feat: limited support of lamdas in Series.apply (#345)

    BEGIN_COMMIT_OVERRIDE
    feat: limited support of lambdas in `Series.apply` (#345)
    END_COMMIT_OVERRIDE
    
    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)
    - [x] Appropriate docs were updated https://screenshot.googleplex.com/6ZEiKXPz8LWMTRf
    
    Partially fixes internal issue 295964341 🦕
    shobsi authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    208e081 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. feat: support read_gbq wildcard table path (#377)

    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 13, 2024
    Configuration menu
    Copy the full SHA
    90caf86 View commit details
    Browse the repository at this point in the history
  2. feat: add ml.metrics.pairwise.cosine_similarity function (#374)

    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 13, 2024
    Configuration menu
    Copy the full SHA
    126f566 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.21.0 (#373)

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