New
v26.02.00
What's Changed
π¨ Breaking Changes
- Avoid counting nulls and creating null mask in groupby aggregation
MERGE_M2by @ttnghia in https://github.com/rapidsai/cudf/pull/20716 - Remove cudf::get_current_device_resource by @bdice in https://github.com/rapidsai/cudf/pull/20688
- Avoid creating null mask in groupby aggregation
M2by @ttnghia in https://github.com/rapidsai/cudf/pull/20726 - Remove deprecated left semi- and anti- join APIs by @shrshi in https://github.com/rapidsai/cudf/pull/20668
- Inline and simplify some column methods by @vyasr in https://github.com/rapidsai/cudf/pull/20819
- Enable copy-on-write in cudf.pandas by @vyasr in https://github.com/rapidsai/cudf/pull/20401
- [FEA] Improve Null-Aware Operator Support in AST-Codegen by @lamarrr in https://github.com/rapidsai/cudf/pull/20206
- Remove legacy hash-combine logic and unify hashing with row hasher by @PointKernel in https://github.com/rapidsai/cudf/pull/20796
- Remove deprecated .from_pandas constructors by @mroeschke in https://github.com/rapidsai/cudf/pull/20925
- Remove deprecated Series.data by @mroeschke in https://github.com/rapidsai/cudf/pull/20914