Loading CHANGELOG.md +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Please mark all change in change log and use the ticket from JIRA. # Milvus 0.5.2 (TODO) # Milvus 0.5.2 (2019-11-07) ## Bug - \#194 - Search faild: message="Table file doesn't exist" Loading README.md +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@   [](https://codebeat.co/projects/github-com-jinhai-cn-milvus-master)    [中文版](README_CN.md) Loading @@ -18,7 +18,7 @@ For more detailed introduction of Milvus and its architecture, see [Milvus overv Milvus provides stable [Python](https://github.com/milvus-io/pymilvus), [Java](https://github.com/milvus-io/milvus-sdk-java) and C++ APIs. Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/en/release/v0.5.0/). Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/en/release/v0.5.2/). ## Get started Loading README_CN.md +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@  [](https://codebeat.co/projects/github-com-jinhai-cn-milvus-master)    - [Slack 频道](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk) Loading @@ -22,7 +22,7 @@ Milvus 是一款开源的、针对海量特征向量的相似性搜索引擎。 Milvus 提供稳定的 Python、Java 以及 C++ 的 API 接口。 通过 [版本发布说明](https://milvus.io/docs/zh-CN/release/v0.5.0/) 获取最新发行版本的 Milvus。 通过 [版本发布说明](https://milvus.io/docs/zh-CN/release/v0.5.2/) 获取最新发行版本的 Milvus。 - 异构众核 Loading ci/jenkins/Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ String cron_timezone = "TZ=Asia/Shanghai" String cron_string = BRANCH_NAME == "master" ? "H 0 * * * " : "" cron_string = BRANCH_NAME == "0.5.1" ? "H 1 * * * " : cron_string cron_string = BRANCH_NAME == "0.5.2" ? "H 1 * * * " : cron_string pipeline { agent none Loading tests/milvus_python_test/test_ping.py +1 −1 Original line number Diff line number Diff line import logging import pytest __version__ = '0.5.1' __version__ = '0.5.2' class TestPing: Loading Loading
CHANGELOG.md +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ Please mark all change in change log and use the ticket from JIRA. # Milvus 0.5.2 (TODO) # Milvus 0.5.2 (2019-11-07) ## Bug - \#194 - Search faild: message="Table file doesn't exist" Loading
README.md +2 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@   [](https://codebeat.co/projects/github-com-jinhai-cn-milvus-master)    [中文版](README_CN.md) Loading @@ -18,7 +18,7 @@ For more detailed introduction of Milvus and its architecture, see [Milvus overv Milvus provides stable [Python](https://github.com/milvus-io/pymilvus), [Java](https://github.com/milvus-io/milvus-sdk-java) and C++ APIs. Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/en/release/v0.5.0/). Keep up-to-date with newest releases and latest updates by reading Milvus [release notes](https://www.milvus.io/docs/en/release/v0.5.2/). ## Get started Loading
README_CN.md +2 −2 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@  [](https://codebeat.co/projects/github-com-jinhai-cn-milvus-master)    - [Slack 频道](https://join.slack.com/t/milvusio/shared_invite/enQtNzY1OTQ0NDI3NjMzLWNmYmM1NmNjOTQ5MGI5NDhhYmRhMGU5M2NhNzhhMDMzY2MzNDdlYjM5ODQ5MmE3ODFlYzU3YjJkNmVlNDQ2ZTk) Loading @@ -22,7 +22,7 @@ Milvus 是一款开源的、针对海量特征向量的相似性搜索引擎。 Milvus 提供稳定的 Python、Java 以及 C++ 的 API 接口。 通过 [版本发布说明](https://milvus.io/docs/zh-CN/release/v0.5.0/) 获取最新发行版本的 Milvus。 通过 [版本发布说明](https://milvus.io/docs/zh-CN/release/v0.5.2/) 获取最新发行版本的 Milvus。 - 异构众核 Loading
ci/jenkins/Jenkinsfile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ String cron_timezone = "TZ=Asia/Shanghai" String cron_string = BRANCH_NAME == "master" ? "H 0 * * * " : "" cron_string = BRANCH_NAME == "0.5.1" ? "H 1 * * * " : cron_string cron_string = BRANCH_NAME == "0.5.2" ? "H 1 * * * " : cron_string pipeline { agent none Loading
tests/milvus_python_test/test_ping.py +1 −1 Original line number Diff line number Diff line import logging import pytest __version__ = '0.5.1' __version__ = '0.5.2' class TestPing: Loading