Skip to content

Releases: xorbitsai/xorbits

v0.3.2

13 Jun 08:59
b8dcc83

Choose a tag to compare

What's new in 0.3.2 (2023-06-13)

These are the changes in xorbits v0.3.2.

New features

Enhancements

Bug fixes

Documentation

Others

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

16 May 08:21
e8e7606

Choose a tag to compare

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 #421

Enhancements

Bug fixes

Others

Full Changelog: v0.3.0...v0.3.1

v0.3.0

28 Apr 11:43
b3c62ef

Choose a tag to compare

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

Enhancements

Bug fixes

Tests

Documentation

New Contributors

Full Changelog: v0.2.2...v0.3.0

v0.2.2

03 Apr 04:18
d240884

Choose a tag to compare

What's new in 0.2.2 (2023-04-03)

These are the changes in xorbits v0.2.2.

New features

Enhancements

Bug fixes

Tests

Documentation

Others

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

17 Mar 03:54
a4d95f9

Choose a tag to compare

What's new in 0.2.1 (2023-03-17)

These are the changes in xorbits v0.2.1.

Enhancements

Bug fixes

Tests

Others

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Feb 05:02
aee883b

Choose a tag to compare

What's new in 0.2.0 (2023-02-21)

Xorbits v0.2.0 mainly focuses on enhancing the user experience.

In terms of deployment, the new version includes a significant improvement to the xorbits.deploy.kubernetes.client.new_cluster() interface, which now automatically detects the local Python version and selects the corresponding Xorbits image when deploying a cluster. Additionally, to avoid dependency conflicts, the new version also automatically aligns with the specific version of certain dependencies, such as cloudpickle.

Regarding interactive user experience, the new version has optimized the delayed execution strategy, avoiding potential duplicate calculations during the analysis process and improving the performance of interactive analysis.

These enhancements should provide users with a more seamless and efficient experience when working with Xorbits.

Enhancements

Bug fixes

Tests

Documentation

Others

New Contributors

Full Changelog: v0.1.2...v0.2.0

v0.1.2

02 Feb 11:59
13108f9

Choose a tag to compare

What's new in 0.1.2 (2023-02-02)

These are the changes in xorbits v0.1.2.

Enhancements

Bug fixes

Documentation

Others

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

17 Jan 09:14
cae01c3

Choose a tag to compare

What's new in 0.1.1 (2023-01-17)

These are the changes in xorbits v0.1.1.

Enhancements

Bug fixes

Tests

Documentation

Others

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Jan 04:03
4873898

Choose a tag to compare

These are the changes in xorbits v0.1.0.

New features

Enhancements

Bug fixes

  • BUG: Add cls method fallback warning by @hoarjour in #124
  • BUG: handle at and iloc by @hoarjour in #116
  • BUG: Set use_arrow_dtype's default to False in TPCH benchmark by @aresnow1 in #128
  • BUG: Set MARS_USE_CGROUP_STAT environment when creating k8s cluster by @aresnow1 in BUG: Set MARS_USE_CGROUP_STAT environment when creating k8s cluster by aresnow1 · Pull Request #14

Tests

Documentation

Others

  • Fix mergify configurations by @aresnow1 in #129
  • Switch merge method to squash by @aresnow1 in Switch merge method to squash by aresnow1 · Pull Request #130 · xprobe-inc/xorbits
  • Automatically update branch by @aresnow1 in #132
  • FIX: correct license by @UranusSeven in #143
  • Chore: update submodule by @qianduoduo0904 in Chore: update submodule by qianduoduo0904 · Pull Request #123 · xprobe-inc/xorbits
  • CHORE: Bump copyright year by @aresnow1 in #138
  • CHORE: Update pandas_vs_xorbits.gif by @lipengsh in CHORE: Update pandas_vs_xorbits.gif by lipengsh · Pull Request #140 · xprobe-inc/xorbits

New Contributors

  • @lipengsh made their first contribution in CHORE: Update pandas_vs_xorbits.gif by lipengsh · Pull Request #140 · xprobe-inc/xorbits

Full Changelog: v0.0.1...v0.1.0

v0.0.1

21 Dec 08:04
44c1df7

Choose a tag to compare

ENH: Suppress Numpy warnings (#120)