vineyard v0.2.10
Vineyard v0.2.10 is a minor version, where,
- a
vineyard.init()
andvineyard.shutdown()
interface has been added to launch vineyard in eaiser way - 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)