v0.3.2
What's new in 0.3.2 (2023-06-13)
These are the changes in xorbits v0.3.2.
New features
- FEAT: Support Applymap Operand by @Hank0626 in #445
- FEAT: Add JuiceFs as an alternative storage by @Zhou1213CN in #453
- FEAT: groupby rolling by @UranusSeven in #448
- FEAT: support pivot op by @Hank0626 in #460
- FEAT: rolling cov by @UranusSeven in #450
- FEAT: implement jax-based runtime graph fusion optimizer by @RandomY-2 in #440
- FEAT: support pivot_table op by @Hank0626 in #474
- FEAT: create gpu feature on dashboard by @RayJi01 in #477
Enhancements
- ENH: Support numpy.ndarray fallback to numpy by @Zhou1213CN in #434
- ENH: update pivot_table op by @Hank0626 in #485
- ENH: update tokenizing numpy by @Hank0626 in #486
- ENH: update pivot op by @Hank0626 in #483
- ENH: update warning msg for NPM absence by @UranusSeven in #509
- ENH: Make memory allocation more aggressive on local by @aresnow1 in #514
- BLD: Restrict numpy version in docker for python 3.8 and 3.9 by @ChengjieLi28 in #449
- BLD: Change conda numpy and scipy channel in docker build for python 3.8 by @ChengjieLi28 in #452
- BLD: add doc deps to setup.cfg by @UranusSeven in #472
- BLD: fix doc build by @UranusSeven in #481
Bug fixes
- BUG: Value Error when using dataframes' results to initialize a new dataframe by @Zhou1213CN in #436
- BUG: series.tolist()[0] get Attribute Error by @Zhou1213CN in #430
- BUG: pd.pivot by @UranusSeven in #480
- BUG: fix read pickle bug and add UT by @aa452948257 in #484
- BUG: fix sort_index bug when level attribute is None by @pangyoki in #496
- BUG: Try to fix UCX communication backend argument parser by @luweizheng in #490
- BUG: Fix the GPU display issue in worker and dashboard page by @RayJi01 in #512
- BUG: Fix errors for WSL machines with GPU. by @yifeis7 in #498
Documentation
- DOC: fix the docs issue link by @UranusSeven in #451
- DOC: correct dev doc by @UranusSeven in #455
- DOC: git usage zh_cn by @UranusSeven in #457
- DOC: update pot files by @UranusSeven in #459
- DOC: Check doc building in CI by @aresnow1 in #463
- DOC: translate documentation development by @UranusSeven in #458
- DOC: remove
fuzzystatements by @UranusSeven in #468 - DOC: correct & translate creating dev env by @UranusSeven in #470
- DOC: translation for the contributing doc by @RayJi01 in #469
- DOC: Fix docker development doc by @ChengjieLi28 in #473
- DOC: remove the readthedocs related content from dev docs by @shark-21 in #476
- DOC: Update Xorbits build and installation process by @yifeis7 in #495
- DOC: Adds guide to use
-fflag to modify default config. by @shark-21 in #508
Others
New Contributors
- @Hank0626 made their first contribution in #445
- @RayJi01 made their first contribution in #469
- @shark-21 made their first contribution in #476
- @pangyoki made their first contribution in #496
- @yifeis7 made their first contribution in #495
Full Changelog: v0.3.1...v0.3.2