fix(deps): update all non-major dependencies #1178
Merged
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.
This PR contains the following updates:
4.5.1
->4.6.0
0.24.0
->0.25.0
4.3.1
->4.3.2
Release Notes
image-rs/imageproc (imageproc)
v0.25.0
Compare Source
New features:
template_matching::match_template_with_mask
andtemplate_matching::match_template_with_mask_parallel
to support masked templates in template matching.L2
variant to thedistance_transform::Norm
enum used to specify the distance function indistance_transfrom::distance_transform
and several functions in themorphology
module.filter::laplacian_filter
using a 3x3 approximation to the Laplacian kernel.stats::min_max()
which reports the min and max intensities in an image for each channel.grayscale_(dilate|erode|open|close)
.Breaking changes:
ThresholdType
parameter tocontrast::threshold{_mut}
to allow configuration of thresholding behaviour. To match the behaviour ofthreshold(image, thresh)
fromimageproc 0.24
, usethreshold(image, thresh, ThresholdType::Binary)
.contrast::stretch_contrast{_mut}
to make the output intensity range configurable. To match the behaviour ofstretch_contrast(image, lower, upper)
fromimageproc 0.24
, usestretch_contrast(image, lower, upper, 0u8, 255u8)
.convex_hull
from&[Point<T>]
toimpl Into<Vec<Point<T>>>
.conv
crate and removed functionmath::cast
. This replacesValueInto<K>
trait bounds withInto<K>
in many function signatures.Bug fixes:
BresenhamLineIter
panic when using non-integer endpoints.maplibre/maplibre-gl-js (maplibre-gl)
v4.3.2
Compare Source
🐞 Bug fixes
moveend
zoom being different than the actual current zoom (#4132)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.