v0.7.1
·
776 commits
to refs/heads/main
since this release
What's Changed 🚀
✨ Features
- feat: Support pattern filtering for
SHOW TABLES@aaron-ang (#5423) - feat(docs): add copy page as markdown button @ykdojo (#5828)
- feat: support overwrite files by native IO @stayrascal (#5728)
- feat: Add support for Series[start:end] @everySympathy (#5815)
- feat: Implement retry-after mechanism for model apis and udfs @colin-ho (#5769)
🐛 Bug Fixes
- fix: using estimate memory bytes at first for display scan task source @stayrascal (#5845)
- fix: Remove pop_all assertion @colin-ho (#5850)
- fix: Check if deletion vector propagation is supported in deltalake @cckellogg (#5829)
- fix: Set default ImageMode in decode_image to RGB @colin-ho (#5827)
- fix: handle FileNotFoundError in read_huggingface fallback @ykdojo (#5831)
- fix: Add overflow protection to memory estimation @yudduy (#5417)
♻️ Refactor
- refactor(arrow2): get field and dtype roundtrips working @universalmind303 (#5849)
📖 Documentation
- docs: improve docstrings of IO read methods for remote URLs @aaron-ang (#5841)
- docs: fix broken links causing CI failure @ykdojo (#5832)
👷 CI
- ci: enable Windows Rust tests on PRs @ykdojo (#5823)
- ci: skip quickstart notebook in notebook-checker workflow @ykdojo (#5804)
🔧 Maintenance
- chore: remove overwrite_files & write_empty_tabular method @stayrascal (#5838)
- chore: Fix a minor ambiguity in the README docs @plotor (#5830)
Full Changelog: v0.7.0...v0.7.1