This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.12.0
1.12.0 (2024-07-31)
Features
- Add bigframes-mode label to query jobs (#832) (c9eaff0)
- Add config option to set partial ordering mode (#855) (823c0ce)
- Add stratify param support to ml.model_selection.train_test_split method (#815) (27f8631)
- Add streaming.StreamingDataFrame class (#864) (a7d7197)
- Allow DataFrame.join for self-join on Null index (#860) (e950533)
- Support remote function cleanup with
session.close(#818) (ed06436) - Support to_csv/parquet/json to local files/objects (#858) (d0ab9cc)
Bug Fixes
- Fewer relation joins from df self-operations (#823) (0d24f73)
- Fix 'sql' property for null index (#844) (1b6a556)
- Fix unordered mode using ordered path to print frame (#839) (93785cb)
- Reduce redundant
remote_functiondeployments (#856) (cbf2d42)