Skip to content

Releases: v6d-io/v6d

vineyard v0.22.1

vineyard v0.22.0

18 Apr 02:12
Compare
Choose a tag to compare

vineyard v0.22.0

vineyard v0.21.5

13 Mar 13:46
Compare
Choose a tag to compare

vineyard v0.21.5

vineyard v0.21.4

12 Mar 05:24
Compare
Choose a tag to compare

vineyard v0.21.4

vineyard v0.21.3

29 Feb 02:20
Compare
Choose a tag to compare

vineyard v0.21.3

vineyard v0.21.2

26 Feb 02:22
Compare
Choose a tag to compare

vineyard v0.21.2

vineyard v0.21.1

21 Feb 07:39
Compare
Choose a tag to compare

vineyard v0.21.1

vineyard v0.21.0

18 Feb 08:59
Compare
Choose a tag to compare

Vineyard v0.21.0 address the RPC performance issue and fixes a bug in the memory_trim API.

Commits

  • [38c24645]: Bump up vineyard version to v0.21.0 (Tao He)
  • [e1eb5e20]: Fixes the error in memory_trim: don't touch the mallocinfo in header/footer space (#1754) (Tao He)
  • [75428512]: Add python 3.12 wheel packages (#1753) (Tao He)
  • [04fd8deb]: Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 in /k8s (#1739) (dependabot[bot])
  • [dc5b87b0]: Implement vineyard.put and vineyard.get to simplify the client configurations (#1737) (Ye Cao)
  • [595e590d]: Check whether the ipc socket exist When parsing the config YAML. (#1736) (Ye Cao)
  • [95a1610a]: Improve the performance of RPC client (#1731) (Tao He)

vineyard v0.20.3

23 Jan 12:31
Compare
Choose a tag to compare

Vineyard v0.20.3 enables support for customized etcd's data-dir and improve the performance of torch integration.

Commits

  • [5ecd806b]: Bump up vineyard version to v0.20.3 (Tao He)
  • [5a5a709b]: Adapt to apache-arrow 15 (#1729) (Tao He)
  • [020cfa76]: Torch tensor from vineyard (numpy.ndarray): in the zero-copy way (#1726) (Tao He)
  • [50f60cf9]: Add a command line flag --etcd_data_dir for etcd's data dir (#1723) (Tao He)
  • [1079d7f7]: Try our best to find etcd binary and raising warnings properly when failed (#1724) (Tao He)

vineyard v0.20.2

20 Jan 13:50
Compare
Choose a tag to compare

Vineyard v0.20.2 is a bugfix release which address a failure in typename resolution.

Commits

  • [8fd14a46]: Bump up vineyard version to v0.20.1 and fixes a bug in typenames (Tao He)