mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-30 12:13:34 +00:00
chore: bump rvdna crate version to 0.3.0 for biomarker engine release
Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
f957eb7ea4
commit
2ae343967c
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -9485,7 +9485,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rvdna"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bincode 2.0.1",
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "rvdna"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
description = "rvDNA — AI-native genomic analysis and the .rvdna file format. Native 23andMe genotyping, pharmacogenomics (CYP2D6/CYP2C19), health variants, variant calling, protein prediction, and HNSW vector search in pure Rust with WASM support."
|
||||
description = "rvDNA — AI-native genomic analysis. 20-SNP biomarker risk scoring, streaming anomaly detection, 64-dim profile vectors, 23andMe genotyping, CYP2D6/CYP2C19 pharmacogenomics, variant calling, protein prediction, and HNSW vector search in pure Rust."
|
||||
license = "MIT"
|
||||
repository = "https://github.com/ruvnet/ruvector"
|
||||
homepage = "https://github.com/ruvnet/ruvector/tree/main/examples/dna"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue