Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/added/capabilities-fn.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions changelog.d/added/structural-reform-hooks.md
Original file line number Diff line number Diff line change
@@ -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.
Loading