-
Notifications
You must be signed in to change notification settings - Fork 47
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: v1.24.0
head repository: googleapis/python-bigquery-dataframes
compare: v1.25.0
- 8 commits
- 35 files changed
- 8 contributors
Commits on Oct 25, 2024
-
feat: Add warning when user tries to access struct series fields with…
… `__getitem__` (#1082) * feat: add warning when accessing structs with wrong method * polishing words * move test from unit to system * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add more tests * polish tests * upgrade test setup * define a dedicated warning and set a stack level at warning site * fix format * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix doc * Apply suggestions from code review * update doc --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for 20e5c58 - Browse repository at this point
Copy the full SHA 20e5c58View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5528b4d - Browse repository at this point
Copy the full SHA 5528b4dView commit details
Commits on Oct 29, 2024
-
feat: support context manager for bigframes session (#1107)
* feat: support context manager for bigframes session * add table cleanup tests for session context manager * rename ctor, split large test
Configuration menu - View commit details
-
Copy full SHA for 5f7b8b1 - Browse repository at this point
Copy the full SHA 5f7b8b1View commit details -
feat: allow
fit
to take additional eval data in linear and ensemble…… models (#1096) * feat: allow `fit` to take additional eval data The additional eval data would be used to measure the fitted model and attach the measurement to the underlying BQML model, which can be used as benchmark for the model consumers in BigQuery Studio and otherwise. * subclass from TrainablePredictor * add support for fit-time evaluation in ensemble models * fetch logistic regression eval numbers from multiClassClassificationMetrics * use the generic type template * update vendored docstrings for fit taking X_eval, y_eval * update key to fetch model eval metrics * enfore binary classification in the logistic regression test
Configuration menu - View commit details
-
Copy full SHA for 254875c - Browse repository at this point
Copy the full SHA 254875cView commit details -
perf: improve series.unique performance and replace drop_duplicates i… (
#1108) * perf: improve series.unique performance and replace drop_duplicates in tpch test. * change variable name * update docstring and index. * update flag to control behavior. * update examples * delete empty line * keep order error * reduce query_count * improve q16 * benchmark updates
Configuration menu - View commit details
-
Copy full SHA for 499f24a - Browse repository at this point
Copy the full SHA 499f24aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ca1d9 - Browse repository at this point
Copy the full SHA b5ca1d9View commit details -
feat: add the
ground_with_google_search
option for GeminiTextGenera……tor predict (#1119) * feat: add option for GeminiTextGenerator predict * add pricing link to the warning message
Configuration menu - View commit details
-
Copy full SHA for ca02cd4 - Browse repository at this point
Copy the full SHA ca02cd4View commit details -
chore(main): release 1.25.0 (#1116)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8962b4e - Browse repository at this point
Copy the full SHA 8962b4eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.24.0...v1.25.0