From 870cd26a04a69bbca09b366b1c1c29a6d4fe9665 Mon Sep 17 00:00:00 2001 From: Morten Punnerud-Engelstad Date: Thu, 13 Aug 2026 19:44:37 +0200 Subject: [PATCH] Release 0.9.1: the derivative field 'd/dx at x=' in the step schema, settled by mpeqs.calculus and refused into silence where it cannot be exact. Passive until a model reaches for it -- measured at zero uses on qwen3:4b, where the calc field carries derivative questions instead -- and shipped for the model generation that does, the same shape as the convert field's early history. --- 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 4582e3a..e1e7e84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mpe-lkg" -version = "0.9.0" +version = "0.9.1" 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 2487a48..e094a59 100644 --- a/src/mpe_lkg/__init__.py +++ b/src/mpe_lkg/__init__.py @@ -11,7 +11,7 @@ from __future__ import annotations -__version__ = "0.9.0" +__version__ = "0.9.1" __all__ = ["__version__", "create_app", "main", "health"]