Introduce the Manhattan distance #35
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run actions-rs/cargo@v1:
src/distance/mod.rs#L88
function `minkowski_margin` is never used
|
Run actions-rs/cargo@v1:
src/distance/mod.rs#L92
function `cosine_distance_no_simd` is never used
|
Run actions-rs/cargo@v1:
src/distance/mod.rs#L112
function `manhattan_distance_no_simd` is never used
|
Run actions-rs/cargo@v1:
src/distance/mod.rs#L116
function `euclidean_distance_no_simd` is never used
|
Run actions-rs/cargo@v1
`arroy` (lib) generated 4 warnings
|
Run actions-rs/cargo@v1
`arroy` (bin "arroy") generated 1 warning (run `cargo clippy --fix --bin "arroy"` to apply 1 suggestion)
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading