Skip to content

[NIGHTLY] v25.02.00

Pre-release
Pre-release
Compare
Choose a tag to compare
@rapids-bot rapids-bot released this 21 Nov 23:18
· 305 commits to branch-25.02 since this release
v25.02.00a
01222c1

πŸ”— Links

🚨 Breaking Changes

  • 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