Releases: googleapis/python-bigquery-dataframes
Releases · googleapis/python-bigquery-dataframes
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_function
work for multi-param functions (#947) (c750be6) - Support
read_gbq_function
for axis=1 application (#950) (86e54b1)
Documentation
v1.16.0
1.16.0 (2024-09-04)
Features
- Add
DataFrame.struct.explode
to 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.replace
for 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)
Bug Fixes
Documentation
v1.12.0
1.12.0 (2024-07-31)
Features
- Add bigframes-mode label to query jobs (#832) (c9eaff0)
- Add config option to set partial ordering mode (#855) (823c0ce)
- Add stratify param support to ml.model_selection.train_test_split method (#815) (27f8631)
- Add streaming.StreamingDataFrame class (#864) (a7d7197)
- Allow DataFrame.join for self-join on Null index (#860) (e950533)
- Support remote function cleanup with
session.close
(#818) (ed06436) - Support to_csv/parquet/json to local files/objects (#858) (d0ab9cc)
Bug Fixes
- Fewer relation joins from df self-operations (#823) (0d24f73)
- Fix 'sql' property for null index (#844) (1b6a556)
- Fix unordered mode using ordered path to print frame (#839) (93785cb)
- Reduce redundant
remote_function
deployments (#856) (cbf2d42)
Documentation
v1.11.1
v1.11.0
1.11.0 (2024-07-01)
Features
- Add .agg support for size (#792) (87e6018)
- Add
bigframes.bigquery.json_set
(#782) (1b613e0) - Add
bigframes.streaming.to_pubsub
method to create continuous query that writes to Pub/Sub (#801) (b47f32d) - Add
DataFrame.to_arrow
to create Arrow Table from DataFrame (#807) (1e3feda) - Add
PolynomialFeatures
support toto_gbq
and pipelines (#805) (57d98b9) - Add Series.peek to preview data efficiently (#727) (580e1b9)
- Expose gcf memory param in
remote_function
(#803) (014765c) - More informative error when query plan too complex (#811) (136dc24)
Bug Fixes
Documentation
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_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)
v1.9.0
1.9.0 (2024-06-10)
Features
- Allow functions returned from
bpd.read_gbq_function
to execute outside ofapply
(#706) (ad7d8ac) - Support
bigquery.vector_search()
(#736) (dad66fd) - Support
score()
in GeminiTextGenerator (#740) (b2c7d8b) - Support bytes type in
remote_function
(#761) (4915424) - Support fit() in GeminiTextGenerator (#758) (d751f5c)
Bug Fixes
- ARIMAPlus loads auto_arima_min_order param (#752) (39d7013)
- Improve to_pandas_batches for large results (#746) (61f18cb)
- Resolve issue with unset thread-local options (#741) (d93dbaf)