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.