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.12.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.13.0
Choose a head ref
  • 10 commits
  • 26 files changed
  • 7 contributors

Commits on Nov 1, 2023

  1. test: add code snippets for using bigframes.ml (#159)

    * test: add code snippets for using bigframes.ml
    @ashleyxuu
    ashleyxuu authoredNov 1, 2023
    Configuration menu
    Copy the full SHA
    3d7a0d6View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    b9cb55cView commit details
    Browse the repository at this point in the history
  2. feat: to_gbq without a destination table writes to a temporary table (

    #158)
    
    * feat: `to_gbq` without a destination table writes to a temporary table
    
    * add unit test covering happy path for to_gbq
    
    * update to_gbq docs
    @tswast
    tswast authoredNov 2, 2023
    Configuration menu
    Copy the full SHA
    e1817c9View commit details
    Browse the repository at this point in the history
  3. feat: support 32k text-generation and multilingual embedding models (#…

    …161)
    
    * feat: support 32k text-generation and embedding multilingual models
    @ashleyxuu
    ashleyxuu authoredNov 2, 2023
    Configuration menu
    Copy the full SHA
    5f0ea37View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. chore: update docfx minimum Python version (#167)

    * chore: update docfx minimum Python version
    
    Source-Link: googleapis/synthtool@bc07fd4
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:30470597773378105e239b59fce8eb27cc97375580d592699206d17d117143d0
    
    * chore: remove restriction on noxfile.py
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    Co-authored-by: Dan Lee <[email protected]>
    3 people authoredNov 3, 2023
    Configuration menu
    Copy the full SHA
    6d1953bView commit details
    Browse the repository at this point in the history
  2. fix: use table clone instead of system time for read_gbq_table (#109)

    * fix: use table clone instead of system time for `read_gbq_table`
    
    * accept expiration datetime instead of timedelta for easier testing
    
    * don't use table clone on _session tables
    
    * remove unnecessary assert
    
    * add docstrings
    @tswast
    tswast authoredNov 3, 2023
    Configuration menu
    Copy the full SHA
    031f253View commit details
    Browse the repository at this point in the history
  3. feat: add __iter__, iterrows, itertuples, keys methods (#164)

    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 authoredNov 3, 2023
    Configuration menu
    Copy the full SHA
    c065071View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    dfcc2d3View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    4ff26cdView commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. chore(main): release 0.13.0 (#165)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [0.13.0](https://to.com/googleapis/python-bigquery-dataframes/compare/v0.12.0...v0.13.0) (2023-11-07)
    
    
    ### Features
    
    * `to_gbq` without a destination table writes to a temporary table ([#158](https://to.com/googleapis/python-bigquery-dataframes/issues/158)) ([e1817c9](https://to.com/googleapis/python-bigquery-dataframes/commit/e1817c9201ba4ea7fd2f8b6f4a667b010a6fec1b))
    * Add `DataFrame.__iter__`, `DataFrame.iterrows`, `DataFrame.itertuples`, and `DataFrame.keys` methods ([#164](https://to.com/googleapis/python-bigquery-dataframes/issues/164)) ([c065071](https://to.com/googleapis/python-bigquery-dataframes/commit/c065071028c2f4ac80ee7f84dbeb1df385c2a512))
    * Add `Series.__iter__` method ([#164](https://to.com/googleapis/python-bigquery-dataframes/issues/164)) ([c065071](https://to.com/googleapis/python-bigquery-dataframes/commit/c065071028c2f4ac80ee7f84dbeb1df385c2a512))
    * Add interpolate() to series and dataframe ([#157](https://to.com/googleapis/python-bigquery-dataframes/issues/157)) ([b9cb55c](https://to.com/googleapis/python-bigquery-dataframes/commit/b9cb55c5b9354f9ff60de0aad66fe60049876055))
    * Support 32k text-generation and multilingual embedding models ([#161](https://to.com/googleapis/python-bigquery-dataframes/issues/161)) ([5f0ea37](https://to.com/googleapis/python-bigquery-dataframes/commit/5f0ea37fffff792fc3fbed65e6ace846d8ef6a06))
    
    
    ### Bug Fixes
    
    * Update default temp table expiration to 7 days ([#174](https://to.com/googleapis/python-bigquery-dataframes/issues/174)) ([4ff26cd](https://to.com/googleapis/python-bigquery-dataframes/commit/4ff26cdf862e9f9b91a3a1d2abfa7fbdf0af9c5b))
    
    ---
    This PR was generated with [Release Please](https://to.com/googleapis/release-please). See [documentation](https://to.com/googleapis/release-please#release-please).
    @release-please
    release-please[bot] authoredNov 7, 2023
    Configuration menu
    Copy the full SHA
    8b6b1c6View commit details
    Browse the repository at this point in the history
Loading