Skip to content

v1.42.0

Compare
Choose a tag to compare
@release-please release-please released this 27 Mar 07:46
b6b82ec

1.42.0 (2025-03-27)

Features

  • Add closed parameter in rolling() (#1539) (8bcc89b)
  • Add GeoSeries.difference() and bigframes.bigquery.st_difference() (#1471) (e9fe815)
  • Add GeoSeries.intersection() and bigframes.bigquery.st_intersection() (#1529) (8542bd4)
  • Add df.take and series.take (#1509) (7d00be6)
  • Add Linear_Regression.global_explain() (#1446) (7e5b6a8)
  • Allow iloc to support lists of negative indices (#1497) (a9cf215)
  • Support dry_run in to_pandas() (#1436) (75fc7e0)
  • Support window partition by geo column (#1512) (bdcb1e7)
  • Upgrade BQ managed udf to preview (#1536) (4a7fe4d)

Bug Fixes

  • Add deprecation warning to TextEmbeddingGenerator model, espeically gemini-1.0-X and gemini-1.5-X (#1534) (c93e720)
  • Change the default value for pdf extract/chunk (#1517) (a70a607)
  • Local data always has sequential index (#1514) (014bd33)
  • Read_pandas inline returns None when exceeds limit (#1525) (578081e)
  • Temporary fix for StreamingDataFrame not working backend bug (#1533) (6ab4ffd)
  • Tolerate BQ connection service account propagation delay (#1505) (6681f1f)

Performance Improvements

Documentation

  • Update GeoSeries.difference() and bigframes.bigquery.st_difference() docs (#1526) (d553fa2)