-
Notifications
You must be signed in to change notification settings - Fork 50
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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@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
馃 Release is at https://github.com/googleapis/python-bigquery-dataframes/releases/tag/v0.3.0 馃尰 |
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. |
馃 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.