Skip to content
Open
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/512.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Repin the US local-area overlay (`populace_us_2024_acs_local`) to the buildp-refresh release: donor moved to the certified Build P default (sheds the inherited populace#507 SSI aged-band limitation), 98.74% within-10% on a 4,459-target local surface, default resolution unchanged.
2 changes: 1 addition & 1 deletion docs/release-bundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ sibling `dataset_overlays.{country}` map:
"populace_us_2024_acs_local": {
"path": "populace_us_2024_acs_local.h5",
"repo_id": "policyengine/populace-us",
"revision": "populace-us-2024-buildo-acs-local-...",
"revision": "populace-us-2024-buildp-acs-local-...",
"sha256": "..."
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/policyengine/data/bundle/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@
"populace_us_2024_acs_local": {
"path": "populace_us_2024_acs_local.h5",
"repo_id": "policyengine/populace-us",
"revision": "populace-us-2024-buildo-acs-local-77e2061-20260724T110908Z",
"sha256": "71763290ded993789af0ad818fd833a6aabb9ca7ff7d14f78315340d8617c6f4"
"revision": "populace-us-2024-buildp-acs-local-592ae5d6-20260819T020303Z",
"sha256": "ae1a46854de735614eff8e7708d667319a621d346c92dc3737969b91a1945bb7"
}
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/policyengine/data/bundle/uk.trace.tro.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@type": "trov:ResearchArtifact",
"schema:name": "policyengine.py bundle manifest for uk",
"trov:mimeType": "application/json",
"trov:sha256": "6f113d9388d2b3dcc6a073a28ba3d0ae50b0cd32a317a574a38d6a673f96bfa6"
"trov:sha256": "14b05b0f775ac8092a7086bb9bd122e947ba1c5b4a88c7fce0a56f5212cfd3a7"
},
{
"@id": "composition/1/artifact/data_release_manifest",
Expand All @@ -102,7 +102,7 @@
"trov:hasFingerprint": {
"@id": "composition/1/fingerprint",
"@type": "trov:CompositionFingerprint",
"trov:sha256": "d60ee6f14475da3b8ed7ebff5ae03d7029f17d12c273de4faec6f9768ed0c5d4"
"trov:sha256": "c694078a6afb8d6040f087c6d0edf9658c45b1223ef59ef422cc1b2a0c4b71c2"
}
},
"trov:hasPerformance": {
Expand Down
4 changes: 2 additions & 2 deletions src/policyengine/data/bundle/us.trace.tro.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@type": "trov:ResearchArtifact",
"schema:name": "policyengine.py bundle manifest for us",
"trov:mimeType": "application/json",
"trov:sha256": "6f113d9388d2b3dcc6a073a28ba3d0ae50b0cd32a317a574a38d6a673f96bfa6"
"trov:sha256": "14b05b0f775ac8092a7086bb9bd122e947ba1c5b4a88c7fce0a56f5212cfd3a7"
},
{
"@id": "composition/1/artifact/data_release_manifest",
Expand All @@ -102,7 +102,7 @@
"trov:hasFingerprint": {
"@id": "composition/1/fingerprint",
"@type": "trov:CompositionFingerprint",
"trov:sha256": "66ceaf4c12243f1f6ccb5b01e10fd1cd0a6e1e2fc6a9915ae5bde114353a4377"
"trov:sha256": "cdf3fa9215374e7b8eefeb182572b751c14cb3ee0880db561eee6f00d3bcf080"
}
},
"trov:hasPerformance": {
Expand Down
4 changes: 2 additions & 2 deletions tests/test_release_manifests.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# Non-default local-area overlay: a staged Populace US artifact published in its
# own immutable release (Build L), loadable by name but never the default.
US_LOCAL_AREA_DATASET = "populace_us_2024_acs_local"
US_LOCAL_AREA_RELEASE_ID = "populace-us-2024-buildo-acs-local-77e2061-20260724T110908Z"
US_LOCAL_AREA_RELEASE_ID = "populace-us-2024-buildp-acs-local-592ae5d6-20260819T020303Z"
US_LOCAL_AREA_SHA256 = (
"71763290ded993789af0ad818fd833a6aabb9ca7ff7d14f78315340d8617c6f4"
"ae1a46854de735614eff8e7708d667319a621d346c92dc3737969b91a1945bb7"
)
US_LOCAL_AREA_DATASET_URI = (
"hf://policyengine/populace-us/populace_us_2024_acs_local.h5"
Expand Down
Loading