✨ Enhancements
- shrink_type expression (#5351)
- don't raise error but print a warning if mp fork method… (#5342)
- tz_localize expression (#5340)
- accept expr in arr.get (#5337)
- Implement forward strategy in groupby join_asof (#5335)
🐞 Bug fixes
- unnest only pushdown column if there are projections (#5360)
- block is_null predicate in asof join (#5358)
- ensure that no-projection is seen as select all in… (#5356)
- resolve duplicated column names in pivot (#5349)
- remove unused branch in getitem (#5348)
- nested dicts / list generation (#5336)
- fix serde of expression (pickle) (#5333)
- handle old-style module loaders such that we can still lazy load them (#5331)
- explicit output type in apply (#5328)
🛠️ Other improvements
- remove multiprocessing check, and leave it to the user (#5347)
- Update dev, lint and docs dependencies (#5338)
- lazy module proxy (obviate attribute access guards for missing modules) (#5320)
Thank you to all our contributors for making this release possible!
@AlecZorab, @alexander-beedie, @ghuls and @ritchie46