Skip to content

fix(deps): bump bm25 from 2.2.1 to 2.3.1 #517

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps bm25 from 2.2.1 to 2.3.1.

Release notes

Sourced from bm25's releases.

v2.3.1

Changed

  • Bump cached from 0.55.1 to 0.56.0

Full Changelog: Michael-JB/bm25@v2.3.0...v2.3.1

v2.3.0

Fixed

  • Fix negative scoring of high-frequency terms. Scores returned by this version will differ from the previous version, hence this is a minor version bump rather than a patch. This closes the bug raised in Michael-JB/bm25#20. Thank you to hwiorn for this contribution!

Changed

  • Bump deunicode from 1.6.0 to 1.6.2

Full Changelog: Michael-JB/bm25@v2.2.1...v2.3.0

Changelog

Sourced from bm25's changelog.

[2.3.1] - 2025-08-02

Changed

  • Bump cached from 0.55.1 to 0.56.0

[2.3.0] - 2025-06-28

Fixed

  • Fix negative scoring of high-frequency terms. Scores returned by this version will differ from the previous version, hence this is a minor version bump rather than a patch. Embeddings are unaffected. This closes the bug raised in Michael-JB/bm25#20. Thank you to hwiorn for this contribution!

Changed

  • Bump deunicode from 1.6.0 to 1.6.2
Commits
  • 8dddff2 build: Prepare v2.3.1 release
  • 0405425 docs: add RELEASING.md
  • 3005aa8 build(deps): Bump cached from 0.55.1 to 0.56.0
  • d44bcbb build: Prepare v2.3.0 release
  • 9116f91 build(deps): Bump deunicode from 1.6.0 to 1.6.2
  • 89d34ca fix: Prevent frequent terms scoring negatively
  • a933565 build(deps): Bump divan from 0.1.17 to 0.1.21
  • See full diff in compare view

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 August 4, 2025 07:35
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 4, 2025
Bumps [bm25](https://github.com/Michael-JB/bm25) from 2.2.1 to 2.3.1.
- [Release notes](https://github.com/Michael-JB/bm25/releases)
- [Changelog](https://github.com/Michael-JB/bm25/blob/main/CHANGELOG.md)
- [Commits](Michael-JB/bm25@v2.2.1...v2.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/bm25-2.3.1 branch from a602742 to 638eb9c Compare August 5, 2025 01:20
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 rust Pull requests that update rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant