-
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.27.0
head repository: googleapis/python-bigquery-dataframes
compare: v1.28.0
Commits on Nov 19, 2024
-
docs: add snippet for creating boosted tree model (#1142)
* docs: create boosted tree model * merge main * update model * update test
Configuration menu - View commit details
-
Copy full SHA for a972668 - Browse repository at this point
Copy the full SHA a972668View commit details
Commits on Nov 20, 2024
-
docs: add snippet for evaluating a boosted tree model (#1154)
* must verify evaluation_data and edit Output * line edit * edit desc * correct model info
Configuration menu - View commit details
-
Copy full SHA for 9d8970a - Browse repository at this point
Copy the full SHA 9d8970aView commit details -
docs: add snippet for predicting classifications using a boosted tree…
… model (#1156) * docs: add snippet for predicting classifications using a boosted tree model * merge and rename bigquery_dataframes_bqml_boosted_tree_explain to bigquery_dataframes_bqml_boosted_tree_evaluate * remove training | * clean up asserts --------- Co-authored-by: Tim Sweña (Swast) <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for e7b83f1 - Browse repository at this point
Copy the full SHA e7b83f1View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b355ef - Browse repository at this point
Copy the full SHA 5b355efView commit details -
feat:
bigframes.bigquery.vector_search
supportsuse_brute_force
a……nd `fraction_lists_to_search` parameters (#1158) * feat: `bigframes.bigquery.vector_search` supports `use_brute_force` and `fraction_lists_to_search` parameters * fix f-string on lower python versions --------- Co-authored-by: Chelsea Lin <chelsealin@google.com>
Configuration menu - View commit details
-
Copy full SHA for 131edc3 - Browse repository at this point
Copy the full SHA 131edc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for de923d0 - Browse repository at this point
Copy the full SHA de923d0View commit details -
feat: (Series | DataFrame).plot.bar (#1152)
* feat: (Series | DataFrame).plot.bar * add warning message * fix mypy * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fae2e0 - Browse repository at this point
Copy the full SHA 0fae2e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9015c33 - Browse repository at this point
Copy the full SHA 9015c33View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 682d938 - Browse repository at this point
Copy the full SHA 682d938View commit details -
docs: add a code sample using `bpd.options.bigquery.ordering_mode = "…
…partial"` (#909) * docs: add a code sample using `bpd.options.bigquery.ordering_mode = "partial"` * add warning filter too * add drop_duplicates alternative
Configuration menu - View commit details
-
Copy full SHA for f80d705 - Browse repository at this point
Copy the full SHA f80d705View commit details -
Configuration menu - View commit details
-
Copy full SHA for b39a4b7 - Browse repository at this point
Copy the full SHA b39a4b7View commit details -
feat: add client_endpoints_override to bq options (#1167)
* feat: add client_endpoints_override to bq options * fix wording
Configuration menu - View commit details
-
Copy full SHA for be74b99 - Browse repository at this point
Copy the full SHA be74b99View commit details
Commits on Nov 26, 2024
-
chore: close session after partial ordering mode sample (#1173)
* chore: close session after partial ordering mode sample * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * try manually selecting strict mode --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c8d510 - Browse repository at this point
Copy the full SHA 1c8d510View commit details -
feat: Allow join-free alignment of analytic expressions (#1168)
* feat: Allow join-free alignment of analytic expressions * address pr comments * fix bugs in pull_up_selection * fix unit test and remove validations * fix test failures
Configuration menu - View commit details
-
Copy full SHA for daef4f0 - Browse repository at this point
Copy the full SHA daef4f0View commit details
Commits on Nov 27, 2024
-
docs: update
bigframes.pandas.Index
docstrings (#1144)* docs: update `bigframes.pandas.Index` docstrings * updating more methods * update docstrings of more methods * update docstrings * update docs * update docstrings * fix failing doc test * fix docs indentation * fix indentation error * fix doctest error * fix doctest error * fix errors * fix errors * fix failing doctest * remove .name docstring
Configuration menu - View commit details
-
Copy full SHA for 557ab8d - Browse repository at this point
Copy the full SHA 557ab8dView commit details -
refactor: use core.convert for series conversions under the ml packag…
…es (#1178) * refactor: use core.convert for series conversions under the ml packages * update method name * fetch global session lazily
Configuration menu - View commit details
-
Copy full SHA for afa7cc4 - Browse repository at this point
Copy the full SHA afa7cc4View commit details -
docs: add third party
pandas.Index methods
and docstrings (#1171)* docs: add third party pandas.Index methods and docstrings * fix indent error * updae bigframes.pandas.Index docstrings * fix doctest errors * fix doctest error * fix doctest * add name docstring
Configuration menu - View commit details
-
Copy full SHA for a970294 - Browse repository at this point
Copy the full SHA a970294View commit details
Commits on Nov 28, 2024
-
refactor: Move dataframe conversion function from ml package to core …
…package (#1180) * refactor: use core.convert for series conversions under the ml packages * fetch global session lazily * fix type error * remove unnecessary get_session call * code cleanup * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * code cleanup * add session check * check session before conversion * check individual types during conversion * add missing return statement * remove individul session check to relax the arg requirement --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for faa2738 - Browse repository at this point
Copy the full SHA faa2738View commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 421d24d - Browse repository at this point
Copy the full SHA 421d24dView commit details
Commits on Dec 3, 2024
-
chore: Minor updates on doc "bigframes/ml/base.py" (#1184)
* docs(bigquery): update minor parts in base.py * docs(bigquery): update minor changes for bigframes/ml/base.py --------- Co-authored-by: Shuowei Li <shuowei@google.com>
Configuration menu - View commit details
-
Copy full SHA for b959838 - Browse repository at this point
Copy the full SHA b959838View commit details
Commits on Dec 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f882505 - Browse repository at this point
Copy the full SHA f882505View commit details
Commits on Dec 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0693a7d - Browse repository at this point
Copy the full SHA 0693a7dView commit details -
feat: Update llm.TextEmbeddingGenerator to 005 (#1186)
* docs(bigquery): update minor parts in base.py * docs(bigquery): update minor changes for bigframes/ml/base.py * udpate docs in semantics.py to match the text-embedding-005 update --------- Co-authored-by: Shuowei Li <shuowei@google.com>
Configuration menu - View commit details
-
Copy full SHA for 3072d38 - Browse repository at this point
Copy the full SHA 3072d38View commit details
Commits on Dec 9, 2024
-
perf: update df.corr, df.cov to be used with more than 30 columns cas…
…e. (#1161) * perf: update df.corr, df.cov to be used with more than 30 columns case. * add large test * remove print * fix_index * fix index * test fix * fix test * fix test * slightly improve multi_apply_unary_op to avoid RecursionError * update recursion limit for nox session * skip the test in e2e/python 3.12 * simplify code * simplify code
Configuration menu - View commit details
-
Copy full SHA for 9dcf1aa - Browse repository at this point
Copy the full SHA 9dcf1aaView commit details -
refactor: consolidate reshaping functions under the reshape package (#…
…1194) * consolidate reshaping functions under the reshape package * format code * fix import * fix import * lint code
Configuration menu - View commit details
-
Copy full SHA for d638f7c - Browse repository at this point
Copy the full SHA d638f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8a16b - Browse repository at this point
Copy the full SHA 0d8a16bView commit details -
feat: add
ARIMAPlus.predict_explain()
to generate forecasts with ex……planation columns (#1177) * feat: create arima_plus_predict_attribution method * tmp: debug notes for time_series_arima_plus_model.predict_attribution * update test_arima_plus_predict_explain_default test and create test_arima_plus_predict_explain_params test * Merge branch 'ml-predict-explain' of github.com:googleapis/python-bigquery-dataframes into ml-predict-explain * update test_arima_plus_predict_explain_params test * Revert "tmp: debug notes for time_series_arima_plus_model.predict_attribution" This reverts commit f6dd455. * format and lint * Update bigframes/ml/forecasting.py Co-authored-by: Tim Sweña (Swast) <swast@google.com> * update predict explain params test * update test * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * add unit test file - bare bones * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fixed tests * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * lint * lint * fix test: float -> int --------- Co-authored-by: Chelsea Lin <chelsealin@google.com> Co-authored-by: Tim Sweña (Swast) <swast@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 05f8b4d - Browse repository at this point
Copy the full SHA 05f8b4dView commit details
Commits on Dec 10, 2024
-
feat: Add support for temporal types in dataframe's describe() method (…
…#1189) * feat: Add support for temporal types in dataframe's describe() method * add type hint to make mypy happy * directly use output_type to check agg op support for input type * format code * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * perf: update df.corr, df.cov to be used with more than 30 columns case. (#1161) * perf: update df.corr, df.cov to be used with more than 30 columns case. * add large test * remove print * fix_index * fix index * test fix * fix test * fix test * lint code * fix import path
Configuration menu - View commit details
-
Copy full SHA for 2d564a6 - Browse repository at this point
Copy the full SHA 2d564a6View commit details -
test: fix load test local run (#1201)
* test: fix load test local run * add back removed
Configuration menu - View commit details
-
Copy full SHA for d9898e6 - Browse repository at this point
Copy the full SHA d9898e6View commit details
Commits on Dec 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a44eafd - Browse repository at this point
Copy the full SHA a44eafdView commit details -
chore(main): release 1.28.0 (#1159)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c12e69 - Browse repository at this point
Copy the full SHA 7c12e69View commit details
There are no files selected for viewing