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

Update kiddo requirement from 4.2 to 5.0 #26

Merged
merged 5 commits into from
Dec 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Updates the requirements on kiddo to permit the latest version.

Release notes

Sourced from kiddo's releases.

v4.2.1

Chore

  • Refactor trait bounds to silence new clippy lints
  • Silence new lint error
  • Silence error regarding doc_cfg no longer working
  • Update codspeedhq/action action to v3
  • Update rust crate generator to 0.8.1

🐛 Bug Fixes

  • Nearest_n_within does not limit num of items when not sorted, Issue:sdd/kiddo#168
  • Update rust crate itertools to 0.13
Changelog

Sourced from kiddo's changelog.

[4.2.1] - 2024-08-17

Chore

  • Refactor trait bounds to silence new clippy lints
  • Silence new lint error
  • Silence error regarding doc_cfg no longer working
  • Update codspeedhq/action action to v3
  • Update rust crate generator to 0.8.1

🐛 Bug Fixes

  • Nearest_n_within does not limit num of items when not sorted, Issue:sdd/kiddo#168
  • Update rust crate itertools to 0.13

[4.2.0] - 2024-02-18

✨ Features

  • Add f16 support, example and docs to show usage with half crate

🐛 Bug Fixes

  • Prevent assertion failure when stem optimisation needs a large shift

[4.1.1] - 2024-02-17

🐛 Bug Fixes

  • Prevent overflow in capacity_with_bucket_size on non-64 bit architectures

[4.1.0] - 2024-02-17

Chore

  • Remove unused import
  • Update actions/cache action to v4
  • Update codecov/codecov-action action to v4
  • Update baptiste0928/cargo-install action to v3

Ci

  • Fix issue with CI lint steps

Deps

  • Relax strictness of some deps to reduce renovate noise

♻️ Refactor

... (truncated)

Commits
  • 460442f docs: update changelog
  • 2c755d0 chore: release
  • 5cc9696 upgrade generator to 0.8.1
  • dbe1406 chore(deps): update codspeedhq/action action to v3
  • ad7b21b fix(deps): update rust crate itertools to 0.13
  • 4c43660 chore: silence error regarding doc_cfg no longer working
  • 2cecebd chore: silence new lint error
  • 48edb9e chore: refactor trait bounds to silence new clippy lints
  • cc62c6d fix: nearest_n_within does not limit num of items when not sorted
  • See full diff in compare view

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)

Updates the requirements on [kiddo](https://github.com/sdd/kiddo) to permit the latest version.
- [Release notes](https://github.com/sdd/kiddo/releases)
- [Changelog](https://github.com/sdd/kiddo/blob/master/CHANGELOG.md)
- [Commits](sdd/kiddo@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: kiddo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
@estin estin requested a review from jqnatividad December 10, 2024 08:49
@estin
Copy link
Owner

estin commented Dec 12, 2024

@jqnatividad can you take a look?

Copy link
Collaborator

@jqnatividad jqnatividad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jqnatividad jqnatividad merged commit 77c4891 into master Dec 13, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/kiddo-5.0 branch December 13, 2024 04:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants