Skip to content

chore: sync changes from internal repo #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2023
Merged

Conversation

tswast
Copy link
Collaborator

@tswast tswast commented Aug 29, 2023

Created with the following git command:

git cherry-pick --strategy-option=theirs --no-commit 7c0ce8974e67a2a5aa791c43626faee2f0466e58...c9b2dc2ed1e4d24a0692284c7488de8f0bdd1024

feat: support Series.corr
fix: raise AttributeError for unimplemented pandas methods
feat: support DataFrame.stack
feat: support np.arcsin, np.arccos, np.arctan, np.sinh, np.cosh, np.tanh, np.arcsinh, np.arccosh, np.arctanh, np.exp with Series argument
fix: align column names with pandas in DataFrame.agg results
docs: set options.bigquery.project in sample code
chore: unit test internal get_standardized_ids method
fix: include survey link in abstract NotImplementedError exception messages
perf: lazily instantiate client library objects
fix: allow (but still not recommended) ORDER BY in read_gbq input when an index_col is defined
feat: support read_json with engine=bigquery for newline-delimited JSON files
chore: remove unneeded types-retry reference
feat: support np.sin, np.cos, np.tan, np.log, np.log10, np.sqrt, np.abs with Series argument
fix: label temp table creation jobs with source=bigquery-dataframes-temp label
fix: support spaces in column names in DataFrame initializater
chore: fix permissions on publish docs script
feat: support df[my_column] = [a python list]
feat: add components_, explained_variance_, and explained_variance_ratio_ properties to bigframes.ml.decomposition.PCA
chore: add execute permissions on publish docs script
docs: fix link to GitHub
chore: fix docs build
fix: check for IAM role on the BigQuery connection when initializing a remote_function
chore: revert pin to maximum pytest-retry plugin version in tests
Change-Id: Ia2bbfdd6920185ae8888597654d6a1baa0bab9ae

feat: support `Series.corr`
fix: raise AttributeError for unimplemented pandas methods
feat: support `DataFrame.stack`
feat: support `np.arcsin`, `np.arccos`, `np.arctan`, `np.sinh`, `np.cosh`, `np.tanh`, `np.arcsinh`, `np.arccosh`, `np.arctanh`, `np.exp` with Series argument
fix: align column names with pandas in `DataFrame.agg` results
docs: set `options.bigquery.project` in sample code
chore: unit test internal `get_standardized_ids` method
fix: include survey link in abstract `NotImplementedError` exception messages
perf: lazily instantiate client library objects
fix: allow (but still not recommended) `ORDER BY` in `read_gbq` input when an `index_col` is defined
feat: support `read_json` with `engine=bigquery` for newline-delimited JSON files
chore: remove unneeded `types-retry` reference
feat: support `np.sin`, `np.cos`, `np.tan`, `np.log`, `np.log10`, `np.sqrt`, `np.abs` with Series argument
fix: label temp table creation jobs with `source=bigquery-dataframes-temp` label
fix: support spaces in column names in `DataFrame` initializater
chore: fix permissions on publish docs script
feat: support `df[my_column] = [a python list]`
feat: add `components_`, `explained_variance_`, and `explained_variance_ratio_` properties to `bigframes.ml.decomposition.PCA`
chore: add execute permissions on publish docs script
docs: fix link to GitHub
chore: fix docs build
fix: check for IAM role on the BigQuery connection when initializing a `remote_function`
chore: revert pin to maximum pytest-retry plugin version in tests
Change-Id: Ia2bbfdd6920185ae8888597654d6a1baa0bab9ae
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. label Aug 29, 2023
@tswast tswast requested a review from ashleyxuu August 29, 2023 15:22
@ashleyxuu
Copy link
Contributor

LGTM

@tswast tswast merged commit 89b9503 into main Aug 29, 2023
@tswast tswast deleted the github-sync-20230829 branch August 29, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants