Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

chore(main): release 0.5.0#35

Merged
tswast merged 1 commit intomainfrom
release-please--branches--main
Sep 28, 2023
Merged

chore(main): release 0.5.0#35
tswast merged 1 commit intomainfrom
release-please--branches--main

Conversation

@release-please
Copy link
Contributor

@release-please release-please bot commented Sep 20, 2023

🤖 I have created a release beep boop

0.5.0 (2023-09-28)

Features

  • Add DataFrame.kurtosis / DF.kurt method (c1900c2)
  • Add DataFrame.rolling and DataFrame.expanding methods (c1900c2)
  • Add items, apply methods to DataFrame. (#43) (3adc1b3)
  • Add axis param to simple df aggregations (#52) (9cf9972)
  • Add index dtype, astype, drop, fillna, aggregate attributes. (#38) (1a254a4)
  • Add ml.preprocessing.LabelEncoder (#50) (2510461)
  • Add ml.preprocessing.MaxAbsScaler (#56) (14b262b)
  • Add ml.preprocessing.MinMaxScaler (#64) (392113b)
  • Add more index methods (#54) (a6e32aa)
  • Support calculate_p_values parameter in bigframes.ml.linear_model.LinearRegression (c1900c2)
  • Support class_weights="balanced" in LogisticRegression model (c1900c2)
  • Support df[column_name] = df_only_one_column (c1900c2)
  • Support early_stop parameter in bigframes.ml.linear_model.LinearRegression (c1900c2)
  • Support enable_global_explain parameter in bigframes.ml.linear_model.LinearRegression (c1900c2)
  • Support l2_reg parameter in bigframes.ml.linear_model.LinearRegression (c1900c2)
  • Support learn_rate_strategy parameter in bigframes.ml.linear_model.LinearRegression (c1900c2)
  • Support ls_init_learn_rate parameter in bigframes.ml.linear_model.LinearRegression (c1900c2)
  • Support max_iterations parameter in bigframes.ml.linear_model.LinearRegression (c1900c2)
  • Support min_rel_progress parameter in bigframes.ml.linear_model.LinearRegression (c1900c2)
  • Support optimize_strategy parameter in bigframes.ml.linear_model.LinearRegression (c1900c2)
  • Support casting string to integer or float (#59) (3502f83)

Bug Fixes

  • Fix header skipping logic in read_csv (#49) (d56258c)
  • Generate unique ids on join to avoid id collisions (#65) (7ab65e8)
  • LabelEncoder params consistent with Sklearn (#60) (632caec)
  • Loosen filter items tests to accomodate shifting pandas impl (#41) (edabdbb)

Performance Improvements

  • Add ability to cache dataframe and series to session table (#51) (416d7cb)
  • Inline small Series and DataFrames in query text (#45) (5e199ec)
  • Reimplement unpivot to use cross join rather than union (#47) (f9a93ce)
  • Simplify join order to use multiple order keys instead of string. (#36) (5056da6)

Documentation

  • Link to Remote Functions code samples from README and API reference (c1900c2)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested a review from a team as a code owner September 20, 2023 16:27
@release-please release-please bot requested a review from a team September 20, 2023 16:27
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 20, 2023
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Sep 20, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 20, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 20, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 18ae458 to 57c861c Compare September 20, 2023 22:16
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 20, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 20, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 20, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 57c861c to 87baaee Compare September 21, 2023 00:22
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 21, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 21, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 21, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 87baaee to 2c7f559 Compare September 21, 2023 16:57
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 21, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 21, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 21, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 2c7f559 to 67ae331 Compare September 21, 2023 17:43
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 21, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 21, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 21, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 67ae331 to d471313 Compare September 21, 2023 19:28
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 23, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 23, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 23, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 467baa3 to 3b5c9ff Compare September 25, 2023 21:34
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 25, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 25, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 25, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 3b5c9ff to c4afd97 Compare September 25, 2023 22:46
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 25, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 25, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 25, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from c4afd97 to bffa143 Compare September 26, 2023 01:03
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 26, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 26, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 26, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from bffa143 to 41c493d Compare September 26, 2023 04:17
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 26, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 26, 2023
@bigframes-bot bigframes-bot removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 26, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 41c493d to c3ac704 Compare September 26, 2023 19:09
@release-please
Copy link
Contributor Author

@release-trigger
Copy link

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).

@release-tool-publish-reporter

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter

🥚 You hatched a release! The release build finished successfully! 💜

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants