nikhil-woodruff commited on
Commit
2f1ea16
·
verified ·
1 Parent(s): 9db8506

Backfill release manifest for version 1.78.2

Browse files
releases/1.78.2/release_manifest.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "artifacts": {
3
+ "enhanced_cps_2024": {
4
+ "kind": "microdata",
5
+ "path": "enhanced_cps_2024.h5",
6
+ "repo_id": "policyengine/policyengine-us-data",
7
+ "revision": "1.78.2",
8
+ "sha256": "4e92b340c3ea3e200ed5d55edf752ee1a13baf787442956fb67d25242fed13b5",
9
+ "size_bytes": 110419040
10
+ }
11
+ },
12
+ "build": {
13
+ "build_id": "policyengine-us-data-1.78.2",
14
+ "built_at": "2026-05-09T05:55:53.876155Z",
15
+ "built_with_core_package": {
16
+ "name": "policyengine-core",
17
+ "version": "3.26.0"
18
+ },
19
+ "built_with_model_package": {
20
+ "core": {
21
+ "name": "policyengine-core",
22
+ "version": "3.26.0"
23
+ },
24
+ "name": "policyengine-us",
25
+ "version": "1.687.0"
26
+ }
27
+ },
28
+ "compatible_core_packages": [
29
+ {
30
+ "name": "policyengine-core",
31
+ "specifier": "==3.26.0"
32
+ }
33
+ ],
34
+ "compatible_model_packages": [
35
+ {
36
+ "name": "policyengine-us",
37
+ "specifier": "==1.687.0"
38
+ }
39
+ ],
40
+ "data_package": {
41
+ "name": "policyengine-us-data",
42
+ "version": "1.78.2"
43
+ },
44
+ "default_datasets": {
45
+ "national": "enhanced_cps_2024"
46
+ },
47
+ "schema_version": 1
48
+ }
releases/1.78.2/trace.tro.jsonld ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": [
3
+ {
4
+ "pe": "https://policyengine.org/trace/0.1#",
5
+ "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
6
+ "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
7
+ "schema": "https://schema.org/",
8
+ "trov": "https://w3id.org/trace/trov/0.1#"
9
+ }
10
+ ],
11
+ "@graph": [
12
+ {
13
+ "@id": "tro",
14
+ "@type": [
15
+ "trov:TransparentResearchObject",
16
+ "schema:CreativeWork"
17
+ ],
18
+ "schema:creator": "policyengine-us-data",
19
+ "schema:dateCreated": "2026-05-09T05:55:53.876155Z",
20
+ "schema:description": "TRACE TRO for policyengine-us-data 1.78.2 covering immutable release artifacts and the accompanying release manifest.",
21
+ "schema:name": "policyengine-us-data 1.78.2 release TRO",
22
+ "trov:createdWith": {
23
+ "@type": "schema:SoftwareApplication",
24
+ "schema:name": "policyengine-us-data",
25
+ "schema:softwareVersion": "1.78.2"
26
+ },
27
+ "trov:hasArrangement": [
28
+ {
29
+ "@id": "arrangement/1",
30
+ "@type": "trov:ArtifactArrangement",
31
+ "rdfs:comment": "Immutable release artifact arrangement for build policyengine-us-data-1.78.2",
32
+ "trov:hasArtifactLocation": [
33
+ {
34
+ "@id": "arrangement/1/location/0",
35
+ "@type": "trov:ArtifactLocation",
36
+ "trov:artifact": {
37
+ "@id": "composition/1/artifact/0"
38
+ },
39
+ "trov:path": "enhanced_cps_2024.h5"
40
+ },
41
+ {
42
+ "@id": "arrangement/1/location/1",
43
+ "@type": "trov:ArtifactLocation",
44
+ "trov:artifact": {
45
+ "@id": "composition/1/artifact/1"
46
+ },
47
+ "trov:path": "release_manifest.json"
48
+ }
49
+ ]
50
+ }
51
+ ],
52
+ "trov:hasComposition": {
53
+ "@id": "composition/1",
54
+ "@type": "trov:ArtifactComposition",
55
+ "trov:hasArtifact": [
56
+ {
57
+ "@id": "composition/1/artifact/0",
58
+ "@type": "trov:ResearchArtifact",
59
+ "schema:name": "enhanced_cps_2024",
60
+ "trov:hash": {
61
+ "trov:hashAlgorithm": "sha256",
62
+ "trov:hashValue": "4e92b340c3ea3e200ed5d55edf752ee1a13baf787442956fb67d25242fed13b5"
63
+ },
64
+ "trov:mimeType": "application/x-hdf5"
65
+ },
66
+ {
67
+ "@id": "composition/1/artifact/1",
68
+ "@type": "trov:ResearchArtifact",
69
+ "schema:name": "release_manifest.json",
70
+ "trov:hash": {
71
+ "trov:hashAlgorithm": "sha256",
72
+ "trov:hashValue": "af297610572a0673eb671c57d04457293c3f953c7acf5f5ff9df5e59bc0171f7"
73
+ },
74
+ "trov:mimeType": "application/json"
75
+ }
76
+ ],
77
+ "trov:hasFingerprint": {
78
+ "@id": "composition/1/fingerprint",
79
+ "@type": "trov:CompositionFingerprint",
80
+ "trov:hash": {
81
+ "trov:hashAlgorithm": "sha256",
82
+ "trov:hashValue": "88e2f4c6b55294ff7c2fe17e13328ace086827d449fe40468d611fa2ae4259dc"
83
+ }
84
+ }
85
+ },
86
+ "trov:hasPerformance": [
87
+ {
88
+ "@id": "trp/1",
89
+ "@type": "trov:TrustedResearchPerformance",
90
+ "pe:builtWithModelPackageName": "policyengine-us",
91
+ "pe:builtWithModelVersion": "1.687.0",
92
+ "pe:ciGitRef": "refs/heads/main",
93
+ "pe:ciGitSha": "8c48500c46038f4be37d7200b9589c5c34ac8dd9",
94
+ "pe:ciRunUrl": "https://github.com/PolicyEngine/policyengine-us-data/actions/runs/25593445186",
95
+ "pe:dataBuildId": "policyengine-us-data-1.78.2",
96
+ "pe:emittedIn": "github-actions",
97
+ "rdfs:comment": "Publication of release build policyengine-us-data-1.78.2 for policyengine-us-data 1.78.2",
98
+ "trov:contributedToArrangement": {
99
+ "@id": "arrangement/1"
100
+ },
101
+ "trov:endedAtTime": "2026-05-09T05:55:53.876155Z",
102
+ "trov:startedAtTime": "2026-05-09T05:55:53.876155Z",
103
+ "trov:wasConductedBy": {
104
+ "@id": "trs"
105
+ }
106
+ }
107
+ ],
108
+ "trov:vocabularyVersion": "0.1",
109
+ "trov:wasAssembledBy": {
110
+ "@id": "trs",
111
+ "@type": [
112
+ "trov:TrustedResearchSystem",
113
+ "schema:Organization"
114
+ ],
115
+ "schema:description": "PolicyEngine build and release workflow for versioned US microdata artifacts.",
116
+ "schema:name": "PolicyEngine US data release pipeline"
117
+ }
118
+ }
119
+ ]
120
+ }