Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 13:42
· 183 commits to main since this release

What's Changed

Features

  • feat: serialize replayed candidates to disposable KiCad snapshots by @seunghyukchoe in #25

Research and performance

Documentation and maintenance

Other changes

  • feat: add bounded deterministic two-pin A* baseline by @seunghyukchoe in #23
  • feat: bind route candidates to authoritative KiCad DRC by @seunghyukchoe in #27
  • feat: expose a bounded non-mutating route preview by @seunghyukchoe in #28
  • feat: add read-only Board IR inspection over a shared request boundary by @seunghyukchoe in #30
  • feat: route around existing copper instead of rejecting it by @seunghyukchoe in #31
  • feat: treat through vias as obstacles instead of a board-level veto by @seunghyukchoe in #33
  • feat: via-aware cross-layer connectivity recognition by @seunghyukchoe in #36
  • feat: Circuit Scene IR v0.1 — typed board observation for agents by @seunghyukchoe in #39
  • feat: Scene IR slice 2 — deterministic digest-bound renders by @seunghyukchoe in #40
  • fix: absolute pad rotation + six scene observation hardening fixes by @seunghyukchoe in #41
  • feat: placement intent and deterministic legalizer (M4 core) by @seunghyukchoe in #42
  • feat: preview_placement surface (M4 placement preview complete) by @seunghyukchoe in #43
  • feat: CST splice layer and pure apply engine (M3 slices 1-2) by @seunghyukchoe in #45
  • feat: apply_candidate — the first mutating surface (M3 slices 3-5) by @seunghyukchoe in #46

Full Changelog: v0.1.0...v0.5.0