Releases: v6d-io/v6d
Releases · v6d-io/v6d
vineyard v0.13.0
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)
vineyard v0.12.2
Vineyard v0.12.2 delivered some important improvements over the performance of vineyard-graph
module, and
- enable
htpasswd
based authentication - improve the vineyard-operator docs a lot
Commits
- [cdb619c9]: Kubernetes CI: build latest vineyardd image from source (#1167) (Tao He)
- [5ea8e99e]: Enable authentication using htpasswd (#1166) (Tao He)
- [64db68f1]: Support configuring the operatiom image in the vineyardd CR and update relevant doc (#1165) (Ye Cao)
- [53b40e4b]: is part of c++20 (#1164) (Siyuan Zhang)
- [421f15d1]: Docs: preview on
dev/docs
branch as well. (#1159) (Tao He) - [6f6bbf11]: Drop the intermediate stream when ensure it has finished (#1158) (Tao He)
- [ac7f58f3]: Add vineyard operator architecture (#1128) (Ye Cao)
- [9a8f7ed4]: Add commands for remote installation of vineyard operator (#1157) (Ye Cao)
- [827e88dd]: Add the missing code block in the vineyard operator doc (Ye Cao)
- [ccfed832]: Revise all e2e tests to use the kind cluster with local registry (#1137) (Ye Cao)
- [5c2604cd]: Use -1 to indicates unknown chunk index inside a global dataframes (#1156) (Tao He)
vineyard v0.11.7
Bump up vineyard version to v0.11.7 Signed-off-by: Tao He <[email protected]>
vineyard v0.11.6
Bump up vineyard version to v0.11.6 Signed-off-by: Tao He <[email protected]>
vineyard v0.11.5
Yanked.
vineyard v0.11.4
Prepare the v0.11.4 release. Signed-off-by: Tao He <[email protected]>
vineyard v0.11.3
vineyard v0.11.2
Commits
- [9cf06828]: Fixes a bug in local vertex map specialization (#1111) (Tao He)
- [f6006ef6]: Fixes bugs in fragment loader for corner cases (#1110) (Tao He)
- [c26026b6]: Add scheduler outside k8s cluster (#1097) (Ye Cao)
- [13ba236d]: Removing the CRC functions from thirdparty (#1109) (Tao He)
- [525db6d6]: Fixes conditions for adding hash template specialization for string view (#1108) (Tao He)
- [e4e29fc4]: Fixes conditions for adding hash template specialization for string view (#1107) (Tao He)
- [a16d48c6]: Use a CSR generation implementation with less memory footprint (#1106) (Tao He)
- [414d864a]: Fixes the dask errors on CI (#1105) (Tao He)
- [7a85bfb5]: Accept a filetype arguments for reading orc/parquet using prefix (#1104) (Tao He)
- [20055f30]: Overhual arrow builders and fragment loaders (#1102) (Tao He)
- [b90f2155]: Fixes format/lint errors. (#1101) (Tao He)
- [e00e085a]: String tensors requires arrow.vineyard.h to work. (#1100) (Tao He)
- [f3eb52fe]: Enhance implementation of fragment to accelerate the compilation (#1095) (Tao He)
- [c6f359aa]: Reorganize k8s directory. (#1094) (Ye Cao)
- [5556febf]: Add sidecar webhook for injecting the vineyard container and Sidecar CRD for configuring the sidecar. (#1073) (Ye Cao)
- [afe58e5c]: Upload source tarball after release. (#1092) (Tao He)
vineyard v0.11.1
vineyard v0.11.0
Commits
- [57369a10]: Improve some builders and resolvers. (#1069) (Tao He)
- [afe2c629]: Add a go.work file to incorporate the feature of multi-directory workspace since go 1.18 (#1071) (Tao He)
- [605fc9ab]: Decouple the logic of creating stream and parsing header lines, and strip UTF-8 BOMs. (#1068) (Tao He)
- [78f71ef2]: Use the
CHECK_IPC_ERROR
rather thanRETURN_ON_ASSERT
to avoid crash on failures. (#1067) (Tao He) - [2ead595d]: [BugFix] Pass by reference instead of pass by value in
generate_local_id
(#1066) (Weibin Zeng) - [144bd4e9]: Use the helmify tool to autogenerate operator helm charts and update relevant e2e test and doc. (#1065) (Ye Cao)
- [db296f47]: Upgrade mimalloc and pybind11 submodules. (#1064) (Tao He)