Releases: milvus-io/pymilvus
Releases · milvus-io/pymilvus
PyMilvus v1.1.2 release
PyMilvus v1.1.1 release
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
pymilvus-1.0.1
Release date:2021-03-08
Compatible with Milvus v1.0.x
- Remove unused hybrids APIs (#433)
pymilvus-1.0.0
Prepare for 1.x (#425) Signed-off-by: yinghao.zou <[email protected]>
pymilvus-0.4.0
New Feature:
- Not support python 3.5 any more
pymilvus-0.2.15
New Feature:
- Upgrade method
load_collection()
to support specify partitions
pymilvus-0.3.0
- 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
Fixed issues:
- Fix wrong result on 'has_partition' with http handler #237
pymilvus-0.2.3
Merge pull request #109 from BossZou/0.5.1 Update README.md