This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.12.0
0.12.0 (2023-11-01)
Features
- Add
DataFrame.melt(#113) (4e4409c) - Add
DataFrame.to_pandas_batches()to download largeDataFrameobjects (#136) (3afd4a3) - Add bigframes.options.compute.maximum_bytes_billed option that sets maximum bytes billed on query jobs (#133) (63c7919)
- Add pandas.qcut (#104) (8e44518)
- Add pd.get_dummies (#149) (d8baad5)
- Add unstack to series, add level param (#115) (5edcd19)
- Implement operator
@forDataFrame.dot(#139) (79a638e) - Populate ibis version in user agent (#140) (c639a36)
Bug Fixes
- Don't override the global logging config (#138) (2ddbf74)
- Fix bug with column names under repeated column assignment (#150) (29032d0)
- Resolve plotly rendering issue by using ipython html for job pro… (#134) (39df43e)
- Use indexee's session for loc listlike cases (#152) (27c5725)