Skip to content

v0.2.3 — read list --where field filters

Choose a tag to compare

@chouswei chouswei released this 10 Jun 08:33
· 428 commits to master since this release

Summary

  • read list --where field=value — filter rows by field value (exact match; repeat for AND). * and ? wildcards supported (e.g. --where name=*Tiexin*).
  • Efficiency benchmarks and regression tests for field filtering.
  • New application note: application-notes/llm-sysml-v2-modeling.md (SysML v2 modeling with the 6-step pipeline).

Test plan

  • pytest — 39 tests passing
  • python scripts/benchmark_efficiency.py