Skip to content

v22.12.00

Compare
Choose a tag to compare
@GPUtester GPUtester released this 08 Dec 15:20
· 3974 commits to main since this release

🚨 Breaking Changes

  • Add JNI for substring without 'end' parameter. (#12113) @firestarman
  • Refactor purge_nonempty_nulls (#12111) @ttnghia
  • Create an int8 column in read_csv when all elements are missing (#12110) @vuule
  • Throw an error when libcudf is built without cuFile and LIBCUDF_CUFILE_POLICY is set to "ALWAYS" (#12080) @vuule
  • Fix type promotion edge cases in numerical binops (#12074) @wence-
  • Reduce/Remove reliance on **kwargs and *args in IO readers & writers (#12025) @galipremsagar
  • Rollback of DeviceBufferLike (#12009) @madsbk
  • Remove unused managed_allocator (#12005) @vyasr
  • Pass column names to write_csv instead of table_metadata pointer (#11972) @vuule
  • Accept const refs instead of const unique_ptr refs in reduce and scan APIs. (#11960) @vyasr
  • Default to equal NaNs in make_merge_sets_aggregation. (#11952) @bdice
  • Remove validation that requires introspection (#11938) @vyasr
  • Trim quotes for non-string values in nested json parsing (#11898) @karthikeyann
  • Add tests ensuring that cudf's default stream is always used (#11875) @vyasr
  • Support nested types as groupby keys in libcudf (#11792) @PointKernel
  • Default to equal NaNs in make_collect_set_aggregation. (#11621) @bdice
  • Removing int8 column option from parquet byte_array writing (#11539) @hyperbolic2346
  • part1: Simplify BaseIndex to an abstract class (#10389) @skirui-source

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements