-
Notifications
You must be signed in to change notification settings - Fork 48
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: v1.20.0
head repository: googleapis/python-bigquery-dataframes
compare: v1.21.0
- 14 commits
- 71 files changed
- 7 contributors
Commits on Sep 26, 2024
-
chore: run doctest and notebook tests in bigframes-testing project (#976
) * chore: target bigframes-testing project for doctest and notebook tests * skip the axis=1 multi index test temporarily * regionalized notebook to honor GOOGLE_CLOUD_PROJECT * temporarily disable southamerica-west1 for regionalization testing This is to confirm that only southamerica-west1 has issue running notebook test * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * restore southameria-west1 for regionalization testing --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1604139 - Browse repository at this point
Copy the full SHA 1604139View commit details -
feat: add ml.model_selection.cross_validate support (#1020)
* feat: add ml.model_selection.cross_validate support * use time.perf_count
Configuration menu - View commit details
-
Copy full SHA for 1a38063 - Browse repository at this point
Copy the full SHA 1a38063View commit details -
Configuration menu - View commit details
-
Copy full SHA for c89e92e - Browse repository at this point
Copy the full SHA c89e92eView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff11ac8 - Browse repository at this point
Copy the full SHA ff11ac8View commit details -
refactor: move reader functions from
__init__.py
to a separate file…… under the pandas package (#1023) * refactor: move reader functions from __init__.py to a separate file under pandas package * fix type in __all__ * move read functions under bigframes.pandas.io.api to reflect the structure of pandas * move read functions under bigframes.pandas.io.api to reflect the structure of pandas * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * update function import * fix missing comma * try to fix dup doc by directly import types from pandas * fix doc generation --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d18815 - Browse repository at this point
Copy the full SHA 2d18815View commit details -
feat: allow access of struct fields with dot operators on
Series
(#……1019) * feat: allow access of struct fields with dot operators for Series * fix infinite recursion of __getattr__() * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix typing and version * 🦉 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 ef76f13 - Browse repository at this point
Copy the full SHA ef76f13View commit details -
feat: add DeprecationWarning for PaLM2TextEmbeddingGenerator (#1018)
* feat: add DeprecationWarning for PaLM2TextEmbeddingGenerator * fix wording * fix wording * use typing_extensions instead
Configuration menu - View commit details
-
Copy full SHA for 4af5bbb - Browse repository at this point
Copy the full SHA 4af5bbbView commit details
Commits on Oct 1, 2024
-
fix: remove pre-caching of remote function results (#1028)
This will save redundant remote function execution as reported in b/370088754. The trade-off is that any remote function integration issues will be caughts only at a later point through a usage triggered sql execution. Why the caching is not working as indended in the reported use case in the bug? as per TrevorBergeron@ "the cached execution is useless when it is implicitly joined back to the base dataframe"
Configuration menu - View commit details
-
Copy full SHA for 0359bc8 - Browse repository at this point
Copy the full SHA 0359bc8View commit details -
chore: internal version of resample. (#1004)
* chore: internal version of resample. * skip legacy pandas * replace generate array with range. * update casts * update to avoid ibis 9 aggregation bug. * re-order the code to avoid ibis 9 'must be qualified with a dataset' bug. * update comments * add unordered mode test * test case with duplicate * updates * doc updates * node updates * fix doc * fix doc
Configuration menu - View commit details
-
Copy full SHA for a5ad033 - Browse repository at this point
Copy the full SHA a5ad033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4992cc2 - Browse repository at this point
Copy the full SHA 4992cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1183b0f - Browse repository at this point
Copy the full SHA 1183b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 057f3f0 - Browse repository at this point
Copy the full SHA 057f3f0View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4105dba - Browse repository at this point
Copy the full SHA 4105dbaView commit details -
chore(main): release 1.21.0 (#1025)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 56fec28 - Browse repository at this point
Copy the full SHA 56fec28View 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.20.0...v1.21.0