Skip to content

Releases: IshaanDugar/waveq

Release list

WaveQ v3.0.0

Choose a tag to compare

@IshaanDugar IshaanDugar released this 13 Jul 20:43

WaveQ v3.0.0

Initial open-source release.

Highlights

  • Local MCP server with 18 waveform query tools over stdio JSON-RPC
  • CLI for configure, index, resolve, value, changes, edges, and digest
  • SQLite-backed VCD indexer with size-aware configure behavior
  • Signal run and edge precomputation for fast queries
  • Clock cycle index via define_clock
  • Exact rational timescale conversion
  • Strict ok: false semantics for missing or ambiguous data
  • Zero runtime dependencies (Python 3.10+ stdlib only)

Quick start

git clone https://github.com/IshaanDugar/waveq.git
cd waveq
python -m venv .venv && source .venv/bin/activate
pip install -e .
waveq info examples/sample.vcd