Skip to content

vineyard v0.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 11:29
· 520 commits to main since this release

Commits

  • [ca0ed9e8]: Bump up vineyard version to v0.13.0 (Tao He)
  • [86662cf4]: Add vineyardctl for managing vineyard operator and relavant compenents on kubernetes (#1217) (Tao He)
  • [55861831]: Print the number of vertices and edges in log (#1235) (Tao He)
  • [8af7abff]: Fixes uninitialized member and inconsistent naming in local vertex map (#1230) (Tao He)
  • [b9e94af3]: Make sure use bundled nlohmann-json library, and fixes consistency issue between Python and C++ (#1227) (Tao He)
  • [5d09543a]: Collections, tables, and schema: keep backwards compatibility (#1225) (Tao He)
  • [07d13872]: Fixes project on fragments that already been projected (#1224) (Tao He)
  • [d33b5554]: Unify the request/reply tags in protocol.{h,cc} (#1211) (Tao He)
  • [883b4d42]: Add chatgpt codeview to github (Tao He)
  • [3c956d0f]: Simplify mimalloc support to support multiple allocators in the same process (#1204) (Tao He)
  • [c8c41009]: Fix graph property type's convert (#1207) (Songqing Zhang)
  • [c964a0c7]: Fixes many typos in the source code (#1202) (Tao He)
  • [2b23e8f3]: Add labels support and APIs on client (#1201) (Tao He)
  • [35c99d67]: Fix kubernetes ci errors (#1200) (Ye Cao)
  • [a69ee750]: Bump up golang.org/x/net from 0.2.0 to 0.7.0 (#1199) (Ye Cao)
  • [e832236a]: Implements vineyard::Table using the Collection API for simplication (#1198) (Tao He)
  • [433a3a71]: Refine collection API and tensor/dataframe APIs (#1197) (Tao He)
  • [c79056f3]: Enable error check in seal() to prevent uncaught exceptions and crashes. (#1195) (Tao He)
  • [9a3b9f0c]: Associate timestamp to object metadata (#1194) (Tao He)
  • [d99844b1]: Add evict/load/unpin APIs (#1193) (Tao He)
  • [c99105be]: Split the test to reduce CI time and run graph related tests on CI (#1192) (Tao He)
  • [0eda2067]: [FEAT] Support building or writing graph from/to GAR format data (#1185) (Weibin Zeng)
  • [55a22bc7]: Bump up several components including golang, k8s api and controller-runtime (#1187) (Ye Cao)
  • [d3ca2073]: Fixes some compilation errors under latest clang (#1188) (Tao He)
  • [d5b61e0c]: Update the comments after preview the generated docs to netlify (#1189) (Tao He)
  • [f8f21e29]: Bump github.com/emicklei/go-restful in /k8s (dependabot[bot])
  • [f96312be]: Add a showcase for vineyard on kubernetes (Vineyard + Mars + Pytorch) (#1161) (Ye Cao)
  • [020f83e4]: Replace the etcd image with vineyardd image (#1173) (Ye Cao)
  • [8d1215b6]: Update black to latest version and reformat code (#1169) (Tao He)