Pymilvus

Latest version: v2.4.1

Safety actively analyzes 625566 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 9

2.3.3

What's Changed
* Change unimpleted log level to debug by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/1760
* Convert the result to python basic types to enable json dumps by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/1765
* Remove unused code for milvus client by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/1769
* fix: load_state parameter type err by simonwei97 in https://github.com/milvus-io/pymilvus/pull/1768
* Modify highlevel delete to not return any value by czs007 in https://github.com/milvus-io/pymilvus/pull/1777
* Refine highlevel delete code comments by czs007 in https://github.com/milvus-io/pymilvus/pull/1778
* Add filter parameter to delete by czs007 in https://github.com/milvus-io/pymilvus/pull/1779

New Contributors
* simonwei97 made their first contribution in https://github.com/milvus-io/pymilvus/pull/1768
* Writer-X made their first contribution in https://github.com/milvus-io/pymilvus/pull/1772

**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.3.2...v2.3.3

2.3.2

New Features
* Support new DataType: Array by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/1681

What's Changed
* Change error_code to code by jiaoew1991 in https://github.com/milvus-io/pymilvus/pull/1696
* Support numpy type value for bulkwriter by yhmo in https://github.com/milvus-io/pymilvus/pull/1718
* support best_reduce(1711) by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/1712
* Fix the tls example by SimFG in https://github.com/milvus-io/pymilvus/pull/1723
* Bump urllib3 from 1.26.5 to 1.26.17 by dependabot in https://github.com/milvus-io/pymilvus/pull/1725
* Fix INDEX_NOT_EXIST error code by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1736
* Remove redundant type inference when insert data by czs007 in https://github.com/milvus-io/pymilvus/pull/1739
* Enhance search result by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1727
* Fix rename_collection will move collection to default db by smellthemoon in https://github.com/milvus-io/pymilvus/pull/1740
* Bump urllib3 from 1.26.17 to 1.26.18 by dependabot in https://github.com/milvus-io/pymilvus/pull/1738
* Fix a typo by CsterKuroi in https://github.com/milvus-io/pymilvus/pull/1732
* Fix orm SearchFuture bug by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1744
* add judgement for isPrimary by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/1745
* Fix search result by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1748
* Add a lower bound for minio by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1743
* Update milvus-proto to tag==v2.3.2 by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1747
* Fix has_collection result with Milvus2.2 by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1750
* Update proto again by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1751
* Improve the default db for the rbac by SimFG in https://github.com/milvus-io/pymilvus/pull/1752
* Fix api key by bigsheeper in https://github.com/milvus-io/pymilvus/pull/1757

New Contributors
* CsterKuroi made their first contribution in https://github.com/milvus-io/pymilvus/pull/1732

**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.3.1...v2.3.2

2.3.1

What's Changed
* Use flush_ts and collection_name when getting flush state by bigsheeper in https://github.com/milvus-io/pymilvus/pull/1675
* Pass segment ids when get flush state by bigsheeper in https://github.com/milvus-io/pymilvus/pull/1677
* while parse uri, overwrite the db_name with default by PowderLi in https://github.com/milvus-io/pymilvus/pull/1682
* Update grpcio version range by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1692
* Add github action for publish on release by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1695
* Add db parameter in flush_all by wayblink in https://github.com/milvus-io/pymilvus/pull/1701
* Enable ignored checker PYI024 by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1703
* Fix pass extra param by smellthemoon in https://github.com/milvus-io/pymilvus/pull/1713
* fix conflict for ef and batch size by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/1716

New Features
* Bulkinsert writer by yhmo in https://github.com/milvus-io/pymilvus/pull/1671 #1686 1669 1687 1691 1699

**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.3.0...v2.3.1

2.3.0

What's Changed

* Add the `load_state` api by SimFG in https://github.com/milvus-io/pymilvus/pull/1258
* add resource group api by weiliu1031 in https://github.com/milvus-io/pymilvus/pull/1274
* Support rename collection API by jaime0815 in https://github.com/milvus-io/pymilvus/pull/1299
* Support upsert by smellthemoon in https://github.com/milvus-io/pymilvus/pull/1303
* Add ignore_growing option for query and search by aoiasd in https://github.com/milvus-io/pymilvus/pull/1286
* Add GPU index types by cydrain in https://github.com/milvus-io/pymilvus/pull/1314
* Add RAFT GPU index types by cydrain in https://github.com/milvus-io/pymilvus/pull/1323
* Add FlushAll api by bigsheeper in https://github.com/milvus-io/pymilvus/pull/1334
* Add new metric type COSINE by cydrain in https://github.com/milvus-io/pymilvus/pull/1376
* Add an utility to get server type by longjiquan in https://github.com/milvus-io/pymilvus/pull/1381
* List indexes by field name by longjiquan in https://github.com/milvus-io/pymilvus/pull/1386
* Remove default of shards_num for new collection by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1387
* Milvus Client by filip-halt in https://github.com/milvus-io/pymilvus/pull/1374
* Support insert dict as JSON by yah01 in https://github.com/milvus-io/pymilvus/pull/1424
* Support Partition key by xige-16 in https://github.com/milvus-io/pymilvus/pull/1427
* support iterator for query and search by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/1431
* Add support of insert by rows by czs007 in https://github.com/milvus-io/pymilvus/pull/1434
* Support api key by bigsheeper in https://github.com/milvus-io/pymilvus/pull/1460
* Call Connect after db name changed by longjiquan in https://github.com/milvus-io/pymilvus/pull/1484
* Pass the is_dynamic field to the milvus server by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/1495
* Support return pending index rows when describe index by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/1504
* Do not set metric_type default value in search params (1469) by bigsheeper in https://github.com/milvus-io/pymilvus/pull/1511
* Support async refresh by yah01 in https://github.com/milvus-io/pymilvus/pull/1537
* Change pylint to ruff and black by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1565
* add autoID to varchar dataType by smellthemoon in https://github.com/milvus-io/pymilvus/pull/1583
* Support offset in search param by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1613
* Remove time travel params by jiaoew1991 in https://github.com/milvus-io/pymilvus/pull/1635
* Disable logger from polluting other modules by ponponon in https://github.com/milvus-io/pymilvus/pull/1646

New Contributors
* liliu-z made their first contribution in https://github.com/milvus-io/pymilvus/pull/1223
* smellthemoon made their first contribution in https://github.com/milvus-io/pymilvus/pull/1303
* leykun10 made their first contribution in https://github.com/milvus-io/pymilvus/pull/1338
* MrPresent-Han made their first contribution in https://github.com/milvus-io/pymilvus/pull/1431
* pingliu made their first contribution in https://github.com/milvus-io/pymilvus/pull/1520
* im-ajaymeena made their first contribution in https://github.com/milvus-io/pymilvus/pull/1517
* shunjiezhao made their first contribution in https://github.com/milvus-io/pymilvus/pull/1551
* slobentanzer made their first contribution in https://github.com/milvus-io/pymilvus/pull/1649
* jyc4617 made their first contribution in https://github.com/milvus-io/pymilvus/pull/1638
* ponponon made their first contribution in https://github.com/milvus-io/pymilvus/pull/1646

**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.2.15...v2.3.0

2.3.0beta

Support GPU

2.2.17

What's Changed
* Enable ignored checker PYI024 by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/1702
* [cherry-pick] Support numpy type value for bulkwriter by yhmo in https://github.com/milvus-io/pymilvus/pull/1721
* [Cherry-Pick]: Improve the default db for the rbac (1752) by SimFG in https://github.com/milvus-io/pymilvus/pull/1753
* Change unimpleted log level to debug by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/1761
* Convert the result to python basic types to enable json dumps by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/1766
* Remove unused code for milvus client by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/1770


**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.2.16...v2.2.17

Page 2 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.