-
Notifications
You must be signed in to change notification settings - Fork 48
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
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
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
tswast
approved these changes
Sep 28, 2023
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! 💜 |
ashleyxuu
pushed a commit
that referenced
this pull request
Oct 3, 2023
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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.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.