From 788b75a98521a56365fdd183239155dd77e9caf7 Mon Sep 17 00:00:00 2001 From: Nikhil Woodruff Date: Wed, 8 Apr 2026 13:31:27 +0100 Subject: [PATCH] chore: add changelog fragments for structural reforms and capabilities Co-Authored-By: Nikhil Woodruff --- changelog.d/added/capabilities-fn.md | 1 + changelog.d/added/structural-reform-hooks.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/added/capabilities-fn.md create mode 100644 changelog.d/added/structural-reform-hooks.md diff --git a/changelog.d/added/capabilities-fn.md b/changelog.d/added/capabilities-fn.md new file mode 100644 index 0000000..08b4a26 --- /dev/null +++ b/changelog.d/added/capabilities-fn.md @@ -0,0 +1 @@ +Add `capabilities()` to the Python wrapper, returning a structured description of available datasets, cached years, programmes modelled, and microdata columns — for use by LLM consumers. diff --git a/changelog.d/added/structural-reform-hooks.md b/changelog.d/added/structural-reform-hooks.md new file mode 100644 index 0000000..c7b041a --- /dev/null +++ b/changelog.d/added/structural-reform-hooks.md @@ -0,0 +1 @@ +Add `StructuralReform(pre=..., post=...)` to the Python wrapper, allowing arbitrary pre- and post-simulation data mutations for reforms that cannot be expressed as parameter changes.