Skip to content

v1.4.0

Compare
Choose a tag to compare
@release-please release-please released this 30 Apr 00:11
ac8f40c

1.4.0 (2024-04-29)

Features

  • Add .cache() method to persist intermediate dataframe (#626) (a5c94ec)
  • Add transpose support for small homogeneously typed DataFrames. (#621) (054075d)
  • Allow single input type in remote_function (#641) (3aa643f)
  • Expose gcf max timeout in remote_function (#639) (dfeaad0)
  • Series binary ops compatible with more types (#618) (518d315)
  • Support the score method for PaLM2TextGenerator (#634) (3ffc1d2)

Bug Fixes

Performance Improvements

  • Automatically condense internal expression representation (#516) (03c1b0d)
  • Cache transpose to allow performant retranspose (#635) (44b738d)

Documentation

  • Add supported pandas apis on the main page (#628) (8d2a51c)
  • Add the first sample for the Single time-series forecasting from Google Analytics data tutorial (#623) (2b84c4f)
  • Address more technical writers' feedback (#640) (1e7793c)