Releases: antgroup/vsag
Releases · antgroup/vsag
v0.11.9
v0.11.8
fix memory leak for hnsw (#137) Signed-off-by: jinjiabao.jjb <[email protected]>
v0.11.7
remove redundant judgments during the HNSW search process (#38) Signed-off-by: jinjiabao.jjb <[email protected]>
v0.11.6
fix bug for aligned memory allocation (#26) Signed-off-by: jinjiabao.jjb <[email protected]> Co-authored-by: jinjiabao.jjb <[email protected]>
v0.11.5
fix hnsw memory leak in search (#57) Signed-off-by: jinjiabao.jjb <[email protected]>
v0.11.4
fix the issue of symbols defined in omp not found (#53) * fix the issue of symbols defined in omp not found Signed-off-by: jinjiabao.jjb <[email protected]>
v0.11.3
fix illegal instruction issue on cpu without avx (#50) Signed-off-by: wxy407827 <[email protected]>
v0.11.2
make openblas always run with single thread (#36) Signed-off-by: wxy407827 <[email protected]>
v0.11.1
use safe allocator in hnsw implementation (#31) Signed-off-by: wxy407827 <[email protected]>
v0.11.0
What's Changed
- add additional URL of third-parties to improve download speed by @wxyucs in #2
- add .gitignore and .clang-format file by @wxyucs in #3
- add docker image for development by @wxyucs in #5
- update thirdparty download timeout by @wxyucs in #4
- add circleci workflow to check code format and run tests by @wxyucs in #6
- add a new pre-filter search method and improve serialization performance by @inabao in #8
- add rwlock in the interfaces of index by @wxyucs in #7
- fix fmtlib compilation issue in gcc 10 or earlier by @wxyucs in #11
- fix memory allocation and deallocation unmatch by @inabao in #10
- modify the lower limit of the block size restriction by @inabao in #9
- fix complie error for default allocator by @inabao in #12
- support cosine in hnsw index by @inabao in #15
- update circleci resource class by @wxyucs in #16
- unify the serialize and deserialize method for hnsw by @LHT129 in #14
New Contributors
- @wxyucs made their first contribution in #2
- @inabao made their first contribution in #8
- @LHT129 made their first contribution in #14
Full Changelog: https://github.com/alipay/vsag/commits/v0.11.0