Skip to content

Releases: milvus-io/pymilvus

pymilvus-1.0.0

05 Mar 11:46
be5e66e
Compare
Choose a tag to compare
Prepare for 1.x (#425)

Signed-off-by: yinghao.zou <[email protected]>

pymilvus-0.4.0

21 Jan 06:09
Compare
Choose a tag to compare

New Feature:

  • Not support python 3.5 any more

pymilvus-0.2.15

06 Jan 08:03
Compare
Choose a tag to compare

New Feature:

  • Upgrade method load_collection() to support specify partitions

pymilvus-0.3.0

16 Oct 13:05
1642d17
Compare
Choose a tag to compare
  • Incompatibly support hybrid functionality. The changed APIs are:
    • create_collection()
    • create_index()
    • drop_index()
    • insert()
    • search()
  • Delete type class MetricType, IndexType

pymilvus-0.2.14

20 Jul 09:37
24582e3
Compare
Choose a tag to compare

Fixed issues:

  • Fix wrong result on 'has_partition' with http handler #237

pymilvus-0.2.3

04 Nov 07:23
1e861b2
Compare
Choose a tag to compare
Merge pull request #109 from BossZou/0.5.1

Update README.md