Skip to content

Commit 660548c

Browse files
committed
Update publication candidate
1 parent 45ccb79 commit 660548c

4 files changed

Lines changed: 30 additions & 23 deletions

File tree

changelog.d/housing_takeup.fixed.md renamed to .github/publication_candidates/usdata-gha26008442345-a1/changelog.d/housing_takeup.fixed.md

File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"base_release_version": "1.115.2",
3+
"candidate_scope": "1.115.2-patch",
4+
"release_bump": "patch",
5+
"run_id": "usdata-gha26008442345-a1",
6+
"would_release_as_at_build_time": "1.115.3"
7+
}

.github/publication_scope.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"base_release_version": "1.115.2",
3-
"candidate_scope": "1.115.2-minor",
4-
"release_bump": "minor",
5-
"run_id": "usdata-gha26004168365-a1",
6-
"would_release_as_at_build_time": "1.116.0"
3+
"candidate_scope": "1.115.2-patch",
4+
"release_bump": "patch",
5+
"run_id": "usdata-gha26008442345-a1",
6+
"would_release_as_at_build_time": "1.115.3"
77
}

docs/generated/pipeline_api.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"docstring": "\"Add auto loan balance, interest and net_worth variable.",
6262
"id": "add_auto_loan",
6363
"kind": "function",
64-
"line": 2821,
64+
"line": 2819,
6565
"metadata": {
6666
"api_refs": [
6767
"policyengine_us_data.datasets.cps.cps.add_auto_loan_interest_and_net_worth"
@@ -88,7 +88,7 @@
8888
"docstring": "Populate household-level geography variables used by PolicyEngine US.\n\nArgs:\n cps: Output CPS H5 group receiving derived household variables.\n household: Raw CPS household table.",
8989
"id": "add_household_variables",
9090
"kind": "function",
91-
"line": 1483,
91+
"line": 1481,
9292
"metadata": {
9393
"api_refs": [
9494
"policyengine_us_data.datasets.cps.cps.add_household_variables"
@@ -115,7 +115,7 @@
115115
"docstring": "Add basic ID and weight variables.\n\nArgs:\n cps (h5py.File): The CPS dataset file.\n person (DataFrame): The person table of the ASEC.\n tax_unit (DataFrame): The tax unit table created from the person table\n of the ASEC.\n family (DataFrame): The family table of the ASEC.\n spm_unit (DataFrame): The SPM unit table created from the person table\n of the ASEC.\n household (DataFrame): The household table of the ASEC.",
116116
"id": "add_id_variables",
117117
"kind": "function",
118-
"line": 952,
118+
"line": 950,
119119
"metadata": {
120120
"api_refs": [
121121
"policyengine_us_data.datasets.cps.cps.add_id_variables"
@@ -142,7 +142,7 @@
142142
"docstring": "Impute ORG-derived wage and union inputs onto CPS persons.",
143143
"id": "add_org_inputs",
144144
"kind": "function",
145-
"line": 2705,
145+
"line": 2703,
146146
"metadata": {
147147
"api_refs": [
148148
"policyengine_us_data.datasets.cps.cps.add_org_labor_market_inputs"
@@ -169,7 +169,7 @@
169169
"docstring": "Add income variables.\n\nArgs:\n cps (h5py.File): The CPS dataset file.\n person (DataFrame): The CPS person table.\n year (int): The CPS year",
170170
"id": "add_personal_income_variables",
171171
"kind": "function",
172-
"line": 1158,
172+
"line": 1156,
173173
"metadata": {
174174
"api_refs": [
175175
"policyengine_us_data.datasets.cps.cps.add_personal_income_variables"
@@ -196,7 +196,7 @@
196196
"docstring": "Add personal demographic variables.\n\nArgs:\n cps (h5py.File): The CPS dataset file.\n person (DataFrame): The CPS person table.",
197197
"id": "add_personal_variables",
198198
"kind": "function",
199-
"line": 1014,
199+
"line": 1012,
200200
"metadata": {
201201
"api_refs": [
202202
"policyengine_us_data.datasets.cps.cps.add_personal_variables"
@@ -223,7 +223,7 @@
223223
"docstring": "",
224224
"id": "add_previous_year_income",
225225
"kind": "function",
226-
"line": 1525,
226+
"line": 1523,
227227
"metadata": {
228228
"api_refs": [
229229
"policyengine_us_data.datasets.cps.cps.add_previous_year_income"
@@ -250,7 +250,7 @@
250250
"docstring": "",
251251
"id": "add_rent",
252252
"kind": "function",
253-
"line": 353,
253+
"line": 352,
254254
"metadata": {
255255
"api_refs": [
256256
"policyengine_us_data.datasets.cps.cps.add_rent"
@@ -277,7 +277,7 @@
277277
"docstring": "",
278278
"id": "add_spm_variables",
279279
"kind": "function",
280-
"line": 1444,
280+
"line": 1442,
281281
"metadata": {
282282
"api_refs": [
283283
"policyengine_us_data.datasets.cps.cps.add_spm_variables"
@@ -304,7 +304,7 @@
304304
"docstring": "Assign SSN card type using PRCITSHP, employment status, and ASEC-UA conditions.\nCodes:\n- 0: \"NONE\" - Likely undocumented immigrants\n- 1: \"CITIZEN\" - US citizens (born or naturalized)\n- 2: \"NON_CITIZEN_VALID_EAD\" - Non-citizens with work/study authorization\n- 3: \"OTHER_NON_CITIZEN\" - Non-citizens with indicators of legal status",
305305
"id": "add_ssn_card_type",
306306
"kind": "function",
307-
"line": 1631,
307+
"line": 1629,
308308
"metadata": {
309309
"api_refs": [
310310
"policyengine_us_data.datasets.cps.cps.add_ssn_card_type"
@@ -331,7 +331,7 @@
331331
"docstring": "",
332332
"id": "add_takeup",
333333
"kind": "function",
334-
"line": 473,
334+
"line": 472,
335335
"metadata": {
336336
"api_refs": [
337337
"policyengine_us_data.datasets.cps.cps.add_takeup"
@@ -358,7 +358,7 @@
358358
"docstring": "",
359359
"id": "add_tips",
360360
"kind": "function",
361-
"line": 2530,
361+
"line": 2528,
362362
"metadata": {
363363
"api_refs": [
364364
"policyengine_us_data.datasets.cps.cps.add_tips"
@@ -1059,7 +1059,7 @@
10591059
"docstring": "Subsample the loaded CPS dataset and preserve downsampled arrays.\n\nArgs:\n frac: Fraction of records to retain.",
10601060
"id": "downsample",
10611061
"kind": "function",
1062-
"line": 320,
1062+
"line": 319,
10631063
"metadata": {
10641064
"api_refs": [
10651065
"policyengine_us_data.datasets.cps.cps.CPS.downsample"
@@ -1951,7 +1951,7 @@
19511951
"docstring": "Apply US entity IDs and calibrated household weights.",
19521952
"id": "local_h5_us_entity_postprocessor",
19531953
"kind": "class",
1954-
"line": 148,
1954+
"line": 151,
19551955
"metadata": {
19561956
"api_refs": [
19571957
"policyengine_us_data.build_outputs.us_augmentations.USEntityPostProcessor"
@@ -1978,7 +1978,7 @@
19781978
"docstring": "Payload after US entity ID and household-weight fields are applied.",
19791979
"id": "local_h5_us_entity_postprocessor_result",
19801980
"kind": "class",
1981-
"line": 68,
1981+
"line": 71,
19821982
"metadata": {
19831983
"api_refs": [
19841984
"policyengine_us_data.build_outputs.us_augmentations.USEntityPostProcessorResult"
@@ -2005,7 +2005,7 @@
20052005
"docstring": "Apply block-derived US geography overrides.",
20062006
"id": "local_h5_us_geography_postprocessor",
20072007
"kind": "class",
2008-
"line": 201,
2008+
"line": 204,
20092009
"metadata": {
20102010
"api_refs": [
20112011
"policyengine_us_data.build_outputs.us_augmentations.USGeographyPostProcessor"
@@ -2032,7 +2032,7 @@
20322032
"docstring": "Payload after US geography fields are applied.",
20332033
"id": "local_h5_us_geography_postprocessor_result",
20342034
"kind": "class",
2035-
"line": 94,
2035+
"line": 97,
20362036
"metadata": {
20372037
"api_refs": [
20382038
"policyengine_us_data.build_outputs.us_augmentations.USGeographyPostProcessorResult"
@@ -2059,7 +2059,7 @@
20592059
"docstring": "Apply US take-up draws after entity and geography postprocessing.",
20602060
"id": "local_h5_us_takeup_postprocessor",
20612061
"kind": "class",
2062-
"line": 306,
2062+
"line": 309,
20632063
"metadata": {
20642064
"api_refs": [
20652065
"policyengine_us_data.build_outputs.us_augmentations.USTakeupPostProcessor"
@@ -2086,7 +2086,7 @@
20862086
"docstring": "Payload after US take-up fields are applied.",
20872087
"id": "local_h5_us_takeup_postprocessor_result",
20882088
"kind": "class",
2089-
"line": 121,
2089+
"line": 124,
20902090
"metadata": {
20912091
"api_refs": [
20922092
"policyengine_us_data.build_outputs.us_augmentations.USTakeupPostProcessorResult"

0 commit comments

Comments
 (0)