From 62d77ae1d4418706c95e32e95963e79084044c9f Mon Sep 17 00:00:00 2001 From: Morten Punnerud-Engelstad Date: Wed, 12 Aug 2026 20:27:52 +0200 Subject: [PATCH] Release 0.8.2: the anchor, the repair, and the physics domain A question that is itself one conversion is settled before the first model call (4/12 to 12/12 on the questions that motivated it), the synthesis's own sums are checked and repaired (2 of 2 repaired runs correct), and the battery gains a physics domain where every constant is stated in the question (8/8 live). --- pyproject.toml | 2 +- src/mpe_lkg/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20ba556..61d4031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mpe-lkg" -version = "0.8.1" +version = "0.8.2" description = "Local Knowledge Graph: a local LLM reasons step by step, and the graph writes, steers and checks the answer." readme = "README.md" requires-python = ">=3.10" diff --git a/src/mpe_lkg/__init__.py b/src/mpe_lkg/__init__.py index fc4325f..449f562 100644 --- a/src/mpe_lkg/__init__.py +++ b/src/mpe_lkg/__init__.py @@ -11,7 +11,7 @@ from __future__ import annotations -__version__ = "0.8.1" +__version__ = "0.8.2" __all__ = ["__version__", "create_app", "main", "health"]