chore: update ci cache, document distance metrics, and bump version
Release / create-release (push) Successful in 2m26s
Release / build-linux-x86_64 (push) Successful in 8m43s
Release / build-macos-arm64 (push) Successful in 2m7s
ci.yml / build (pull_request) Canceled after 59m15s

Updated CI workflow cache keys with a `v2` salt and `Cargo.lock` hash to prevent stale incremental compilation caches and deadlocks, while updating restore keys and documenting interrupted job state. Introduced a 3-way ordinal distance metric framework that replaces ambiguous IUPAC encoding with explicit k-mer scoring, bridging pairwise methods to character-based phylogenetics via Sankoff parsimony. Bumped the `obikmer` crate version to 1.1.42.
This commit is contained in:
Eric Coissac
2026-08-11 17:12:28 +02:00
parent fa82989ea9
commit a63692b8c4
4 changed files with 184 additions and 4 deletions
+1 -1
View File
@@ -1715,7 +1715,7 @@ dependencies = [
[[package]]
name = "obikmer"
version = "1.1.41"
version = "1.1.42"
dependencies = [
"clap",
"csv",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "obikmer"
version = "1.1.41"
version = "1.1.42"
edition = "2024"
[[bin]]