PyMilvus 2.4.4 Release Notes
New Features
- Allowing search iterator on sparse float vector field by @zhengbuqian in #2105
- Accept list of single row scipy.sparse object as input for insert/search by @zhengbuqian in #2112
- Support float16/bfloat16/sparse vector for bulkwriter by @yhmo in #2128
Enhancements
- enhance: print search result more elegantly (#2123) by @longjiquan in #2124
- Change the load status check interval to 0.2s by @SimFG in #2125
- Disable installation of milvus-lite on windows platform by @XuanYang-cn @Raysilience in #2137
Bug fixes
- Fix wrong expr handling due to and/or priorities(#2113) by @MrPresent-Han in #2115
- Fix: use the existed index_name (#2107) by @smellthemoon in #2118
- Fix a bug of bulkwriter by @yhmo in #2132
- Fix drop_index got multiple values for keyword argument by @XuanYang-cn in #2138
Full Changelog: v2.4.3...v2.4.4