Skip to content

Commit 1e861b2

Browse files
authored
Merge pull request #109 from BossZou/0.5.1
Update README.md
2 parents f7a0dee + f43f790 commit 1e861b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## Improvement
77
- \#103 - remove .codecov.yml and .travis.yml
88
- \#105 - update READ.md to update version table and version note
9+
- \#108 - Update version table in README.md adding milvus v0.5.1
910

1011
## New Feature
1112
- \#100 - add new index type PQ

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Download
1010
Pymilvus only supports `python >= 3.5`, is fully tested under 3.5, 3.6, 3.7.
1111

1212

13-
Pymilvus can be downloaded via `pip`. If no use, try `pip3`
13+
Pymilvus can be downloaded via `pip` or `pip3` for python3
1414
```$
1515
$ pip install pymilvus
1616
```
@@ -22,6 +22,7 @@ Different versions of Milvus and lowest/highest pymilvus version supported accor
2222
| 0.3.1 | 0.1.25|
2323
| 0.4.0 | 0.2.2 |
2424
| 0.5.0 | 0.2.3 |
25+
| 0.5.1 | 0.2.3 |
2526

2627

2728
You can download a specific version by:

0 commit comments

Comments
 (0)