Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Bump pymilvus from 2.3.7 to 2.4.3 in /python #6516

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2024

Bumps pymilvus from 2.3.7 to 2.4.3.

Release notes

Sourced from pymilvus's releases.

PyMilvus 2.4.3 ReleaseNotes

What's Changed

Bug fixes:

Full Changelog: milvus-io/pymilvus@v2.4.2...v2.4.3

PyMilvus 2.4.2 Release Notes

What's Changed

Bug fixes

Full Changelog: milvus-io/pymilvus@v2.4.1...v2.4.2

PyMilvus 2.4.1 Release Notes

What's Changed

Bug fixes

Enhancements

Full Changelog: milvus-io/pymilvus@v2.4.0...v2.4.1

PyMilvus 2.4.0 Release Notes

Milvus 2.4.0-rc.1 related scenario-based features:

Milvus has released version 2.4.0-rc.1. This version of pymilvus incorporates the new features introduced in Milvus 2.4.0-rc.1

  • New GPU Index named CAGRA Thanks to NVIDIA's contribution, this new GPU index provides a 10x performance boost, especially for batch searches. Please refer to the sample code in examples/example_gpu_cagra.py
  • Multi-vector and hybrid search This feature helps store vector embeddings generated from multiple models and conduct multi-vector searches accordingly. Please refer to the sample code in examples/hello_hybrid_sparse_dense.py
  • Sparse vectors

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner June 3, 2024 23:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Jun 3, 2024
@github-actions github-actions bot changed the title Bump pymilvus from 2.3.7 to 2.4.3 in /python Python: Bump pymilvus from 2.3.7 to 2.4.3 in /python Jun 3, 2024
@markwallace-microsoft
Copy link
Member

markwallace-microsoft commented Jun 3, 2024

Py3.10 Test Coverage

Python 3.10 Test Coverage Report •
FileStmtsMissCoverMissing
TOTAL636371889% 
report-only-changed-files is enabled. No files were changed during this commit :)

Python 3.10 Unit Test Overview

Tests Skipped Failures Errors Time
1511 1 💤 0 ❌ 0 🔥 23.643s ⏱️

@moonbox3
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/python/pymilvus-2.4.3 branch from cbca117 to 714d969 Compare June 13, 2024 18:24
Bumps [pymilvus](https://github.com/milvus-io/pymilvus) from 2.3.7 to 2.4.3.
- [Release notes](https://github.com/milvus-io/pymilvus/releases)
- [Commits](milvus-io/pymilvus@v2.3.7...v2.4.3)

---
updated-dependencies:
- dependency-name: pymilvus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python/pymilvus-2.4.3 branch from 714d969 to 442da33 Compare June 13, 2024 19:21
@moonbox3 moonbox3 added this pull request to the merge queue Jun 13, 2024
Merged via the queue into main with commit 22e4360 Jun 13, 2024
23 checks passed
@moonbox3 moonbox3 deleted the dependabot/pip/python/pymilvus-2.4.3 branch June 13, 2024 19:56
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
Bumps [pymilvus](https://github.com/milvus-io/pymilvus) from 2.3.7 to
2.4.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/milvus-io/pymilvus/releases">pymilvus's
releases</a>.</em></p>
<blockquote>
<h2>PyMilvus 2.4.3 ReleaseNotes</h2>
<h2>What's Changed</h2>
<ul>
<li>support the report value in the dml and dql request by <a
href="https://github.com/SimFG"><code>@​SimFG</code></a> in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2092">milvus-io/pymilvus#2092</a></li>
<li>enhance: Expand grpcio version to latest by <a
href="https://github.com/XuanYang-cn"><code>@​XuanYang-cn</code></a> in
<a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2096">milvus-io/pymilvus#2096</a></li>
</ul>
<h2>Bug fixes:</h2>
<ul>
<li>fix sparse: accpet int/float wrapped in string by <a
href="https://github.com/zhengbuqian"><code>@​zhengbuqian</code></a> in
<a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2095">milvus-io/pymilvus#2095</a></li>
<li>fix the str function of the extra list by <a
href="https://github.com/SimFG"><code>@​SimFG</code></a> in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2098">milvus-io/pymilvus#2098</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/milvus-io/pymilvus/compare/v2.4.2...v2.4.3">https://github.com/milvus-io/pymilvus/compare/v2.4.2...v2.4.3</a></p>
<h2>PyMilvus 2.4.2 Release Notes</h2>
<h2>What's Changed</h2>
<ul>
<li>Support milvuslite by <a
href="https://github.com/junjiejiangjjj"><code>@​junjiejiangjjj</code></a>
in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2075">milvus-io/pymilvus#2075</a></li>
<li>Make bulk_writer's requirments optional (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2086">#2086</a>)
by <a
href="https://github.com/XuanYang-cn"><code>@​XuanYang-cn</code></a> in
<a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2087">milvus-io/pymilvus#2087</a></li>
<li>enhance: Enable set_properties and describe_database api by <a
href="https://github.com/weiliu1031"><code>@​weiliu1031</code></a> in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2084">milvus-io/pymilvus#2084</a></li>
</ul>
<h2>Bug fixes</h2>
<ul>
<li>fix: Remove params for property vars by <a
href="https://github.com/XuanYang-cn"><code>@​XuanYang-cn</code></a> in
<a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2069">milvus-io/pymilvus#2069</a></li>
<li>change sparse related errors to ParamError by <a
href="https://github.com/zhengbuqian"><code>@​zhengbuqian</code></a> in
<a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2070">milvus-io/pymilvus#2070</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/milvus-io/pymilvus/compare/v2.4.1...v2.4.2">https://github.com/milvus-io/pymilvus/compare/v2.4.1...v2.4.2</a></p>
<h2>PyMilvus 2.4.1 Release Notes</h2>
<h2>What's Changed</h2>
<h3>Bug fixes</h3>
<ul>
<li>Fix float16_example and bfloat16_example by <a
href="https://github.com/czs007"><code>@​czs007</code></a> in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/1993">milvus-io/pymilvus#1993</a></li>
<li>Use wrong placeholder type for bf16 and float16 by <a
href="https://github.com/XuanYang-cn"><code>@​XuanYang-cn</code></a> in
<a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2012">milvus-io/pymilvus#2012</a></li>
<li>Restrict input/search type for vector fields (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2025">#2025</a>)
by <a
href="https://github.com/XuanYang-cn"><code>@​XuanYang-cn</code></a> in
<a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2029">milvus-io/pymilvus#2029</a></li>
<li>Fix import array via bulkwriter (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2035">#2035</a>)
by <a href="https://github.com/bigsheeper"><code>@​bigsheeper</code></a>
in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2036">milvus-io/pymilvus#2036</a></li>
<li>Pass offset parameter for hybrid search to server by <a
href="https://github.com/czs007"><code>@​czs007</code></a> in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2052">milvus-io/pymilvus#2052</a></li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Add warning about gpu example by <a
href="https://github.com/czs007"><code>@​czs007</code></a> in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/1994">milvus-io/pymilvus#1994</a></li>
<li>Update sparse+dense hybrid search example by <a
href="https://github.com/zhengbuqian"><code>@​zhengbuqian</code></a> in
<a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2014">milvus-io/pymilvus#2014</a></li>
<li>Convert params' value from string to int by <a
href="https://github.com/PowderLi"><code>@​PowderLi</code></a> in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2026">milvus-io/pymilvus#2026</a></li>
<li>Support UDS by <a
href="https://github.com/junjiejiangjjj"><code>@​junjiejiangjjj</code></a>
in <a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2030">milvus-io/pymilvus#2030</a></li>
<li>Update hello_hybrid_sparse_dense.py example to include BGE reranker
by <a
href="https://github.com/zhengbuqian"><code>@​zhengbuqian</code></a> in
<a
href="https://redirect.github.com/milvus-io/pymilvus/pull/2032">milvus-io/pymilvus#2032</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/milvus-io/pymilvus/compare/v2.4.0...v2.4.1">https://github.com/milvus-io/pymilvus/compare/v2.4.0...v2.4.1</a></p>
<h2>PyMilvus 2.4.0 Release Notes</h2>
<h3>Milvus 2.4.0-rc.1 related scenario-based features:</h3>
<p>Milvus has released version 2.4.0-rc.1. This version of pymilvus
incorporates the new features introduced in Milvus 2.4.0-rc.1</p>
<ul>
<li><strong>New GPU Index named <a
href="https://docs.rapids.ai/api/raft/nightly/cpp_api/neighbors_cagra/">CAGRA</a></strong>
Thanks to NVIDIA's contribution, this new GPU index provides a 10x
performance boost, especially for batch searches. Please refer to the
sample code in <code>examples/example_gpu_cagra.py</code></li>
<li><strong>Multi-vector and hybrid search</strong>
This feature helps store vector embeddings generated from multiple
models and conduct multi-vector searches accordingly. Please refer to
the sample code in
<code>examples/hello_hybrid_sparse_dense.py</code></li>
<li><strong>Sparse vectors</strong></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/4351db05927c4a7f15a15be3ddc63a8c447a4994"><code>4351db0</code></a>
[2.4] fix the str function of the extra list (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2098">#2098</a>)</li>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/75200878e4bac5e34cb3882a9aedd023f14cb380"><code>7520087</code></a>
enhance: [2.4]Expand grpcio version to latest (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2096">#2096</a>)</li>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/0979edfd44e2c2a72b602e3edc61e1dcd81bd513"><code>0979edf</code></a>
[2.4] fix sparse: accpet int/float wrapped in string (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2095">#2095</a>)</li>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/c19be3caf64106ab1603cccdf974074ccf6ef3e8"><code>c19be3c</code></a>
[2.4] support the report value in the dml and dql request (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2092">#2092</a>)</li>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/5b5927221cc30a729902b739f1ffe0200e7868e0"><code>5b59272</code></a>
fix: Revert of dup cherry-pick <a
href="https://redirect.github.com/milvus-io/pymilvus/issues/1949">#1949</a>
(<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2088">#2088</a>)</li>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/af202c5472d3fd480b6728580245eb854b7a50e5"><code>af202c5</code></a>
enhance: [2.4]Make bulk_writer's requirments optional (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2086">#2086</a>)
(<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2087">#2087</a>)</li>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/9fd084f2e7e4689d8f31fb73ceef38212d08eb4b"><code>9fd084f</code></a>
enhance: Cherry pick <a
href="https://redirect.github.com/milvus-io/pymilvus/issues/1949">#1949</a>,
<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2065">#2065</a>,
<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2077">#2077</a>
(<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2085">#2085</a>)</li>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/e8f4a136992687970f6b29264d67d11f0b712da8"><code>e8f4a13</code></a>
enhance: Enable set_properties and describe_database api (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2084">#2084</a>)</li>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/5598667510e04ceb2dc5822626158bdad8f32aed"><code>5598667</code></a>
[2.4] remove scipy dependency for sparse while still supporting it (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2076">#2076</a>)</li>
<li><a
href="https://github.com/milvus-io/pymilvus/commit/177a789c898cd60bd5218fb4294eb7cc06b73197"><code>177a789</code></a>
[2.4]Support milvuslite (<a
href="https://redirect.github.com/milvus-io/pymilvus/issues/2075">#2075</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/milvus-io/pymilvus/compare/v2.3.7...v2.4.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pymilvus&package-manager=pip&previous-version=2.3.7&new-version=2.4.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants