This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.10.0
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_functiondeployment (#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)