You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve conflicts in Makefile, README.md, and docs/dev.md by adopting
main's MyST version variable and docs-serve target.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,38 @@
1
+
## [3.4.4] - 2026-04-13
2
+
3
+
### Changed
4
+
5
+
- Add TRACE TRO export helpers for certified runtime bundles and expose them through `policyengine.core`.
6
+
7
+
8
+
## [3.4.3] - 2026-04-13
9
+
10
+
### Fixed
11
+
12
+
- Fix the release versioning workflow so it bumps from the highest known released version instead of regressing to a stale version from `pyproject.toml`.
13
+
14
+
15
+
## [3.4.1] - 2026-04-13
16
+
17
+
### Changed
18
+
19
+
- Add certified bundle metadata that records runtime model pins alongside build-time data artifact provenance and compatibility fingerprints.
20
+
21
+
22
+
## [3.4.2] - 2026-04-12
23
+
24
+
### Changed
25
+
26
+
- Align the bundled UK release manifest with the pinned `policyengine-uk` package version and updated data package revisions.
27
+
28
+
29
+
## [3.4.1] - 2026-04-09
30
+
31
+
### Fixed
32
+
33
+
- Fixed the UK paper reproduction workflow so the checked-in example runs on Python 3.14 and the associated analysis helpers handle that path cleanly.
Copy file name to clipboardExpand all lines: docs/dev.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ dependencies used in CI (pytest, ruff, mypy, towncrier).
23
23
```bash
24
24
make format # ruff format
25
25
make test# pytest with coverage
26
-
make docs # run the MyST docs build used in CI via npx
26
+
make docs # build static MyST/Jupyter Book 2 HTML docs
27
+
make docs-serve # preview the docs locally
27
28
make clean # remove caches, build artifacts, .h5 files
28
29
```
29
30
@@ -74,6 +75,8 @@ echo "Description of change" > changelog.d/my-change.added
74
75
75
76
On merge, the versioning workflow bumps the version, builds the changelog, and creates a GitHub Release.
76
77
78
+
For the target release-bundle architecture, see [Release bundles](release-bundles.md). That document defines the split between country `*-data` build manifests and `policyengine.py` certified runtime bundles.
0 commit comments