-
Notifications
You must be signed in to change notification settings - Fork 48
chore(main): release 0.3.0 #13
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
milkshakeiii
approved these changes
Aug 29, 2023
@milkshakeiii please wait until we're ready to cut the release before approving. We're currently in a freeze due to GCP NEXT. |
1207ee8
to
87a5ada
Compare
87a5ada
to
fde7a2e
Compare
Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery-dataframes/release/release (2023-09-05T19:33:15.245Z) To trigger again, remove the autorelease: triggered label (in a few minutes). |
Manually marked this release as published, as I manually released 0.3.0. |
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.
autorelease: published
size: m
Pull request size is medium.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.3.0 (2023-09-02)
Features
bigframes.get_global_session()
andbigframes.reset_session()
aliases (a32b747)bigframes.pandas.read_pickle
function (a32b747)components_
,explained_variance_
, andexplained_variance_ratio_
properties tobigframes.ml.decomposition.PCA
(89b9503)fit_transform
tobigquery.ml
transformers (a32b747)Series.dropna
andDataFrame.fillna
(8fab755)Series.str
methodsisalpha
,isdigit
,isdecimal
,isalnum
,isspace
,islower
,isupper
,zfill
,center
(a32b747)bigframes.pandas.merge()
(8fab755)DataFrame.isin
with list and dict inputs (8fab755)DataFrame.pivot
(a32b747)DataFrame.stack
(89b9503)DataFrame
-DataFrame
binary operations (8fab755)df[my_column] = [a python list]
(89b9503)Index.is_monotonic
(8fab755)np.arcsin
,np.arccos
,np.arctan
,np.sinh
,np.cosh
,np.tanh
,np.arcsinh
,np.arccosh
,np.arctanh
,np.exp
with Series argument (89b9503)np.sin
,np.cos
,np.tan
,np.log
,np.log10
,np.sqrt
,np.abs
with Series argument (89b9503)pow()
and power operator inDataFrame
andSeries
(8fab755)read_json
withengine=bigquery
for newline-delimited JSON files (89b9503)Series.corr
(89b9503)Series.map
(8fab755)np.add
,np.subtract
,np.multiply
,np.divide
,np.power
(8fab755)pandas.Index
for column labels (a32b747)ml.llm
andml.imported
(8fab755)Bug Fixes
set_index
(a32b747)DataFrame.agg
results (89b9503)ORDER BY
inread_gbq
input when anindex_col
is defined (89b9503)remote_function
(89b9503)read_gbq_function
(a32b747)NotImplementedError
exception messages (89b9503)source=bigquery-dataframes-temp
label (89b9503)X_train
argument names consistent across methods (8fab755)read_gbq_function
(a32b747)DataFrame
initializater (89b9503)Performance Improvements
__repr_*__
methods (a32b747)row_number()
filter forhead
/tail
(8fab755)Documentation
read_gbq
docs (a32b747)options.bigquery.project
in sample code (89b9503)This PR was generated with Release Please. See documentation.