This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.4.0
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
scoremethod forPaLM2TextGenerator(#634) (3ffc1d2)
Bug Fixes
- Allow to_pandas to download more than 10GB (#637) (ce56495)
- Extend row hash to 128 bits to guarantee unique row id (#632) (9005c6e)
- Llm fine tuning tests (#627) (4724a1a)
- Llm palm score tests (#643) (cf4ec3a)
Performance Improvements
- Automatically condense internal expression representation (#516) (03c1b0d)
- Cache transpose to allow performant retranspose (#635) (44b738d)