Skip to content

vineyard v0.2.10

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 02:57
· 1059 commits to main since this release

Vineyard v0.2.10 is a minor version, where,

  1. a vineyard.init() and vineyard.shutdown() interface has been added to launch vineyard in eaiser way
  2. a bug in dataframe builder has been fixed to ensure zero-copy and reusing chunks.

Commits

  • [d492bc0]: Update dynamic hash partitioner (#506) (Weibin Zeng)
  • [2b1cb09]: Update modules in client/ds and add singleton for Rust SDK (#502) (Sijie)
  • [fed7981]: Reusing alreay-in-vineyard columns by inspecting blocks of dataframe. (#504) (Tao He)
  • [4fc9247]: Fixes the missing header. (#500) (Tao He)
  • [3f88a0b]: Fixes usage of start_vineyardd, formatting, and docs. (#499) (Tao He)
  • [c20b406]: Add the pair of init() and shutdown() methods to help new users to deploy vineyardd easily (#498) (Diwen Zhu)
  • [d6eb1b1]: Adds start command to vineyard-ctl (#497) (Rohan Gupta)
  • [f09c028]: Make the distributed learning example runnable on a single machine (#495) (Diwen Zhu)
  • [c8dc6cb]: Airflow: unitest, and support easier launching of vineyard server. (#494) (Tao He)