This release includes bugfixes for Series.json
, DataFrame.rename
, and eval
, and performance improvements for joins with AutoSwitchBackend
enabled.
Key Features and Updates Since 0.36.0
- Stability and Bugfixes
- FIX-#7624: Add proper implementation for
Series.to_json
(#7673) - FIX-#7664: Add typing_extensions dependency (#7665)
- FIX-#7667: Fix
axis=None
case forDataFrame.rename
(#7674) - FIX-#7669: Respect eval(inplace=False). (#7670)
- FIX-#7671: Fix transfer message truncating on larger sizes (#7672)
- FIX-#7675: Allow backend switching to backends other than provided arguments (#7679)
- FIX-#7624: Add proper implementation for
- Update testing suite
- New Features