chore(deps)(deps): bump rfd from 0.14.1 to 0.17.2#381
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
nochallenge
added a commit
that referenced
this pull request
Jun 8, 2026
Add measure::solid_bounding_box_corey_shape_factor[_tol], the Corey shape factor of a solid: CSF = c / sqrt(a*b) (dimensionless, in (0, 1]) where a >= b >= c are the sorted AABB extents -- the standard sedimentology / hydraulics particle-shape descriptor (it governs the drag and settling velocity of a non-spherical grain): 1 for an equant cube or sphere, small for a flat plate or thin rod. It compounds the two Zingg axes, CSF = flatness * sqrt(elongation) (#381 * #375). Degenerate (zero intermediate or longest extent) -> CadError::Tessellation. Analytic test solid_bounding_box_corey_shape_factor_is_c_over_sqrt_ab: (a) worked box(2,4,6) -> 2/sqrt(24) ~= 0.40825; (b) threads solid_bounding_box_extents (#363): s0/sqrt(s1*s2); (c) cross-check threading flatness (#381) + elongation (#375) (non-tautological): CSF = flatness*sqrt(elongation); (d) range 0 < CSF <= 1; cube and sphere -> 1 (equant); (e) _tol wrapper agrees with the default. Both fns re-exported from lib.rs alphabetically. valenx-cad 66 lib tests (was 65), cargo clippy --all-targets -D warnings clean.
70c718e to
74b7d72
Compare
Bumps [rfd](https://github.com/PolyMeilex/rfd) from 0.14.1 to 0.17.2. - [Release notes](https://github.com/PolyMeilex/rfd/releases) - [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md) - [Commits](PolyMeilex/rfd@0.14.1...0.17.2) --- updated-dependencies: - dependency-name: rfd dependency-version: 0.17.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
74b7d72 to
cd773ca
Compare
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 rfd from 0.14.1 to 0.17.2.
Release notes
Sourced from rfd's releases.
... (truncated)
Changelog
Sourced from rfd's changelog.
... (truncated)
Commits
cca0cfachore: Version bump 0.17.27bd7cbachore: Lower MSRV8ac3917ci: Don't run cargo-deny twice on my PRsc6c74a1chore: Version bump 0.17.17fb5900xdg_porta: Url decode the pathfdc5cf3docs: Fixup docs post libdbus port57f503eFix aarch64 compile error and add CIcd188efchore: Version bump 0.17 (#292)f3258c5xdg_portal: Drop the ridiculous dependency tree (#286)f016476file or folder picker implementation for macos (#290)