Skip to content

chore(deps): update rust crate visioncortex to 0.9 - #43

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/visioncortex-0.x
Open

chore(deps): update rust crate visioncortex to 0.9#43
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/visioncortex-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
visioncortex (source) dependencies minor 0.80.9 0.9.2

Release Notes

visioncortex/visioncortex (visioncortex)

v0.9.1

  • Fixed cubic Bezier fitting swinging far away from the input on sparse,
    unevenly spaced slices (e.g. a 3 px jog followed by a 160 px straight leg —
    real walker output): the fit error was only measured at the sample points,
    so a lone cubic could interpolate every sample while ballooning between
    them. fit_points_with_beziers densifies the slice with witness points and
    returns the full multi-curve chain (welded and endpoint-pinned) instead of
    truncating to the first fragment; Spline::from_path_f64 now keeps every
    cubic of the chain. The single-curve fit_points_with_bezier is kept for
    compatibility but its truncation caveat is documented.

v0.9.0

  • Added the polypartition module: polygon triangulation (ear-clipping,
    monotone, optimal dynamic programming) and hole removal, ported from
    PolyPartition by Ivan Fratric
  • Made SubdivideSmooth public and added open-path (open polyline) variants of
    find_corners, find_splice_points, and subdivide_keep_corners;
    fit_points_with_bezier now takes a configurable max_error (closed-path
    behaviour unchanged)
  • Breaking: color_clusters::Builder, BuilderImpl, and
    IncrementalBuilder are now generic over their four closure types instead of
    storing Box<dyn Fn>, so the hot same/diff closures are monomorphised and
    inlined
  • Breaking: the deepen/hollow closures now receive &ClustersView
    instead of &BuilderImpl
  • Breaking: color_clusters::Builder is now a type-state builder — every
    closure must be set before run()/start(), which is now enforced at compile
    time instead of panicking at runtime

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants