File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
- # pymilvus 0.2.4(2019-10-29 )
1
+ # pymilvus 0.2.4(2019-11-04 )
2
2
3
3
## Bug
4
4
- \# 102 - make methods ` delete_by_range ` private
5
5
6
6
## Improvement
7
7
- \# 103 - remove .codecov.yml and .travis.yml
8
+ - \# 105 - update READ.md to update version table and version note
8
9
9
10
## New Feature
10
11
- \# 100 - add new index type PQ
11
- - \# 101 - Give some methods new names
12
+ - \# 101 - Give client methods new alterative names.
12
13
13
14
14
15
# pymilvus 0.2.3(2019-10-21)
Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ $ pip install pymilvus
16
16
```
17
17
Different versions of Milvus and lowest/highest pymilvus version supported accordingly
18
18
19
- | Milvus version| Lowest pymilvus version supported| Highest pymivus version supported|
20
- | :-----:| :-----:| :-----:|
21
- | 0.3.0 | - | 0.1.13|
22
- | 0.3.1 | 0.1.14| 0.1.25|
23
- | 0.4.0 | 0.2.0 | 0.2.2 |
24
- | 0.5.0 | 0.2.3 | - |
19
+ | Milvus version| Recommended pymilvus version |
20
+ | :-----:| :-----:|
21
+ | 0.3.0 | 0.1.13|
22
+ | 0.3.1 | 0.1.25|
23
+ | 0.4.0 | 0.2.2 |
24
+ | 0.5.0 | 0.2.3 |
25
+
25
26
26
27
You can download a specific version by:
27
28
``` $
@@ -189,3 +190,4 @@ $ sphinx-build -b html doc/en/ doc/en/build
189
190
190
191
191
192
If you encounter any problems or bugs, please open new issues
193
+
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ class IndexType(IntEnum):
63
63
IVF_SQ8 = 3
64
64
MIX_NSG = 4
65
65
IVF_SQ8H = 5
66
- PQ = 6
67
66
68
67
def __repr__ (self ):
69
68
return "<{}: {}>" .format (self .__class__ .__name__ , self ._name_ )
You can’t perform that action at this time.
0 commit comments