Xorbits

Latest version: v0.7.2

Safety actively analyzes 638681 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.4.2

What's new in 0.4.2 (2023-07-10)
These are the changes in xorbits v0.4.2. v0.4.2 is a hotfix version to address a few crucial issues.
Bug fixes
* BUG: Fix StringAccessor __getitem__ error by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/588
* BUG: Fix RuntimeError: cannot schedule new futures after shutdown by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/589


**Full Changelog**: https://github.com/xorbitsai/xorbits/compare/v0.4.1...v0.4.2

0.4.1

What's new in 0.4.1 (2023-07-07)
These are the changes in xorbits v0.4.1.
New features
* FEAT: Support base `Index.str` accessor by RayJi01 in https://github.com/xorbitsai/xorbits/pull/511
* FEAT: External Storage JuiceFS on K8S by Zhou1213CN in https://github.com/xorbitsai/xorbits/pull/497
* FEAT: Support pandas option by Hank0626 in https://github.com/xorbitsai/xorbits/pull/535
* FEAT: Support nlargest and nsmallest op by ZJU3190105746 in https://github.com/xorbitsai/xorbits/pull/530
* FEAT: Support read parquet from http urls by aresnow1 in https://github.com/xorbitsai/xorbits/pull/573
Enhancements
* ENH: Re-impl DataFrameNunique op by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/577
* BLD: Fix scipy version in pyproject.toml by aresnow1 in https://github.com/xorbitsai/xorbits/pull/585
* CLN: Fix github urls by qinxuye in https://github.com/xorbitsai/xorbits/pull/568
Bug fixes
* BUG: Fix password lost when calling `pd.read_sql` by aresnow1 in https://github.com/xorbitsai/xorbits/pull/545
* BUG: Fix error for unsupported input type of `read_sql` by yifeis7 in https://github.com/xorbitsai/xorbits/pull/547
* BUG: fix sparse divide CI by Hank0626 in https://github.com/xorbitsai/xorbits/pull/550
* BUG: fix joblib CI by Hank0626 in https://github.com/xorbitsai/xorbits/pull/554
* BUG: Fix build error on macos by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/565
* BUG: Fix dataframe shape property by yifeis7 in https://github.com/xorbitsai/xorbits/pull/566
* BUG: Match more error message by aresnow1 in https://github.com/xorbitsai/xorbits/pull/575
* BUG: Fix importing learn.contrib is slow by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/569
Tests
* TST: Fix version of sklearn by qinxuye in https://github.com/xorbitsai/xorbits/pull/559
Documentation
* DOC: Documentation for JuiceFS on Kubernetes by Zhou1213CN in https://github.com/xorbitsai/xorbits/pull/538
* DOC: Add Chinese doc for external storage JuiceFS on K8S by Zhou1213CN in https://github.com/xorbitsai/xorbits/pull/551
* DOC: update why xorbits by onesuper in https://github.com/xorbitsai/xorbits/pull/556
* DOC: update readme by onesuper in https://github.com/xorbitsai/xorbits/pull/557
* DOC: make the slurm docs more concise by luweizheng in https://github.com/xorbitsai/xorbits/pull/561
Others
* Bump scipy from 1.9.2 to 1.10.0 in /CI by dependabot in https://github.com/xorbitsai/xorbits/pull/584
* CHORE: Restrict fork repositories from using public ci resources by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/574

New Contributors
* qinxuye made their first contribution in https://github.com/xorbitsai/xorbits/pull/559
* onesuper made their first contribution in https://github.com/xorbitsai/xorbits/pull/556
* codingl2k1 made their first contribution in https://github.com/xorbitsai/xorbits/pull/565
* ZJU3190105746 made their first contribution in https://github.com/xorbitsai/xorbits/pull/530

**Full Changelog**: https://github.com/xorbitsai/xorbits/compare/v0.4.0...v0.4.1

0.4.0

What's new in 0.4.0 (2023-06-21)
These are the changes in xorbits v0.4.0.
New features
* FEAT: Support xgboost wrapper by Hank0626 in https://github.com/xprobe-inc/xorbits/pull/502
* FEAT: Add lightGBM wrapper by yifeis7 in https://github.com/xprobe-inc/xorbits/pull/507
Enhancements
* ENH: Fix the incompatibility with the latest version of SQLAlchemy. by yifeis7 in https://github.com/xprobe-inc/xorbits/pull/520
Bug fixes
* BUG: fix `sort_index` bug of multi-level indexed Dataframe with multi-chunk by pangyoki in https://github.com/xprobe-inc/xorbits/pull/506
* BUG: fix dataframe sample by Hank0626 in https://github.com/xprobe-inc/xorbits/pull/532
* Bug: Fix numpy CI by Hank0626 in https://github.com/xprobe-inc/xorbits/pull/537
* BUG: fix lightgbm by Hank0626 in https://github.com/xprobe-inc/xorbits/pull/541
* BUG: Suppress scipy warnings by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/543
Documentation
* DOC: Init Xgboost Doc by Hank0626 in https://github.com/xprobe-inc/xorbits/pull/525
* DOC: Updated doc for python support version by shark-21 in https://github.com/xprobe-inc/xorbits/pull/518
* DOC: Install xgboost for doc building by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/539
* DOC: Add lightgbm doc by yifeis7 in https://github.com/xprobe-inc/xorbits/pull/540


**Full Changelog**: https://github.com/xprobe-inc/xorbits/compare/v0.3.2...v0.4.0

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

New Contributors
* Hank0626 made their first contribution in https://github.com/xprobe-inc/xorbits/pull/445
* RayJi01 made their first contribution in https://github.com/xprobe-inc/xorbits/pull/469
* shark-21 made their first contribution in https://github.com/xprobe-inc/xorbits/pull/476
* pangyoki made their first contribution in https://github.com/xprobe-inc/xorbits/pull/496
* yifeis7 made their first contribution in https://github.com/xprobe-inc/xorbits/pull/495

**Full Changelog**: https://github.com/xprobe-inc/xorbits/compare/v0.3.1...v0.3.2

0.3.1

What's new in 0.3.1 (2023-05-16)
These are the changes in xorbits v0.3.1.

Highlights
Xorbits is now able to pass all TPC-H queries for v0.3.1 on a single NVIDIA GPU card.
New features
* FEAT: implement sklearn.model_selection.ParameterGrid by RandomY-2 in https://github.com/xprobe-inc/xorbits/pull/421
Enhancements
* CLN: Remove k8s deploy in _mars by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/431
Bug fixes
* BUG: AttributeError when calling df.col by Zhou1213CN in https://github.com/xprobe-inc/xorbits/pull/410
* BUG: Wrong dataframe id value by Zhou1213CN in https://github.com/xprobe-inc/xorbits/pull/422
* BUG: Fix agg('size') execute map result, which should be a series rather than a df by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/427
* BUG: groupby same agg funcs leads to wrong results by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/433
* BUG: Fix groupby apply on GPU by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/425
* BUG: generate proper code for custom aggregation func by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/428
Others
* CHORE: Fix pyarrow version by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/423
* CHORE: Compatible with Arrow 12.0.0 by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/426


**Full Changelog**: https://github.com/xprobe-inc/xorbits/compare/v0.3.0...v0.3.1

0.3.0

What's new in 0.3.0 (2023-04-28)
These are the changes in xorbits v0.3.0.

Highlights
For v0.3.0, Xorbits is generally available on a single NVIDIA GPU card. For TPC-H benchmark, Xorbits is able to pass almost all queries except for q8 and q12. Multiple GPUs support will be added in the coming v0.3.x versions.
New features
* FEAT: `np.tri` by aa452948257 in https://github.com/xprobe-inc/xorbits/pull/338
* FEAT: add alluxio storage lib by Zhou1213CN in https://github.com/xprobe-inc/xorbits/pull/392
Enhancements
* ENH: Support Scale Up on K8S by Zhou1213CN in https://github.com/xprobe-inc/xorbits/pull/311
* ENH: GPU benchmark script by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/342
* ENH: lazy init for pandas fallback by jiayini1119 in https://github.com/xprobe-inc/xorbits/pull/350
* ENH: implement synchronous SGD for Logistic Regression by RandomY-2 in https://github.com/xprobe-inc/xorbits/pull/323
* ENH: Support DF and Series agg on GPU by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/346
* ENH: Compatible with pandas 2.0 by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/328
* ENH: remove global vars in adapters by jiayini1119 in https://github.com/xprobe-inc/xorbits/pull/372
* ENH: Support arrow list type for `read_parquet` by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/379
* ENH: Move the logic for handling this `n_io_process` to xorbits by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/401
* CLN: remove mutable service by qianduoduo0904 in https://github.com/xprobe-inc/xorbits/pull/374
Bug fixes
* BUG: Fix local init for multiple GPU devices by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/325
* BUG: Int Auto Conversion by Zhou1213CN in https://github.com/xprobe-inc/xorbits/pull/336
* BUG: unexpected error from `DataFrame.__mars_tensor__` by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/340
* BUG: No permission to chmod when multi users on the same machine by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/326
* BUG: equality assertion on lazy loaded cupy by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/247
* BUG: Xorbits.numpy raises TypeError by Zhou1213CN in https://github.com/xprobe-inc/xorbits/pull/343
* BUG: fetch vram data from cluster by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/355
* BUG: fetch vram data from local cluster by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/357
* BUG: Fix pd.__dir__() by jiayini1119 in https://github.com/xprobe-inc/xorbits/pull/370
* BUG: Fix df.groupby.size on GPU by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/354
* BUG: fetching from GPU by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/381
* BUG: destory session in xorbits.shutdown by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/388
* BUG: DataFrameBinOp tile output dtype is wrong by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/367
* BUG: GPU `DataFrame` init from tensors or pandas dataframes by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/385
* BUG: Fix batch put and fetch data on GPU by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/383
* BUG: Fix `estimate_size` of `DataFrameReadParquet` by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/398
* BUG: Fix `DataFrame.set_axis` on GPU by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/368
* BUG: add attribute '__array__' for mars dataframe by Bojun-Feng in https://github.com/xprobe-inc/xorbits/pull/282
* BUG: series initializer on GPU by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/414
* BUG: GPU index initializer by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/409
* BUG: Fix merge and join on GPU by ChengjieLi28 in https://github.com/xprobe-inc/xorbits/pull/411
* BUG: gpu dataframe iloc by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/419
Tests
* TST: Fix pandas version by aresnow1 in https://github.com/xprobe-inc/xorbits/pull/322
* TST: refine ut and add 'convert_to_abspath' ut by aa452948257 in https://github.com/xprobe-inc/xorbits/pull/320
* TST: fix GPU tests by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/373
* TST: reuse existing tests for GPU testing by UranusSeven in https://github.com/xprobe-inc/xorbits/pull/386
Documentation
* DOC: add deployment doc for slurm by luweizheng in https://github.com/xprobe-inc/xorbits/pull/317
* DOC: added SLURM doc links by qianduoduo0904 in https://github.com/xprobe-inc/xorbits/pull/332

New Contributors
* luweizheng made their first contribution in https://github.com/xprobe-inc/xorbits/pull/317
* Zhou1213CN made their first contribution in https://github.com/xprobe-inc/xorbits/pull/336
* Bojun-Feng made their first contribution in https://github.com/xprobe-inc/xorbits/pull/282

**Full Changelog**: https://github.com/xprobe-inc/xorbits/compare/v0.2.2...v0.3.0

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.