chore(deps): bump the rust-deps group across 1 directory with 7 updates#90
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the rust-deps group across 1 directory with 7 updates#90dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the rust-deps group with 7 updates in the /powerboxesrs directory: | Package | From | To | | --- | --- | --- | | [ndarray](https://github.com/rust-ndarray/ndarray) | `0.15.6` | `0.17.2` | | [perfect-matching](https://github.com/gcanat/perfect-matching) | `0.1.0` | `0.1.2` | | [rayon](https://github.com/rayon-rs/rayon) | `1.11.0` | `1.12.0` | | [rstar](https://github.com/georust/rstar) | `0.11.0` | `0.13.0` | | [wide](https://github.com/Lokathor/wide) | `0.7.33` | `1.4.0` | | [codspeed-criterion-compat](https://github.com/CodSpeedHQ/codspeed-rust) | `2.3.3` | `4.7.0` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.5.1` | `0.8.2` | Updates `ndarray` from 0.15.6 to 0.17.2 - [Release notes](https://github.com/rust-ndarray/ndarray/releases) - [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md) - [Commits](rust-ndarray/ndarray@0.15.6...0.17.2) Updates `perfect-matching` from 0.1.0 to 0.1.2 - [Commits](gcanat/perfect-matching@v0.1.0...v0.1.2) Updates `rayon` from 1.11.0 to 1.12.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.11.0...rayon-core-v1.12.0) Updates `rstar` from 0.11.0 to 0.13.0 - [Commits](georust/rstar@v0.11.0...v0.13.0) Updates `wide` from 0.7.33 to 1.4.0 - [Changelog](https://github.com/Lokathor/wide/blob/main/changelog.md) - [Commits](Lokathor/wide@v0.7.33...v1.4.0) Updates `codspeed-criterion-compat` from 2.3.3 to 4.7.0 - [Release notes](https://github.com/CodSpeedHQ/codspeed-rust/releases) - [Commits](CodSpeedHQ/codspeed-rust@v2.3.3...v4.7.0) Updates `criterion` from 0.5.1 to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.5.1...criterion-v0.8.2) --- updated-dependencies: - dependency-name: ndarray dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps - dependency-name: perfect-matching dependency-version: 0.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps - dependency-name: rayon dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps - dependency-name: rstar dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps - dependency-name: wide dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-deps - dependency-name: codspeed-criterion-compat dependency-version: 4.7.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: rust-deps - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the rust-deps group with 7 updates in the /powerboxesrs directory:
0.15.60.17.20.1.00.1.21.11.01.12.00.11.00.13.00.7.331.4.02.3.34.7.00.5.10.8.2Updates
ndarrayfrom 0.15.6 to 0.17.2Release notes
Sourced from ndarray's releases.
Changelog
Sourced from ndarray's changelog.
... (truncated)
Commits
2cf23d6chore: Release1eb4559Remove most version specifiers inREADME(#1573)59c1ce0Craft a release log for 0.17.2 (#1572)6fd0a9dClean up clippy allows and unnecessary borrows (#1571)8adf5d8Revert #1563 and #1567 to prepare for patch release (#1570)953f2e9Move LayoutBitset to its own module (#1567)6e02f15Configure docs for feature gates globally (#1565)d573745Rename Layout to LayoutBitset (#1563)13a8963Add PartialEq implementations between ArrayRef and ArrayBase (#1557)e039158Add additional commits to ignore on git blame (#1562)Updates
perfect-matchingfrom 0.1.0 to 0.1.2Commits
24303c6v0.1.2cd9ea72feat(simd): simd feature gating (#5)491642afeat(hun) add hungarian matching algorithm (#4)4ea31f2feat(csa): csa_scalar and csa_simd accept arbitrary numeric type (#3)7588190v0.1.11307797add tests to CI345ae21update README1925716fix test2624f9bfeat(csa): first implementation of CSA algo (#2)Updates
rayonfrom 1.11.0 to 1.12.0Changelog
Sourced from rayon's changelog.
Commits
7449d7dMerge #1093b3d9e3fRelease rayon 1.8.0 and rayon-core 1.12.03fe51e5Fix clippy::let_and_return082f215Merge #1087ea0c06dcore: registry: Factor out "wait till out of work" part of the main loop.75524e2Merge #106301d2800Ignore the multi-threaded test on emscripten/wasm40b59c0core: Make use_current_thread error rather than panic when already in the pool.f4db4d7core: tests: Add some basic tests for ThreadPoolBuilder::use_current_thread.87274adcore: registry: Add some more documentation for ThreadPoolBuilder::use_curren...Updates
rstarfrom 0.11.0 to 0.13.0Commits
82c969dMake a breaking release to get accumulated fixes and additions out to users. ...bfb3f31Avoid unclear diameter terminology in AABB::from_center. (#223)810c54eModernize dependencies, most importantly heapless to avoid unmaintained atomi...4e510b0create an AABB from known bounds (#228)f83ada6add Envelope::is_empty (#190)8dd39c3Update criterion requirement from 0.5.0 to 0.7.0 (#198)499e1c8Bump actions/checkout from 4 to 6 (#217)f0fe691AddAABB::from_centerutility constructor (#222)d574780Fix transcription error in implementation of OMT bulk loading (#221)f93071fFix excessive memory usage in bulk_load due to Vec over-capacity (#220)Updates
widefrom 0.7.33 to 1.4.0Changelog
Sourced from wide's changelog.
... (truncated)
Commits
c504d9cchore: Release wide version 1.4.07969525changelogce28993Update changelog.md01676abFix : IEEE 754 compliance for SIMD math ops and correct scalar fallback (#261)e67769dAdd more wide-float functionality (#258)233eba0Rename float functionsign_bittois_sign_negativeand add `is_sign_posit...e290bdechore: Release wide version 1.3.02cd3c16changelogfaabdccAdd missingf32x16functionality and fix incorrect behaviour (#255)c141af6Re-export bytemuck and explain casting (#256)Updates
codspeed-criterion-compatfrom 2.3.3 to 4.7.0Release notes
Sourced from codspeed-criterion-compat's releases.
... (truncated)
Commits
99c7b5aRelease 4.7.0e8a25a8chore: shard criterion benchmarks5f145befix: fix crash when all samples have the same value26cfa70feat(criterion-compat): additer_manualto have finer control over the iter...6c54971chore: bump instrument-hooks6072a98fix(cargo-codspeed): forward args after--to bench binaries0c6ccaeRelease 4.6.0fa2bd15chore: bump use i32 for pid in instrument-hooks api8bbbe16ci: add a macos integration teste24bedcfeat: add aarch64-apple-darwin artifacts to the releaseUpdates
criterionfrom 0.5.1 to 0.8.2Release notes
Sourced from criterion's releases.
... (truncated)
Changelog
Sourced from criterion's changelog.
... (truncated)
Commits
7f0d745chore: release v0.8.24a467cechore(deps): bump crate-ci/typos from 1.40.0 to 1.43.0b277a75Fix panic with uniform iteration durations in benchmarks828af14fix: don't build alloca on unsupported targetsb01316bUpdate Readme4c02a3bExclude development scripts from published packagee4e06dfchore: release v0.8.1aa548b9fix: Homepage link950c3b7fix: Typo7e3e50cchore(deps): bump crate-ci/typos from 1.23.5 to 1.40.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions