🔗 Links
🐛 Bug Fixes
- Unproxy few unnecessary testing utilities in pandas (#20088) @galipremsagar
- Handle missing nightly runs in pandas tests job (#20081) @galipremsagar
- Copy
attrs
at correct place inDataFrame
constructor (#20074) @galipremsagar - Fix numpy ufunc for
DataFrame
(#20070) @galipremsagar
🚀 New Features
- Add memory resources to binaryop, copying, and stream_compaction (#20059) @vyasr
- Add memory resources to unary, transform, and filling modules (#20054) @vyasr
🛠️ Improvements
- Reduce verbosity of running the pandas test suite (#20107) @vyasr
- Avoid direct CategoricalColumn calls in dask_cudf (#20080) @mroeschke
- Avoid shadowing module names (#20071) @vyasr
- Fix typing issues in pylibcudf (#20069) @vyasr
- Prune entries in Sphinx nitpick_ignore (#20045) @mroeschke
- Deprecate .from_pandas constructor (#19996) @mroeschke
- Remove calling to
purge_nonempty_nulls
inmake_lists_column
(#12873) @ttnghia