Skip to content

Releases: milvus-io/pymilvus

PyMilvus v1.1.2 release

09 Jun 09:15
Compare
Choose a tag to compare

Release date:2021-06-09
Compatible with Milvus v1.1.x

Fixed bugs:

Fix Pymilvus connection timeout bug( #545 #539 )

PyMilvus v1.1.1 release

28 May 12:07
2247cc2
Compare
Choose a tag to compare

Release date:2021-05-28
Compatible with Milvus v1.1.x

Fixed bugs:

Control required version for grpcio and grpcio-tools (#522)

Enhancements:

Update OWNER file

PyMilvus v1.1.0 release

29 Apr 11:26
076ed7f
Compare
Choose a tag to compare

Release date:2021-04-29
Compatible with Milvus v1.1.x

Fixed bugs:

  • Force using http/https scheme with http-handler(#497)

Enhancements:

  • Bump jinja2 pygments and py(#498)
  • Complete all tests( #295)
  • Remove Numpy in require packages (#456)

API updating(#484):

  • updating get_entity_by_id and delete_entity_by_id, add new parameter "partition_tag"
  • new api release_collection

pymilvus-1.0.1

08 Mar 12:47
d75e489
Compare
Choose a tag to compare

Release date:2021-03-08
Compatible with Milvus v1.0.x

  • Remove unused hybrids APIs (#433)

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