This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v1.5.0
1.5.0 (2024-05-07)
Features
bigframes.optionsandbigframes.option_contextnow uses thread-local variables to prevent context managers in separate threads from affecting each other (#652) (651fd7d)- Add
ARIMAPlus.coef_property exposingML.ARIMA_COEFFICIENTSfunctionality (#585) (81d1262) - Add a unique session_id to Session and allow cleaning up sessions (#553) (c8d4e23)
- Add the
bigframes.bigquerysub-package with abigframes.bigquery.array_lengthfunction (#630) (9963f85) - Always do a query dry run when
option.repr_mode == "deferred"(#652) (651fd7d) - Custom query labels for compute options (#638) (f561799)
- Raise
NoDefaultIndexErrorfromread_gbqon clustered/partitioned tables with noindex_colorfiltersset (#631) (73064dd) - Support
index_col=Falseinread_csvandengine="bigquery"(73064dd) - Support gcf max instance count in
remote_function(#657) (36578ab)
Bug Fixes
- Don't raise UnknownLocationWarning for US or EU multi-regions (#653) (8e4616b)
- Downgrade NoDefaultIndexError to DefaultIndexWarning (#658) (2715d2b)
- Fix bug with na in the column labels in stack (#659) (4a34293)
- Use explicit session in
PaLM2TextGenerator(#651) (e4f13c3)