-
Notifications
You must be signed in to change notification settings - Fork 60
chore(main): release 0.18.0 #279
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
f76ee7c
to
51d0f92
Compare
51d0f92
to
f26f24f
Compare
f26f24f
to
688808f
Compare
688808f
to
73ef8da
Compare
b267a40
to
a8a88eb
Compare
a8a88eb
to
271ea88
Compare
π€ Release is at https://github.com/googleapis/python-bigquery-dataframes/releases/tag/v0.18.0 π» |
Triggered job: cloud-devrel/client-libraries/python/googleapis/python-bigquery-dataframes/release/release (2024-01-03T19:30:11.052Z) 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! π |
π€ I have created a release beep boop
0.18.0 (2024-01-02)
Features
dataframe.to_html
(#259) (2cd6489)IntervalIndex
support tobigframes.pandas.cut
(#254) (6c1969a)replace
method to DataFrame (#261) (5092215)Bug Fixes
Dataframes.to_gbq
now creates dataset if it doesn't exist (#222) (bac62f7)DataFrameGroupby.agg()
issue with as_index=False (#273) (ab49350)Series.str.replace
work for simple strings (#285) (ad67465)dataframe.to_gbq
to dedup column names. (#286) (746115d)Dependencies
ibis-framework >= "7.1.0"
(#53) (9798a2b)Documentation
astype
common to DataFrame and Series (#280) (95b673a)DataFrame.copy
andSeries.copy
(#290) (7cbc2b0)drop
andfillna
(#284) (9c5012e)isna
,isnull
,dropna
,isin
(#289) (ad51035)rename
,size
(#293) (eb69f60)reset_index
andsort_values
(#282) (acc0eb7)sample
,get
,Series.round
(#295) (c2b1892)Series.{add, replace, unique, T, transpose}
(#287) (0e1bbfc)Series.{map, to_list, count}
(#290) (7cbc2b0)Series.{name, std, agg}
(#293) (eb69f60)Series.groupby
andSeries.{sum,mean,min,max}
(#280) (95b673a)set_index
,items
(#295) (c2b1892)get_dummies
(#291) (252f3a2)This PR was generated with Release Please. See documentation.