This release includes various bug fixes and improvements, and adds
support for pandas 2.3.
Key Features and Updates Since 0.34.0
- Stability and Bugfixes
- FIX-#7622: Fall back to printing backend switching progress when tqdm is not available. (#7623)
- FIX-#7638: Suppress default to pandas warnings on native pandas backend (#7639)
- FIX-#7640: Respect AutoSwitchBackend.disable() in init. (#7641)
- FIX-#7645: Stop raising an error for applying numpy ufuncs. (#7646)
- Performance enhancements
- Update testing suite
- New Features