ruvector/tests
rUv fb32082d28 chore: Bump version to 0.1.15 with security fixes and GNN forgetting mitigation
Version bump and comprehensive updates:

## GNN Forgetting Mitigation (Issue #17)
- Add Adam optimizer with bias-corrected momentum
- Add SGD with momentum for convergence
- Add Elastic Weight Consolidation (EWC) for catastrophic forgetting prevention
- Add ReplayBuffer with reservoir sampling
- Add 6 learning rate scheduling strategies
- All 177 GNN tests passing

## Security Fixes
- Fixed integer overflow vulnerabilities across core crates
- Enhanced bounds checking in arena allocations
- Improved quantization safety
- Added verification tests for security fixes

## Dependency Updates
- Updated ruvector-gnn dependency versions in node/wasm crates

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 00:52:24 +00:00
..
agentic-jujutsu feat: Add comprehensive agentic-jujutsu integration examples and tests 2025-11-22 03:12:31 +00:00
advanced_tests.rs feat: Complete ALL Ruvector phases - production-ready vector database 2025-11-19 14:37:21 +00:00
graph_full_integration.rs feat: Add Neo4j-compatible hypergraph database package (ruvector-graph) 2025-11-25 23:11:54 +00:00
graph_integration.rs feat: Add Neo4j-compatible hypergraph database package (ruvector-graph) 2025-11-25 23:11:54 +00:00
security_verification_test.rs chore: Bump version to 0.1.15 with security fixes and GNN forgetting mitigation 2025-11-27 00:52:24 +00:00
test_agenticdb.rs feat: Complete ALL Ruvector phases - production-ready vector database 2025-11-19 14:37:21 +00:00