Skip to content

bump version to 0.6.5#347

Merged
HumanBean17 merged 1 commit into
masterfrom
chore/bump-0.6.5
Jun 22, 2026
Merged

bump version to 0.6.5#347
HumanBean17 merged 1 commit into
masterfrom
chore/bump-0.6.5

Conversation

@HumanBean17

Copy link
Copy Markdown
Owner

0.6.5 — performance release

Faster init / reprocess / increment. No graph, schema, CLI, or config changes; no re-index required.

Speed

Compatibility

  • No re-index required. The bulk write path produces a byte-identical graph to 0.6.4 — verified node-for-node and edge-for-edge (all Symbol properties, all 12 edge types with full properties, and GraphMeta counters) by building the same fixtures (bank-chat-system, call_graph_smoke) with published 0.6.4 and this build and diffing.
  • Ontology version unchanged (17). No breaking changes.

Internals

Incremental-path correctness follow-ups shipped alongside: #343 (refresh preserved dependents on increment + DECLARES dedup) and #344 (annotation-scope fix + route bulk write + overrides invariant).


Draft release note for 0.6.5 — copy into the GitHub/PyPI release when publishing.

Performance release: faster init / reprocess / increment with no graph,
schema, or CLI changes. Bulk COPY FROM graph writes (#341-#342) and the
lifespan-cached LayeredIgnore (#340) take init from ~395s toward ~140s on
the profiled medium corpus; the graph-write phase drops ~316s -> ~0.4s.

No re-index required -- the bulk path is byte-equivalent to 0.6.4 (verified
node-for-node and edge-for-edge, all properties + GraphMeta counters).
Ontology version unchanged (17).

Co-authored-by: Claude <noreply@anthropic.com>
@HumanBean17 HumanBean17 merged commit c92d9fb into master Jun 22, 2026
1 check passed
@HumanBean17 HumanBean17 deleted the chore/bump-0.6.5 branch June 22, 2026 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant