What's new in 0.7.0 (2023-10-20)
These are the changes in xorbits v0.7.0.
New features
* FEAT: Add `Dataframe.Groupby.nth` by JiaYaobo in https://github.com/xorbitsai/xorbits/pull/684
* FEAT: Support `read_csv` via `http` by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/704
* FEAT: Add `xorbits.sklearn` module by JiaYaobo in https://github.com/xorbitsai/xorbits/pull/716
Enhancements
* ENH: groupby.nunique supports by series by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/726
Bug fixes
* BUG: df.groupby.agg error when func is nunique with tuple kwargs by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/722
* BUG: read parquet from s3 error: No Such Bucket by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/732
* BUG: Fix read_csv with index_col by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/736
* BUG: `merge` performance issue caused by `DataFrameAutoMergeMixin` by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/740
* BUG: column pruning causes missing columns on `DataFrameIndex` op by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/743
Tests
* TST: Fix xorbits.sklearn windows CI by ChengjieLi28 in https://github.com/xorbitsai/xorbits/pull/748
Others
* Fix reduction agg with UDF by codingl2k1 in https://github.com/xorbitsai/xorbits/pull/737
* Fix reduction agg with numpy udf by luweizheng in https://github.com/xorbitsai/xorbits/pull/742
New Contributors
* JiaYaobo made their first contribution in https://github.com/xorbitsai/xorbits/pull/684
**Full Changelog**: https://github.com/xorbitsai/xorbits/compare/v0.6.3...v0.7.0