Xorbits

Latest version: v0.8.1

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

Scan your dependencies

Page 3 of 5

0.5.1

What's new in 0.5.1 (2023-08-14)
These are the changes in xorbits v0.5.1.
New features
* FEAT: Export dataset by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/639
* FEAT: Iterable dataset by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/643
Enhancements
* ENH: Compatible with scikit-learn 1.3.0 by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/648
* BLD: fix docker build on python 3.11 by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/642
* BLD: add datasets dependency in docker base image by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/644
* BLD: git reset to fix dirty tag by aresnow1 in https://github.com/xorbitsai/xorbits/pull/655
* BLD: Fix source building by aresnow1 in https://github.com/xorbitsai/xorbits/pull/657
* BLD: Fix uploading wheel when it exists by aresnow1 in https://github.com/xorbitsai/xorbits/pull/658
Bug fixes
* BUG: Fix Huggingface dataset loader filelock conflict by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/633
* BUG: Fix pre-commit arg and CI node version by Flying-Tom in https://github.com/xorbitsai/xorbits/pull/622
* BUG: Fix missing ArrowDtype by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/641
* BUG: Fix `_generate_value` when building mock dataframe by aresnow1 in https://github.com/xorbitsai/xorbits/pull/645
* BUG: Fix issues when connecting to a real yarn cluster by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/647
Tests
* TST: K8s with juicefs CI may leads to pv conflict by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/646
Others
* Fix copyright by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/651
* CHORE: Remove win32 support by aresnow1 in https://github.com/xorbitsai/xorbits/pull/652


**Full Changelog**: https://github.com/xorbitsai/xorbits/compare/v0.5.0...v0.5.1

0.5.0

What's new in 0.5.0 (2023-07-28)
These are the changes in xorbits v0.5.0.
New features
* FEAT: Basic datasets feature by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/600
* FEAT: Raise clearer errors when encountering OOM by Flying-Tom in https://github.com/xorbitsai/xorbits/pull/621
* Feat: Basic datasets getitem by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/628
Enhancements
* ENH: add dedup method by Hank0626 in https://github.com/xorbitsai/xorbits/pull/617
Bug fixes
* BUG: Fix `pd.read_csv` with encoding parameter by aresnow1 in https://github.com/xorbitsai/xorbits/pull/614
* BUG: fix from_tensor by Hank0626 in https://github.com/xorbitsai/xorbits/pull/625
* BUG: fix drop_duplicates no dtypes by Hank0626 in https://github.com/xorbitsai/xorbits/pull/627
Tests
* TST: Fix asv benchmark by aresnow1 in https://github.com/xorbitsai/xorbits/pull/624
Documentation
* DOC: Add best practice for loading data by aresnow1 in https://github.com/xorbitsai/xorbits/pull/620
* Doc: Datasets doc by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/619
Others
* CHORE: add msbuild to CI by YibinLiu666 in https://github.com/xorbitsai/xorbits/pull/631

New Contributors
* Flying-Tom made their first contribution in https://github.com/xorbitsai/xorbits/pull/621

**Full Changelog**: https://github.com/xorbitsai/xorbits/compare/v0.4.4...v0.5.0

0.4.4

What's new in 0.4.4 (2023-07-21)
These are the changes in xorbits v0.4.4.
New features
* FEAT: add xorbits experimental by Hank0626 in https://github.com/xorbitsai/xorbits/pull/611
Enhancements
* ENH: Optimize graph fusion by aresnow1 in https://github.com/xorbitsai/xorbits/pull/609
Bug fixes
* BUG: fix s3 glob by Hank0626 in https://github.com/xorbitsai/xorbits/pull/612


**Full Changelog**: https://github.com/xorbitsai/xorbits/compare/v0.4.3...v0.4.4

0.4.3

What's new in 0.4.3 (2023-07-20)
These are the changes in xorbits v0.4.3.
New features
* FEAT: support text dedup by Hank0626 in https://github.com/xorbitsai/xorbits/pull/576
Enhancements
* ENH: Support xoscar copy_to by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/582
Bug fixes
* BUG: Fix Read Parquet by Hank0626 in https://github.com/xorbitsai/xorbits/pull/590
* BUG: Fix LGBM CI by Hank0626 in https://github.com/xorbitsai/xorbits/pull/599
* BUG: Fetch to local when print object data by aresnow1 in https://github.com/xorbitsai/xorbits/pull/598
* BUG: Fix compatibility with the newest lightgbm by yifeis7 in https://github.com/xorbitsai/xorbits/pull/601
Others
* Bump semver from 5.7.1 to 5.7.2 in /python/xorbits/web/ui by dependabot in https://github.com/xorbitsai/xorbits/pull/594
* Bump word-wrap from 1.2.3 to 1.2.4 in /python/xorbits/web/ui by dependabot in https://github.com/xorbitsai/xorbits/pull/606


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

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

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.