-
Notifications
You must be signed in to change notification settings - Fork 48
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 26 files changed
- 7 contributors
Commits on Nov 1, 2023
-
test: add code snippets for using bigframes.ml (#159)
* test: add code snippets for using bigframes.ml
Configuration menu - View commit details
-
Copy full SHA for 3d7a0d6 - Browse repository at this point
Copy the full SHA 3d7a0d6View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9cb55c - Browse repository at this point
Copy the full SHA b9cb55cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e1817c9 - Browse repository at this point
Copy the full SHA e1817c9View commit details -
feat: support 32k text-generation and multilingual embedding models (#…
…161) * feat: support 32k text-generation and embedding multilingual models
Configuration menu - View commit details
-
Copy full SHA for 5f0ea37 - Browse repository at this point
Copy the full SHA 5f0ea37View commit details
Commits on Nov 3, 2023
-
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.github.com> Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6d1953b - Browse repository at this point
Copy the full SHA 6d1953bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 031f253 - Browse repository at this point
Copy the full SHA 031f253View commit details -
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://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> 🦕
Configuration menu - View commit details
-
Copy full SHA for c065071 - Browse repository at this point
Copy the full SHA c065071View commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dfcc2d3 - Browse repository at this point
Copy the full SHA dfcc2d3View commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ff26cd - Browse repository at this point
Copy the full SHA 4ff26cdView commit details
Commits on Nov 7, 2023
-
chore(main): release 0.13.0 (#165)
🤖 I have created a release *beep* *boop* --- ## [0.13.0](https://togithub.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://togithub.com/googleapis/python-bigquery-dataframes/issues/158)) ([e1817c9](https://togithub.com/googleapis/python-bigquery-dataframes/commit/e1817c9201ba4ea7fd2f8b6f4a667b010a6fec1b)) * Add `DataFrame.__iter__`, `DataFrame.iterrows`, `DataFrame.itertuples`, and `DataFrame.keys` methods ([#164](https://togithub.com/googleapis/python-bigquery-dataframes/issues/164)) ([c065071](https://togithub.com/googleapis/python-bigquery-dataframes/commit/c065071028c2f4ac80ee7f84dbeb1df385c2a512)) * Add `Series.__iter__` method ([#164](https://togithub.com/googleapis/python-bigquery-dataframes/issues/164)) ([c065071](https://togithub.com/googleapis/python-bigquery-dataframes/commit/c065071028c2f4ac80ee7f84dbeb1df385c2a512)) * Add interpolate() to series and dataframe ([#157](https://togithub.com/googleapis/python-bigquery-dataframes/issues/157)) ([b9cb55c](https://togithub.com/googleapis/python-bigquery-dataframes/commit/b9cb55c5b9354f9ff60de0aad66fe60049876055)) * Support 32k text-generation and multilingual embedding models ([#161](https://togithub.com/googleapis/python-bigquery-dataframes/issues/161)) ([5f0ea37](https://togithub.com/googleapis/python-bigquery-dataframes/commit/5f0ea37fffff792fc3fbed65e6ace846d8ef6a06)) ### Bug Fixes * Update default temp table expiration to 7 days ([#174](https://togithub.com/googleapis/python-bigquery-dataframes/issues/174)) ([4ff26cd](https://togithub.com/googleapis/python-bigquery-dataframes/commit/4ff26cdf862e9f9b91a3a1d2abfa7fbdf0af9c5b)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 8b6b1c6 - Browse repository at this point
Copy the full SHA 8b6b1c6View commit details
There are no files selected for viewing