Skip to content

v1.10.0

Compare
Choose a tag to compare
@release-please release-please released this 25 Jun 23:08
2e692e9

1.10.0 (2024-06-21)

Features

  • Add dataframe.insert (#770) (e8bab68)
  • Add groupby head API (#791) (44202bc)
  • Add ml.preprocessing.PolynomialFeatures class (#793) (b4fbb51)
  • Bigframes.streaming module for continuous queries (#703) (0433a1c)
  • Include index columns in DataFrame.sql if they are named (#788) (c8d16c0)

Bug Fixes

  • Allow __repr__ to work with uninitialed DataFrame/Series/Index (#778) (e14c7a9)
  • Df.loc with the 2nd input as bigframes boolean Series (#789) (a4ac82e)
  • Ensure numpy version matches in remote_function deployment (#798) (324d93c)
  • Fix temp table creation retries by now throwing if table already exists. (#787) (0e57d1f)
  • Self-join optimization doesn't needlessly invalidate caching (#797) (1b96b80)