You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 2026-06-15 |[Partition Identities: a JIT, Format-Owned Capability for N↔M Correspondence (CFM-72)](2026-06-15-partition_identities_jit_format_capability.md)| Implemented |
@@ -42,7 +42,7 @@ Newer entries appear first. Each entry shows its date and current status. Create
42
42
| 2026-04-16 |[Test vector materialization: plugin trait, not a runtime plugin point](2026-04-16-test_vector_materialization.md)| Implemented |
43
43
| 2026-04-16 |[Opportunistic ItemRef Metadata, Transformer-Hydrated for Correlation](2026-04-16-opportunistic_itemref_metadata.md)| Implemented |
44
44
| 2026-04-10 |[Security posture and how to audit Binoc (core and plugins)](2026-04-10-security_posture_and_auditing.md)| Accepted |
45
-
| 2026-04-10 |[Rust MSRV and dependency update policy](2026-04-10-rust_msrv_and_dependency_update_policy.md)| Implemented |
45
+
| 2026-04-10 |[Rust MSRV and dependency update policy](2026-04-10-rust_msrv_and_dependency_update_policy.md)| Implemented (MSRV raised to 1.95 on 2026-06-29 — see Addendum) |
46
46
| 2026-04-10 |[Independent release tags and published version policy](2026-04-10-independent_release_tags_and_published_version_policy.md)| Implemented |
47
47
| 2026-04-08 |[Release Surface And Automated Publishing](2026-04-08-release_surface_and_automated_publishing.md)| Implemented |
Copy file name to clipboardExpand all lines: docs/users/explanation/test-vectors-gallery.md
+98-7Lines changed: 98 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ audience: new user, data steward, archivist
13
13
14
14
These are runnable examples from binoc's test suite. Each example links to its source folder on GitHub, tells you whether it needs any extra setup, gives you the exact command to run, and shows the Markdown changelog binoc is expected to print.
15
15
16
-
Binoc currently ships **62 shared examples** in this gallery.
16
+
Binoc currently ships **63 shared examples** in this gallery.
17
17
18
18
## One-time setup
19
19
@@ -46,6 +46,7 @@ just materialize
46
46
|[`csv-stacked-tables`](#csv-stacked-tables)| Detects two logical tables stacked in one messy CSV | data.csv/>table_2: 1 row added | Default pipeline |
47
47
|[`csv-to-tsv-reformat`](#csv-to-tsv-reformat)| Table reformatted from CSV to TSV with row edits: detected as one reformatted-and-modified table, not remove + add | data.tsv: | Default pipeline |
48
48
|[`csv-verbosity-full`](#csv-verbosity-full)| Markdown full verbosity renders every captured changed-cell example. | data.csv: 5 cells changed | Custom config |
49
+
|[`csv-vintage-benchmark`](#csv-vintage-benchmark)| A 'vintage' reader compares two editions of the same published dataset and wants the structural story (a column appeared, a category vocabulary shifted) surfaced above the bulk data churn they intend to ignore. | facilities.csv: Column added: 'region'; 1 cell changed | Custom config |
49
50
|[`directory-file-copy`](#directory-file-copy)| New file with same content as an existing unchanged file detected as a copy | duplicate.txt: Copied from original.txt | Default pipeline |
|[`directory-nested-with-tar`](#directory-nested-with-tar)| Shows binoc diffing a tar archive and a plain directory that contain overlapping internal paths. | data.tar.gz/>records.csv: 1 cell changed | Default pipeline |
A 'vintage' reader compares two editions of the same published dataset and wants the structural story (a column appeared, a category vocabulary shifted) surfaced above the bulk data churn they intend to ignore.
0 commit comments