{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":515204860,"defaultBranch":"main","name":"infinity","ownerLogin":"infiniflow","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-07-18T13:52:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/69962740?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720095981.0","currentOid":""},"activityList":{"items":[{"before":"4c892f86e617332fb9f74034b9cbf7fb3726cd07","after":"3eddb248ca242d8168e74248b1483d5f40a6359a","ref":"refs/heads/main","pushedAt":"2024-07-04T14:47:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Add script for generating colbert embeddings for MLDR benchmark (#1434)\n\n### What problem does this PR solve?\n\nAdd script for generating colbert embeddings for MLDR benchmark\n\n### Type of change\n\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Add script for generating colbert embeddings for MLDR benchmark (#1434)"}},{"before":"846bcfd6187d8639231d6645439644a6d252012f","after":"4c892f86e617332fb9f74034b9cbf7fb3726cd07","ref":"refs/heads/main","pushedAt":"2024-07-04T13:29:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuzhichang","name":"Zhichang Yu","path":"/yuzhichang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/153784?s=80&v=4"},"commit":{"message":"Remove unused dockerfile and update benchmark record (#1437)\n\n### What problem does this PR solve?\r\n\r\n1. Remove libcxx branch\r\n2. Remove ubuntu2310 dockerfile\r\n3. Update release CI benchmark record\r\n\r\n### Type of change\r\n\r\n- [x] Refactoring\r\n\r\n---------\r\n\r\nSigned-off-by: Jin Hai ","shortMessageHtmlLink":"Remove unused dockerfile and update benchmark record (#1437)"}},{"before":"f9b9eeed906ed0e469280eccf2f195a88ea5405d","after":null,"ref":"refs/heads/gcc11","pushedAt":"2024-07-04T12:26:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"}},{"before":"4496123c35c5efaae8f06e2f78a989d0691e60a3","after":null,"ref":"refs/heads/libcxx","pushedAt":"2024-07-04T12:26:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"}},{"before":"f9f4528aa8d4b25764452fa5368cc75527fed1bf","after":"846bcfd6187d8639231d6645439644a6d252012f","ref":"refs/heads/main","pushedAt":"2024-07-04T12:16:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Clang18 (#1433)\n\nUpdate clang toolchain inside build image to 18 \n\nhttps://github.com/pytorch/pytorch/issues/4101\nThe underlying issue was wrt statically linking libstdc++ and we no\nlonger do that.\n\ninfinity-sdk python module segment fault if it's staticly link with\nlibstdc++. However if it dynamically link with libstdc++, it requires\nthe runtime libstdc++ be no older than the version of compilation time\n(gcc13). This makes deployment complicated.\n\ninfinity-sdk cannot link with libstdc++ older as gcc11 since gcc11\ndoesn't support C++20 module well.\nThe python wheel `manylinux_2_17` actually uses gcc10.\n\nLooks dead end...\n\nThe solution is let infinity-sdk python module static link with libc++\nwhich's a part of clang toolchain.\n\n- [x] Other (please describe):\ntoolchain","shortMessageHtmlLink":"Clang18 (#1433)"}},{"before":"e9e9f94b1e4c61909c8f24eaf8030efb9ec5d9a5","after":"f9f4528aa8d4b25764452fa5368cc75527fed1bf","ref":"refs/heads/main","pushedAt":"2024-07-04T12:16:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Link to llvm libc++ instead of gcc libstdc++ (#1435)\n\n### What problem does this PR solve?\n\nUse llvm libc++ instead of gcc libstdc++\n\n### Type of change\n\n- [x] Python SDK impacted, Need to update PyPI\n- [x] Other (please describe):\n\n---------\n\nSigned-off-by: jinhai \nSigned-off-by: Jin Hai ","shortMessageHtmlLink":"Link to llvm libc++ instead of gcc libstdc++ (#1435)"}},{"before":"0063a822e91ae22e712b1a0f4f53ba7b7f34ee17","after":"4496123c35c5efaae8f06e2f78a989d0691e60a3","ref":"refs/heads/libcxx","pushedAt":"2024-07-04T11:06:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Compile with libcxx using clang-18 (#557)\n\n### What problem does this PR solve?\n\nFix lots of compilation error.\n\n### Code changes\n\n- [x] Has Code change\n- [x] Unit test\n- [x] Integration test\n\n---------\n\nSigned-off-by: jinhai \nSigned-off-by: Jin Hai \nCo-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com>\nCo-authored-by: yangzq50 <58433399+yangzq50@users.noreply.github.com>\nCo-authored-by: Weilong Ma <65322990+Ma-cat@users.noreply.github.com>\nCo-authored-by: shen yushi ","shortMessageHtmlLink":"Compile with libcxx using clang-18 (#557)"}},{"before":"88a54156d8e5eda1fb57e99dc7d471852ba28dee","after":"e9e9f94b1e4c61909c8f24eaf8030efb9ec5d9a5","ref":"refs/heads/main","pushedAt":"2024-07-04T09:08:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuzhichang","name":"Zhichang Yu","path":"/yuzhichang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/153784?s=80&v=4"},"commit":{"message":"Parallel execution of python test in ci (#1422)\n\n### What problem does this PR solve?\r\n* Parallel execution of remote infinity, parallel and http_api test in\r\nCI\r\n\r\n### Type of change\r\n\r\n- [x] Refactoring\r\n- [x] Test cases","shortMessageHtmlLink":"Parallel execution of python test in ci (#1422)"}},{"before":"c07981089e9023e87084efdb33326e3c1219d745","after":"88a54156d8e5eda1fb57e99dc7d471852ba28dee","ref":"refs/heads/main","pushedAt":"2024-07-03T16:16:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Fix parser (#1431)\n\n### What problem does this PR solve?\r\n\r\nFix: float point number parser for sql.\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"Fix parser (#1431)"}},{"before":"68afaee3c9609c34eddea604fb482bf7c6ba8a1e","after":"c07981089e9023e87084efdb33326e3c1219d745","ref":"refs/heads/main","pushedAt":"2024-07-03T10:15:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"build from source using clang-18 (#1429)\n\n### What problem does this PR solve?\r\n* Ubuntu 22.04 and Ubuntu 23.10 build from source using clang-18\r\n\r\n### Type of change\r\n- [x] Documentation Update","shortMessageHtmlLink":"build from source using clang-18 (#1429)"}},{"before":"339873493b833e3fde86c0149eeed24b90c4daf9","after":"68afaee3c9609c34eddea604fb482bf7c6ba8a1e","ref":"refs/heads/main","pushedAt":"2024-07-03T09:33:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Update fusion weighted sum support and MLDR weighted sum benchmark (#1428)\n\n### What problem does this PR solve?\n\nUpdate fusion weighted sum support for sparse and tensor\nAdd MLDR weighted sum benchmark script\n\n### Type of change\n\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"Update fusion weighted sum support and MLDR weighted sum benchmark (#…"}},{"before":"0063a822e91ae22e712b1a0f4f53ba7b7f34ee17","after":"339873493b833e3fde86c0149eeed24b90c4daf9","ref":"refs/heads/main","pushedAt":"2024-07-03T08:53:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Fixed a docusaurus display issue (#1430)\n\n### What problem does this PR solve?\r\n\r\nFixed a docusaurus display issue. \r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update","shortMessageHtmlLink":"Fixed a docusaurus display issue (#1430)"}},{"before":"d1b915962578079249f3cf97ac4f5d36bb7e0830","after":"0063a822e91ae22e712b1a0f4f53ba7b7f34ee17","ref":"refs/heads/libcxx","pushedAt":"2024-07-03T05:44:56.000Z","pushType":"push","commitsCount":609,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Update MLDR benchmark script (#1425)\n\n### What problem does this PR solve?\r\n\r\nUpdate query and evaluate script for MLDR benchmark\r\n\r\n### Type of change\r\n\r\n- [x] Refactoring","shortMessageHtmlLink":"Update MLDR benchmark script (#1425)"}},{"before":"f9b9eeed906ed0e469280eccf2f195a88ea5405d","after":"0063a822e91ae22e712b1a0f4f53ba7b7f34ee17","ref":"refs/heads/main","pushedAt":"2024-07-03T01:48:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Update MLDR benchmark script (#1425)\n\n### What problem does this PR solve?\r\n\r\nUpdate query and evaluate script for MLDR benchmark\r\n\r\n### Type of change\r\n\r\n- [x] Refactoring","shortMessageHtmlLink":"Update MLDR benchmark script (#1425)"}},{"before":null,"after":"f9b9eeed906ed0e469280eccf2f195a88ea5405d","ref":"refs/heads/gcc11","pushedAt":"2024-07-02T15:13:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Add bpreorder (#1426)\n\n### What problem does this PR solve?\n\nAdd: bmp reorder optimize for bmp index.\nref: \"Compressing Graphs and Indexes with Recursive Graph Bisection\"\nusage: \"Optimize idx_name ON table_name WITH (bp_reorder)\"\n\n### Type of change\n\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Add bpreorder (#1426)"}},{"before":"9ffa6cb73a79f33fa8c691ab3839687fcc798de5","after":"f9b9eeed906ed0e469280eccf2f195a88ea5405d","ref":"refs/heads/main","pushedAt":"2024-07-02T14:01:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Add bpreorder (#1426)\n\n### What problem does this PR solve?\n\nAdd: bmp reorder optimize for bmp index.\nref: \"Compressing Graphs and Indexes with Recursive Graph Bisection\"\nusage: \"Optimize idx_name ON table_name WITH (bp_reorder)\"\n\n### Type of change\n\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Add bpreorder (#1426)"}},{"before":"00c7e23c5e7cb80c8d9c1be2157bd45d3cea1590","after":null,"ref":"refs/tags/v0.2.1-dev3","pushedAt":"2024-07-02T11:01:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"yuzhichang","name":"Zhichang Yu","path":"/yuzhichang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/153784?s=80&v=4"}},{"before":"00c7e23c5e7cb80c8d9c1be2157bd45d3cea1590","after":"9ffa6cb73a79f33fa8c691ab3839687fcc798de5","ref":"refs/heads/main","pushedAt":"2024-07-02T11:01:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Update version info to 0.2.1.dev3 (#1424)\n\n### What problem does this PR solve?\r\n\r\nUpdate version info\r\n\r\nSigned-off-by: Jin Hai ","shortMessageHtmlLink":"Update version info to 0.2.1.dev3 (#1424)"}},{"before":"8e12e38b525738aabd94006cfda7a216d2b121a9","after":"00c7e23c5e7cb80c8d9c1be2157bd45d3cea1590","ref":"refs/heads/main","pushedAt":"2024-07-02T10:44:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuzhichang","name":"Zhichang Yu","path":"/yuzhichang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/153784?s=80&v=4"},"commit":{"message":"python modules shall dynamicly link to libstdc++ (#1423)\n\npython modules shall dynamicly link to libstdc++\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"python modules shall dynamicly link to libstdc++ (#1423)"}},{"before":"bb4571143c7cb182ef53adbcd96f5c3a31203d21","after":"8e12e38b525738aabd94006cfda7a216d2b121a9","ref":"refs/heads/main","pushedAt":"2024-07-02T07:59:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Fix: sort sparse expr in import and match statement (#1419)\n\n### What problem does this PR solve?\r\n\r\nSort sparse expression in import and match_sparse statement.\r\nWhen column is configured as \"unsort\", the sort process will be skipped.\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"Fix: sort sparse expr in import and match statement (#1419)"}},{"before":"5dd2c4a743e9639416cd65bc9ffbd0ac58f88528","after":"bb4571143c7cb182ef53adbcd96f5c3a31203d21","ref":"refs/heads/main","pushedAt":"2024-07-02T07:53:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"yuzhichang","name":"Zhichang Yu","path":"/yuzhichang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/153784?s=80&v=4"},"commit":{"message":"Fix path (#1421)\n\n### What problem does this PR solve?\r\n\r\nFix: column index merge initialize with wrong full path.\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)","shortMessageHtmlLink":"Fix path (#1421)"}},{"before":"ee91996f4712ffe4812620e9b13362eadb5f8452","after":"5dd2c4a743e9639416cd65bc9ffbd0ac58f88528","ref":"refs/heads/main","pushedAt":"2024-07-02T01:55:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Update version (#1420)\n\n### What problem does this PR solve?\r\n\r\nUpdate version info.\r\n\r\nSigned-off-by: Jin Hai ","shortMessageHtmlLink":"Update version (#1420)"}},{"before":"70365446cadf8c4854a32988412eac3911b30e65","after":"ee91996f4712ffe4812620e9b13362eadb5f8452","ref":"refs/heads/main","pushedAt":"2024-07-01T13:55:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yuzhichang","name":"Zhichang Yu","path":"/yuzhichang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/153784?s=80&v=4"},"commit":{"message":"Update python scripts for MLDR benchmark (#1418)\n\n### What problem does this PR solve?\r\n\r\nUpdate python scripts for MLDR benchmark\r\nSupport perform query and evaluate results\r\n\r\n### Type of change\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Update python scripts for MLDR benchmark (#1418)"}},{"before":"9c35bff40f31732f3b186cf525ce2bca911ada89","after":"70365446cadf8c4854a32988412eac3911b30e65","ref":"refs/heads/main","pushedAt":"2024-07-01T13:20:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Update python scripts for MLDR benchmark (#1418)\n\n### What problem does this PR solve?\r\n\r\nUpdate python scripts for MLDR benchmark\r\nSupport perform query and evaluate results\r\n\r\n### Type of change\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Update python scripts for MLDR benchmark (#1418)"}},{"before":"ddfe2c6a167ebc161f5dbc7370b024d4342af219","after":"9c35bff40f31732f3b186cf525ce2bca911ada89","ref":"refs/heads/main","pushedAt":"2024-07-01T12:51:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Opt hnswlvq (#1417)\n\n### What problem does this PR solve?\r\n\r\nAdd: hnsw optimize command that can compress plain hnsw to lvq hnsw.\r\nusage: `Optimize index_name on table_name`\r\n\r\n### Type of change\r\n\r\n- [x] New Feature (non-breaking change which adds functionality)","shortMessageHtmlLink":"Opt hnswlvq (#1417)"}},{"before":"e0bca02c8a70b1a8a7feede6b4efc2a628d9e85f","after":"ddfe2c6a167ebc161f5dbc7370b024d4342af219","ref":"refs/heads/main","pushedAt":"2024-07-01T09:43:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"Fix bmp (#1416)\n\n### What problem does this PR solve?\r\n\r\nFix: bmp bug when topn larger than total vector num.\r\n\r\n### Type of change\r\n\r\n- [x] Bug Fix (non-breaking change which fixes an issue)\r\n\r\n---------\r\n\r\nSigned-off-by: Jin Hai \r\nCo-authored-by: Jin Hai ","shortMessageHtmlLink":"Fix bmp (#1416)"}},{"before":"bb23d64418712ed52da952d97a07b0c05f88761b","after":"e0bca02c8a70b1a8a7feede6b4efc2a628d9e85f","ref":"refs/heads/main","pushedAt":"2024-07-01T08:51:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"JinHai-CN","name":"Jin Hai","path":"/JinHai-CN","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33142505?s=80&v=4"},"commit":{"message":"[doc] Updated example code (#1415)\n\n### What problem does this PR solve?\r\n\r\n_Briefly describe what this PR aims to solve. Include background context\r\nthat will help reviewers understand the purpose of the PR._\r\n\r\n### Type of change\r\n\r\n- [x] Documentation Update\r\n\r\n---------\r\n\r\nSigned-off-by: Jin Hai \r\nCo-authored-by: Jin Hai ","shortMessageHtmlLink":"[doc] Updated example code (#1415)"}},{"before":"ce76fc5735c97d11035a98d9eefb31e5dff587bf","after":"bb23d64418712ed52da952d97a07b0c05f88761b","ref":"refs/heads/main","pushedAt":"2024-07-01T08:45:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"yuzhichang","name":"Zhichang Yu","path":"/yuzhichang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/153784?s=80&v=4"},"commit":{"message":"Speedup tests.yml","shortMessageHtmlLink":"Speedup tests.yml"}},{"before":"6c7b1353580b8335c28864a86912a2ae092e89ba","after":"ce76fc5735c97d11035a98d9eefb31e5dff587bf","ref":"refs/heads/main","pushedAt":"2024-07-01T08:08:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"yuzhichang","name":"Zhichang Yu","path":"/yuzhichang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/153784?s=80&v=4"},"commit":{"message":"Calibrate CPACK_PACKAGE_VERSION","shortMessageHtmlLink":"Calibrate CPACK_PACKAGE_VERSION"}},{"before":null,"after":"ce76fc5735c97d11035a98d9eefb31e5dff587bf","ref":"refs/heads/cpack_version","pushedAt":"2024-07-01T08:07:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"yuzhichang","name":"Zhichang Yu","path":"/yuzhichang","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/153784?s=80&v=4"},"commit":{"message":"Calibrate CPACK_PACKAGE_VERSION","shortMessageHtmlLink":"Calibrate CPACK_PACKAGE_VERSION"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEdweHOQA","startCursor":null,"endCursor":null}},"title":"Activity · infiniflow/infinity"}