Compare commits

..
3 Commits
Author SHA1 Message Date
Eric Coissac 4d55258ada chore: bump obikmer to 1.3.0 and disable obisys default features
Release / create-release (push) Successful in 2m32s
Release / build-linux-x86_64 (push) Successful in 8m22s
Release / build-macos-arm64 (push) Failing after 1m15s
ci.yml / build (pull_request) Successful in 3m33s
Updates package version and explicitly disables default features for the local obisys dependency.
2026-08-29 07:46:56 +02:00
coissac 7e28ca4853 Merge pull request 'Push zunrplorkwkt' (#70) from push-zunrplorkwkt into main
Reviewed-on: #70
2026-08-28 23:15:37 +00:00
Eric Coissac 52f26809af refactor(benchmark): consolidate generated artifacts under run/ directory
ci.yml / build (pull_request) Successful in 3m49s
Restructure the benchmark pipeline to direct all simulated data, indices, statistics, and query outputs into a unified `run/` directory. Update Makefile targets, shell scripts, and Python utilities to resolve paths relative to this new base. Adjust documentation and dependency tracking to match the revised layout, and remove outdated temporary artifacts.
2026-08-29 00:19:31 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1480,7 +1480,7 @@ dependencies = [
[[package]] [[package]]
name = "obikmer" name = "obikmer"
version = "1.2.3" version = "1.3.0"
dependencies = [ dependencies = [
"clap", "clap",
"csv", "csv",
+2 -2
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "obikmer" name = "obikmer"
version = "1.2.3" version = "1.3.0"
edition = "2024" edition = "2024"
[[bin]] [[bin]]
@@ -11,7 +11,7 @@ path = "src/main.rs"
obikseq = { path = "../obikseq" } obikseq = { path = "../obikseq" }
obiread = { path = "../obiread" } obiread = { path = "../obiread" }
obipipeline = { path = "../obipipeline" } obipipeline = { path = "../obipipeline" }
obisys = { path = "../obisys" } obisys = { path = "../obisys", default-features = false }
obikindex = { path = "../obikindex", default-features = false } obikindex = { path = "../obikindex", default-features = false }
obikindexer = { path = "../obikindexer" } obikindexer = { path = "../obikindexer" }
obikalgorithm = { path = "../obikalgorithm" } obikalgorithm = { path = "../obikalgorithm" }