Skip to content

v25.02.02

Latest
Compare
Choose a tag to compare
@raydouglass raydouglass released this 03 Mar 18:22
v25.02.02
8139f3c

🚨 Breaking Changes

  • Expose stream-ordering in scalar and avro APIs (#17766) @shrshi
  • Add seed parameter to hash_character_ngrams (#17643) @davidwendt
  • Performance improvements and simplifications for fixed size row-based rolling windows (#17623) @wence-
  • Refactor distinct hash join to handle multiple probes with the same build table (#17609) @PointKernel
  • Deprecate cudf::grouped_time_range_rolling_window (#17589) @wence-
  • Remove "legacy" Dask DataFrame support from Dask cuDF (#17558) @rjzamora
  • Return empty result for segmented_reduce if input and offsets are both empty (#17437) @davidwendt
  • Rework minhash APIs for deprecation cycle (#17421) @davidwendt
  • Change indices for dictionary column to signed integer type (#17390) @davidwendt

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements