Releases: googleapis/python-bigquery-dataframes
Releases · googleapis/python-bigquery-dataframes
v1.22.0
1.22.0 (2024-10-09)
Features
- Support regional endpoints for more bigquery locations (#1061) (45b672a)
- Update LLM generators to warn user about model name instead of raising error. (#1048) (650d80d)
Bug Fixes
- Access MATERIALIZED_VIEW with read_gbq (#1070) (601e984)
- Correct zero row count in DataFrame from table view (#1062) (b536070)
- Fix generic error message when entering an incorrect column name (#1031) (5ac217d)
- Make
exploderespect the index labels (#1064) (99ca0df) - Make invalid location warning case-insensitive (#1044) (b6cd55a)
- Remove palm2 test case from llm load test (#1063) (575a10a)
- Show warning for unknown location set through .ctor (#1052) (02c2da7)
Performance Improvements
- Reduce schema tracking overhead (#1056) (1c3879d)
- Repr generates fewer queries (#1046) (d204603)
- Speedup internal tree comparisons (#1060) (4379438)
Documentation
v1.21.0
1.21.0 (2024-10-02)
Features
- Add deprecation warning to PaLM2TextGenerator model (#1035) (1183b0f)
- Add DeprecationWarning for PaLM2TextEmbeddingGenerator (#1018) (4af5bbb)
- Add ml.model_selection.cross_validate support (#1020) (1a38063)
- Allow access of struct fields with dot operators on
Series(#1019) (ef76f13)
Bug Fixes
- Ensure no double execution for to_pandas (#1032) (4992cc2)
- Remove pre-caching of remote function results (#1028) (0359bc8)
Documentation
v1.20.0
v1.19.0
v1.18.0
1.18.0 (2024-09-18)
Features
- Add "include" param to describe for string types (#973) (deac6d2)
- Add
subsetparameter toDataFrame.dropnato select which columns to consider (#981) (f7c03dc)
Bug Fixes
- DataFrameGroupby.agg now works with unnamed tuples (#985) (0f047b4)
- Fix a bug that raises exception when re-indexing columns with their original order (#988) (596b03b)
- Make the
Series.applyoutcomeassignable to the original dataframe in partial ordering mode (#874) (c94ead9)
Dependencies
v1.17.0
1.17.0 (2024-09-11)
Features
- Add
__version__alias to bigframes.pandas (#967) (9ce10b4) - Add Gemini 1.5 stable models support (#945) (c1cde19)
- Allow setting table labels in
to_gbq(#941) (cccc6ca) - Define list accessor for bigframes Series (#946) (8e8279d)
- Enable read_csv() to process other files (#940) (3b35860)
- Include the bigframes package version alongside the feedback link in error messages (#936) (7b59b6d)
Bug Fixes
- Astype Decimal to Int64 conversion. (#957) (27764a6)
- Make
read_gbq_functionwork for multi-param functions (#947) (c750be6) - Support
read_gbq_functionfor axis=1 application (#950) (86e54b1)
Documentation
v1.16.0
1.16.0 (2024-09-04)
Features
- Add
DataFrame.struct.explodeto add struct subfields to a DataFrame (#916) (ad2f75e) - Implement
bigframes.bigquery.json_extract_array(#910) (575a29e) - Recover struct column from exploded Series (#904) (7dd304c)
Bug Fixes
- Fix issue with iterating on >10gb dataframes (#949) (2b0f0fa)
- Improve
Series.replacefor dict input (#907) (4208044) - NullIndex in ML model.predict error (#917) (612271d)
- Struct field non-nullable type issue. (#914) (149d5ff)
- Unordered mode errors in ml train_test_split (#925) (85d7c21)
Performance Improvements
Dependencies
- Re-introduce support for numpy 1.24.x (#931) (3d71913)
- Update minimum support to Pandas 1.5.3 and Pyarrow 10.0.1 (#903) (7ed3962)
Documentation
v1.15.0
v1.14.0
1.14.0 (2024-08-14)
Features
- Implement
bigframes.bigquery.json_extract(#868) (3dbf84b) - Implement
Series.str.__getitem__(#897) (e027b7e)
Bug Fixes
Performance Improvements
- Generate SQL with fewer CTEs (#877) (eb60804)
- Speed up compilation by reducing redundant type normalization (#896) (e0b11bc)
Documentation
v1.13.0
1.13.0 (2024-08-05)
Features
df.apply(axis=1)to support remote function with mutiple params (#851) (2158818)- Allow windowing in 'partial' ordering mode (#861) (ca26fe5)
- Create a separate OrderingModePartialPreviewWarning for more fine-grained warning filters (#879) (8753bdd)