This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.33.0
1.33.0 (2025-01-22)
Features
- Add
bigframes.bigquery.sql_scalar()to apply SQL syntax on Series objects (#1293) (aa2f73a) - Add unix_seconds, unix_millis and unix_micros for timestamp series. (#1297) (e4b0c8d)
- DataFrame.join supports Series other (#1303) (ee37a0a)
- Support array output in
remote_function(#1057) (bdee173)
Bug Fixes
- Dataframe sort_values Series input keyerror. (#1285) (5a2731b)
- Fix read_gbq_function issue in dataframe apply method (#1174) (0318764)
- Series sort_index and sort_values now raises when axis!=0 (#1294) (94bc2f2)