New
v0.7.1
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: https://github.com/Eventual-Inc/Daft/compare/v0.7.0...v0.7.1