Skip to content

v2.12.0

Compare
Choose a tag to compare
@release-please release-please released this 23 Jul 20:02
b47a124

2.12.0 (2025-07-23)

Features

  • Add code samples for dbt bigframes integration (#1898) (7e03252)
  • Add isin local execution to hybrid engine (#1915) (c0cefd3)
  • Add ml.metrics.mean_absolute_error method (#1910) (15b8449)
  • Allow local arithmetic execution in hybrid engine (#1906) (ebdcd02)
  • Provide day_of_year and day_of_week for dt accessor (#1911) (40e7638)
  • Support params max_batching_rows, container_cpu, and container_memory for udf (#1897) (8baa912)
  • Support typed pyarrow.Scalar in assignment (#1930) (cd28e12)

Bug Fixes

  • Correct min field from max() to min() in remote function tests (#1917) (d5c54fc)
  • Resolve location reset issue in bigquery options (#1914) (c15cb8a)
  • Series.str.isdigit in unicode superscripts and fractions (#1924) (8d46c36)

Documentation

  • Add code snippets for session and IO public docs (#1919) (6e01cbe)
  • Add snippets for performance optimization doc (#1923) (4da309e)