Skip to content

v2.25.0

Choose a tag to compare

@release-please release-please released this 13 Oct 20:25
bbfdb20

2.25.0 (2025-10-13)

Features

  • Add barh, pie plot types (#2146) (5cc3c5b)
  • Add Index.eq for consts, aligned objects (#2141) (8514200)
  • Add output_schema parameter to ai.generate() (#2139) (ef0b0b7)
  • Create session-scoped cut, DataFrame, MultiIndex, Index, Series, to_datetime, and to_timedelta methods (#2157) (5e1e809)
  • Replace ML.GENERATE_TEXT with AI.GENERATE for audio transcription (#2151) (a410d0a)
  • Support string literal inputs for AI functions (#2152) (7600001)

Bug Fixes

  • Address typo in error message (#2142) (cdf2dd5)
  • Avoid possible circular imports in global session (#2115) (095c0b8)
  • Fix too many cluster columns requested by caching (#2155) (35c1c33)
  • Show progress even in job optional queries (#2119) (1f48d3a)
  • Yield row count from read session if otherwise unknown (#2148) (8997d4d)

Documentation

  • Add a brief intro notebook for bbq AI functions (#2150) (1f434fb)
  • Fix ai function related docs (#2149) (93a0749)
  • Remove progress bar from getting started template (#2143) (d13abad)