v0.6.0
What's new in 0.6.0 (2023-09-08)
These are the changes in xorbits v0.6.0.
New features
- FEAT: support loading zip file for read_parquet by @YibinLiu666 in #662
Enhancements
- ENH: Use memoryview to open reader in MMAP storage backend by @ChengjieLi28 in #675
- ENH: Compatible with Pandas 2.1.0 by @ChengjieLi28 in #679
- ENH: Improve use_arrow_dtype for pandas 2.0+ by @codingl2k1 in #580
- ENH: Default enable arrow dtype for read_parquet if pandas>=2.1 by @codingl2k1 in #685
Bug fixes
- BUG: ipython data missing columns due to column pruning by @ChengjieLi28 in #681
Documentation
- DOC: Readme for tpch benchmark script by @ChengjieLi28 in #676
Others
- Add support to import xorbits.numpy.special functions by @luweizheng in #683
- CHORE: Fix Pandas <= 2.0.3 for now by @ChengjieLi28 in #678
- CHORE: fsspec as dependency by @aresnow1 in #686
Full Changelog: v0.5.2...v0.6.0