Skip to content

v1.33.0

Latest
Compare
Choose a tag to compare
@release-please release-please released this 22 Jan 14:43
3bee635

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)

Documentation

  • Add snippet to forecast future time series in the Forecast a single time series with a univariate model tutorial (#1271) (a687050)
  • Update bigframes.pandas.Series docs (#1273) (0cac64f)