Skip to content

Releases: xorbitsai/xoscar

v0.3.0

14 Mar 10:17
d6465c9
Compare
Choose a tag to compare

What's new in 0.3.0 (2024-03-14)

These are the changes in xoscar v0.3.0.

Enhancements

Full Changelog: v0.2.1...v0.3.0

v0.2.1

05 Jan 05:18
2a041ae
Compare
Choose a tag to compare

What's new in 0.2.1 (2024-01-05)

These are the changes in xoscar v0.2.1.

Bug fixes

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

v0.2.0

05 Jan 02:59
4d623f4
Compare
Choose a tag to compare

What's new in 0.2.0 (2024-01-05)

These are the changes in xoscar v0.2.0.

New features

New Contributors

Full Changelog: v0.1.4...v0.2.0

v0.1.4

06 Dec 09:22
c7f3de4
Compare
Choose a tag to compare

What's new in 0.1.4 (2023-12-06)

These are the changes in xoscar v0.1.4.

Enhancements

Full Changelog: v0.1.3...v0.1.4

v0.1.3

20 Oct 05:21
d656b62
Compare
Choose a tag to compare

What's new in 0.1.3 (2023-10-20)

These are the changes in xoscar v0.1.3.

Enhancements

Full Changelog: v0.1.2...v0.1.3

v0.1.2

14 Sep 08:52
30f4f4c
Compare
Choose a tag to compare

What's new in 0.1.2 (2023-09-14)

These are the changes in xoscar v0.1.2.

New features

Bug fixes

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

v0.1.1

08 Sep 07:17
2683f2e
Compare
Choose a tag to compare

What's new in 0.1.1 (2023-09-08)

These are the changes in xoscar v0.1.1.

New features

Enhancements

  • ENH: fix versions of dependencies in toml by @qinxuye in #74

Bug fixes

Documentation

Others

New Contributors

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

v0.1.0

14 Aug 10:32
0648914
Compare
Choose a tag to compare

What's new in 0.1.0 (2023-08-14)

These are the changes in xoscar v0.1.0.

Bug fixes

New Contributors

Full Changelog: v0.0.9...v0.1.0

v0.0.9

05 Aug 11:01
125bb06
Compare
Choose a tag to compare

What's new in 0.0.9 (2023-08-05)

These are the changes in xoscar v0.0.9.

New features

Enhancements

  • ENH: add no_lock for avoiding possible dead lock during local actor ref method call by @ChengjieLi28 in #57
  • ENH: Environment variable to set the Xoscar temp directory. by @MarcelHoh in #58

Bug fixes

  • BUG: disable import cuda error when cpu only in a shared python env by @ChengjieLi28 in #47

Tests

Others

  • Revert "BUG: disable import cuda error when cpu only in a shared python env" by @ChengjieLi28 in #49
  • CHORE:add msbuild to build wheel by @YibinLiu666 in #55

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

07 Jul 08:46
892e1c5
Compare
Choose a tag to compare

What's new in 0.0.8 (2023-07-07)

These are the changes in xoscar v0.0.8.

New features

  • FEAT: Support copy_to semantic, from buffer to buffer by @ChengjieLi28 in #23
  • FEAT: Support tcp store for rendezvous in collective communication by @ChengjieLi28 in #31

Enhancements

Bug fixes

  • BUG: Modify match words for catching error message by @aresnow1 in #37
  • BUG: cannot import file_object_ref from xoscar directly by @ChengjieLi28 in #39
  • BUG: The bytes returned by cuda StreamReader may leads to deserialization failed by @ChengjieLi28 in #40

Documentation

Others

Full Changelog: v0.0.7...v0.0.8