Skip to content

v2.11.0

Compare
Choose a tag to compare
@release-please release-please released this 15 Jul 14:11
566b5b0

2.11.0 (2025-07-15)

Features

  • Add __contains__ to Index, Series, DataFrame (#1899) (07222bf)
  • Add thresh param for Dataframe.dropna (#1885) (1395a50)
  • Add concat pushdown for hybrid engine (#1891) (813624d)
  • Add pagination buttons (prev/next) to anywidget mode for DataFrames (#1841) (8eca767)
  • Add total_rows property to pandas batches iterator (#1888) (e3f5e65)
  • Hybrid engine local join support (#1900) (1aa7950)
  • Support date data type for to_datetime() (#1902) (24050cb)
  • Support bpd.Series(json_data, dtype="json") (#1882) (05cb7d0)

Bug Fixes

  • Bpd.merge on common columns (#1905) (a1fa112)
  • DataFrame string addition respects order (#1894) (52c8233)
  • Show slot_millis_sum warning only when allow_large_results=False (#1892) (25efabc)
  • Used query row count metadata instead of table metadata (#1893) (e1ebc53)