Skip to content

[NIGHTLY] v24.12.00

Pre-release
Pre-release
Compare
Choose a tag to compare
@rapids-bot rapids-bot released this 27 Sep 16:13
· 418 commits to branch-25.02 since this release
v24.12.00a
83f9d2b

🔗 Links

🚨 Breaking Changes

  • Fix reading Parquet string cols when nrows and input_pass_limit > 0 (#17321) @mhaseeb123
  • prefer wheel-provided libcudf.so in load_library(), use RTLD_LOCAL (#17316) @jameslamb
  • Deprecate single component extraction methods in libcudf (#17221) @Matt711
  • Move detail header floating_conversion.hpp to detail subdirectory (#17209) @davidwendt
  • Refactor Dask cuDF legacy code (#17205) @rjzamora
  • Make HostMemoryBuffer call into the DefaultHostMemoryAllocator (#17204) @revans2
  • Remove java reservation (#17189) @revans2
  • Separate evaluation logic from IR objects in cudf-polars (#17175) @rjzamora
  • Upgrade to polars 1.11 in cudf-polars (#17154) @wence-
  • Remove the additional host register calls initially intended for performance improvement on Grace Hopper (#17092) @kingcrimsontianyu
  • Correctly set is_device_accesible when creating host_spans from other container/span types (#17079) @vuule
  • Unify treatment of Expr and IR nodes in cudf-polars DSL (#17016) @wence-
  • Deprecate support for directly accessing logger (#16964) @vyasr
  • Made cudftestutil header-only and removed GTest dependency (#16839) @lamarrr

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements