Skip to content

v21.10.00

Compare
Choose a tag to compare
@GPUtester GPUtester released this 06 Oct 15:51
· 5827 commits to main since this release

🚨 Breaking Changes

  • Remove Cython APIs for table view generation (#9199) @vyasr
  • Upgrade pandas version in cudf (#9147) @galipremsagar
  • Make AST operators nullable (#9096) @vyasr
  • Remove the option to pass data types as strings to read_csv and read_json (#9079) @vuule
  • Update JNI java CSV APIs to not use deprecated API (#9066) @revans2
  • Support additional format specifiers in from_timestamps (#9047) @davidwendt
  • Expose expression base class publicly and simplify public AST API (#9045) @vyasr
  • Add support for struct type in ORC writer (#9025) @vuule
  • Remove aliases of various api.types APIs from utils.dtypes. (#9011) @vyasr
  • Java bindings for conditional join output sizes (#9002) @jlowe
  • Move compute_column API out of ast namespace (#8957) @vyasr
  • cudf.dtype function (#8949) @shwina
  • Refactor Frame reductions (#8944) @vyasr
  • Add nested column selection to parquet reader (#8933) @devavret
  • JNI Aggregation Type Changes (#8919) @revans2
  • Add groupby_aggregation and groupby_scan_aggregation classes and force their usage. (#8906) @nvdbaranec
  • Expand CSV and JSON reader APIs to accept dtypes as a vector or map of data_type objects (#8856) @vuule
  • Change cudf docs theme to pydata theme (#8746) @galipremsagar
  • Enable compiled binary ops in libcudf, python and java (#8741) @karthikeyann
  • Make groupby transform-like op order match original data order (#8720) @isVoid

🐛 Bug Fixes

📖 Documentation

🚀 New Features

🛠️ Improvements