-
Notifications
You must be signed in to change notification settings - Fork 60
chore(main): release 0.5.0 #35
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
Conversation
18ae458
to
57c861c
Compare
57c861c
to
87baaee
Compare
87baaee
to
2c7f559
Compare
2c7f559
to
67ae331
Compare
67ae331
to
d471313
Compare
6b11b7e
to
f46bd08
Compare
f46bd08
to
c8e46bc
Compare
π€ Release is at https://github.com/googleapis/python-bigquery-dataframes/releases/tag/v0.5.0 π» |
Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery-dataframes/release/release (2023-09-28T19:42:33.205Z) To trigger again, remove the autorelease: triggered label (in a few minutes). |
The release build has started, the log can be viewed here. π» |
π₯ You hatched a release! The release build finished successfully! π |
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
π€ I have created a release beep boop
0.5.0 (2023-09-28)
Features
DataFrame.kurtosis
/DF.kurt
method (c1900c2)DataFrame.rolling
andDataFrame.expanding
methods (c1900c2)items
,apply
methods toDataFrame
. (#43) (3adc1b3)dtype
,astype
,drop
,fillna
, aggregate attributes. (#38) (1a254a4)calculate_p_values
parameter inbigframes.ml.linear_model.LinearRegression
(c1900c2)class_weights="balanced"
inLogisticRegression
model (c1900c2)df[column_name] = df_only_one_column
(c1900c2)early_stop
parameter inbigframes.ml.linear_model.LinearRegression
(c1900c2)enable_global_explain
parameter inbigframes.ml.linear_model.LinearRegression
(c1900c2)l2_reg
parameter inbigframes.ml.linear_model.LinearRegression
(c1900c2)learn_rate_strategy
parameter inbigframes.ml.linear_model.LinearRegression
(c1900c2)ls_init_learn_rate
parameter inbigframes.ml.linear_model.LinearRegression
(c1900c2)max_iterations
parameter inbigframes.ml.linear_model.LinearRegression
(c1900c2)min_rel_progress
parameter inbigframes.ml.linear_model.LinearRegression
(c1900c2)optimize_strategy
parameter inbigframes.ml.linear_model.LinearRegression
(c1900c2)Bug Fixes
read_csv
(#49) (d56258c)Performance Improvements
Series
andDataFrames
in query text (#45) (5e199ec)Documentation
This PR was generated with Release Please. See documentation.