AzHicham / openslide-rs

Rust bindings for Openslide
Apache License 2.0
11 stars 4 forks source link

build(deps): bump fast_image_resize from 2.4.0 to 2.5.0 #43

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps fast_image_resize from 2.4.0 to 2.5.0.

Changelog

Sourced from fast_image_resize's changelog.

[2.5.0] - 2023-01-29

Crate

  • Added support of optimisation with helps of Wasm32 SIMD128 for all types of images exclude I32 and F32 (thanks to @​cdmurph32, #11).

Benchmarks

  • Benchmark framework glassbench replaced by criterion.
  • Added report with results of benchmarks for wasm32-wasi target.
Commits
  • 94070bb chore: Release
  • 7c6a86b Prepare for release.
  • 5c08df0 Updated benchmark results.
  • 4f83db9 Fixed CHANGELOG.md
  • 76a87bc - CpuExtension::Wasm32 renamed into CpuExtension::Simd128.
  • b765af5 Merge pull request #11 from cdmurph32/wasm32_simd
  • 3737133 Rebase
  • ec4c61c Remove swizzle from load functions.
  • ccdd08c Add #[target_feature(enable = "simd128")]
  • 74fd01a Constantize v128 declarations.
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)