mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-27 00:25:10 +00:00
|
Some checks failed
ruvector-verified CI / check (--features hnsw-proofs) (push) Has been cancelled
ruvector-verified CI / check () (push) Has been cancelled
ruvector-verified CI / check (--all-features) (push) Has been cancelled
ruvector-verified CI / check (--features all-proofs) (push) Has been cancelled
ruvector-verified CI / check (--features coherence-proofs) (push) Has been cancelled
ruvector-verified CI / check (--features rvf-proofs) (push) Has been cancelled
ruvector-verified CI / check (--features serde) (push) Has been cancelled
ruvector-verified CI / check (--features ultra) (push) Has been cancelled
ruvector-verified CI / clippy (push) Has been cancelled
ruvector-verified CI / test (push) Has been cancelled
ruvector-verified CI / bench (push) Has been cancelled
Build on the existing security audit branch with additional hardening: - **RUSTSEC-2026-0115/0116/0117**: Bump `imageproc 0.25` → `0.26.2` in `examples/scipix/Cargo.toml`. All three soundness notices (improper bounds checks and fragile sampling code) are fixed in 0.26.x. Remove the now-stale ignore entries from `.cargo/audit.toml`. Replace remaining bare `.partial_cmp(...).unwrap()` — which panics when NaN appears in the slice — with `.total_cmp(...)` (stable since Rust 1.62, NaN-total, no panic) in production source files: - `crates/ruvllm/src/claude_flow/agent_router.rs` (score max/sort) - `crates/ruvllm/src/claude_flow/task_classifier.rs` (score sort) - `crates/ruvllm/src/evaluation/economics.rs` (percentile sort) - `crates/ruvllm/src/metal/operations.rs` (argmax over logits) - `crates/ruvllm/src/qat/calibration.rs` (percentile sort) - `crates/ruvllm/src/training/grpo.rs` (reward/advantage max) - `crates/ruvector-postgres/src/healing/strategies.rs` (strategy weight max) - `crates/ruvector-postgres/src/learning/patterns.rs` (k-means++ distance) - `crates/ruvector-postgres/src/learning/reasoning_bank.rs` (similarity sort) - `crates/ruvector-postgres/src/math/operators.rs` (Wasserstein sort) - `crates/ruvector-postgres/src/quantization/binary.rs` (rerank sort) - `crates/ruvector-postgres/src/sparse/types.rs` (top-k sparse abs sort) - `crates/ruvector-solver/src/forward_push.rs` (argmax in test) |
||
|---|---|---|
| .. | ||
| attention | ||
| bin | ||
| dag | ||
| distance | ||
| domain_expansion | ||
| embeddings | ||
| gated_transformer | ||
| gnn | ||
| graph | ||
| healing | ||
| hybrid | ||
| hyperbolic | ||
| index | ||
| integrity | ||
| learning | ||
| math | ||
| quantization | ||
| routing | ||
| solver | ||
| sona | ||
| sparse | ||
| tda | ||
| tenancy | ||
| types | ||
| workers | ||
| lib.rs | ||
| operators.rs | ||