Releases
v0.15.0
0.15.0 (2023-11-29)
⚠ BREAKING CHANGES
model.predict returns all the columns (#204 )
Features
Add info and memory_usage methods to dataframe (#219 ) (9d6613d )
Add remote vertex model support (#237 ) (0bfc4fb )
Add the recent api method for ML component (#225 ) (ed8876d )
Model.predict returns all the columns (#204 ) (416171a )
Send warnings on LLM prediction partial failures (#216 ) (81125f9 )
Bug Fixes
Add df snapshots lookup for read_gbq
(#229 ) (d0d9b84 )
Avoid unnecessary row_number() on sort key for io (#211 ) (a18d40e )
Dedup special character (#209 ) (dd78acb )
Invalid JSON type of the notebook (#215 ) (a729831 )
Make to_pandas override enable_downsampling when sampling_method is manually set. (#200 ) (ae03756 )
Polish the llm+kmeans notebook (#208 ) (e8532b1 )
Update the llm+kmeans notebook with recent change (#236 ) (f8917ab )
Use anonymous dataset to create remote_function
(#205 ) (69b016e )
Documentation
Add code samples for index
and column
properties (#212 ) (c88d38e )
Add code samples for df reshaping, function, merge, and join methods (#203 ) (010486c )
Add examples for dataframe.kurt, dataframe.std, dataframe.count (#232 ) (f9c6e72 )
Add examples for dataframe.mean, dataframe.median, dataframe.va… (#228 ) (edd0522 )
Add examples for dataframe.min, dataframe.max and dataframe.sum (#227 ) (3a375e8 )
Code samples for Series.dot
and DataFrame.dot
(#226 ) (b62a07a )
Code samples for Series.where
and Series.mask
(#217 ) (52dfad2 )
Code samples for dataframe.any, dataframe.all and dataframe.prod (#223 ) (d7957fa )
Make the code samples reflect default bq connection usage (#206 ) (71844b0 )
Miscellaneous Chores
You can’t perform that action at this time.