diff --git a/Catalog/prs.json b/Catalog/prs.json index 162d1aa..7eb5a73 100644 --- a/Catalog/prs.json +++ b/Catalog/prs.json @@ -495,13 +495,13 @@ "deployments_url": "https://api.github.com/repos/rickecon/OG-USA/deployments", "created_at": "2021-03-19T14:59:09Z", "updated_at": "2024-05-17T15:02:53Z", - "pushed_at": "2024-05-17T15:03:15Z", + "pushed_at": "2024-05-18T07:21:44Z", "git_url": "git://github.com/rickecon/OG-USA.git", "ssh_url": "git@github.com:rickecon/OG-USA.git", "clone_url": "https://github.com/rickecon/OG-USA.git", "svn_url": "https://github.com/rickecon/OG-USA", "homepage": null, - "size": 299781, + "size": 299786, "stargazers_count": 2, "watchers_count": 2, "language": "Python", @@ -848,13 +848,13 @@ "deployments_url": "https://api.github.com/repos/rickecon/OG-USA/deployments", "created_at": "2021-03-19T14:59:09Z", "updated_at": "2024-05-17T15:02:53Z", - "pushed_at": "2024-05-17T15:03:15Z", + "pushed_at": "2024-05-18T07:21:44Z", "git_url": "git://github.com/rickecon/OG-USA.git", "ssh_url": "git@github.com:rickecon/OG-USA.git", "clone_url": "https://github.com/rickecon/OG-USA.git", "svn_url": "https://github.com/rickecon/OG-USA", "homepage": null, - "size": 299781, + "size": 299786, "stargazers_count": 2, "watchers_count": 2, "language": "Python", @@ -1768,17 +1768,17 @@ ], "OG-Core": [ { - "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930", - "id": 1873480942, - "node_id": "PR_kwDOAcognM5vqwzu", - "html_url": "https://github.com/PSLmodels/OG-Core/pull/930", - "diff_url": "https://github.com/PSLmodels/OG-Core/pull/930.diff", - "patch_url": "https://github.com/PSLmodels/OG-Core/pull/930.patch", - "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/930", - "number": 930, - "state": "closed", + "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/932", + "id": 1876904987, + "node_id": "PR_kwDOAcognM5v30wb", + "html_url": "https://github.com/PSLmodels/OG-Core/pull/932", + "diff_url": "https://github.com/PSLmodels/OG-Core/pull/932.diff", + "patch_url": "https://github.com/PSLmodels/OG-Core/pull/932.patch", + "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/932", + "number": 932, + "state": "open", "locked": false, - "title": "Fix error converting to pct diffs", + "title": "Updates to `txfunc.py`", "user": { "login": "jdebacker", "id": 10715924, @@ -1799,28 +1799,28 @@ "type": "User", "site_admin": false }, - "body": "In PR #914, I introduced an error into the `output_plots.plot_aggregates` function. In this case, I multiplied the pct diffs by 100 to get them in percentage points, forgetting that the plot formatting options used:\r\n\r\n```python\r\nif plot_type == \"pct_diff\":\r\n ax1.set_yticklabels([\"{:,.2%}\".format(x) for x in vals])\r\n```\r\n\r\nalready take care of this. Thus, the effect of my change was to make the pct diffs look 100 times as large.\r\n\r\nThis PR fixes that error.", - "created_at": "2024-05-16T13:33:05Z", - "updated_at": "2024-05-16T21:43:40Z", - "closed_at": "2024-05-16T21:43:40Z", - "merged_at": "2024-05-16T21:43:40Z", - "merge_commit_sha": "0261fbf554452a21db0a5f60e1a0f540a71e121a", + "body": "This PR will make the following changes:\r\n\r\n1. Add another form for individual income tax functions from [Heathcote, Storesletten, and Violante (*QJE*, 2017)](https://academic.oup.com/qje/article-abstract/132/4/1693/3884644). It's helpful to add these because they are simple to estimate (one can use OLS), allow for progressive taxes, and are widely used in the macroeconomics literature.\r\n2. Improve the choice of starting values when minimizing tax functions via weighted, non-linear least squares.", + "created_at": "2024-05-18T19:11:27Z", + "updated_at": "2024-05-18T19:32:54Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": "dae3ff4ff8f6266aabde85ce4f1674ee5d814f4d", "assignee": null, "assignees": [], "requested_reviewers": [], "requested_teams": [], "labels": [], "milestone": null, - "draft": false, - "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930/commits", - "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930/comments", + "draft": true, + "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/932/commits", + "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/932/comments", "review_comment_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}", - "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/930/comments", - "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/62eb7d7a23df2f2fcb574669b8523d471666a95f", + "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/932/comments", + "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/e4f7775ee7248351df06e525399486e9533609af", "head": { - "label": "jdebacker:pct_diff_plot", - "ref": "pct_diff_plot", - "sha": "62eb7d7a23df2f2fcb574669b8523d471666a95f", + "label": "jdebacker:min_methods", + "ref": "min_methods", + "sha": "e4f7775ee7248351df06e525399486e9533609af", "user": { "login": "jdebacker", "id": 10715924, @@ -1909,13 +1909,13 @@ "deployments_url": "https://api.github.com/repos/jdebacker/OG-Core/deployments", "created_at": "2015-06-23T19:16:54Z", "updated_at": "2024-05-17T13:28:53Z", - "pushed_at": "2024-05-17T13:28:50Z", + "pushed_at": "2024-05-18T19:06:24Z", "git_url": "git://github.com/jdebacker/OG-Core.git", "ssh_url": "git@github.com:jdebacker/OG-Core.git", "clone_url": "https://github.com/jdebacker/OG-Core.git", "svn_url": "https://github.com/jdebacker/OG-Core", "homepage": "https://pslmodels.github.io/OG-Core", - "size": 1899724, + "size": 1899745, "stargazers_count": 1, "watchers_count": 1, "language": "Python", @@ -1951,7 +1951,7 @@ "base": { "label": "PSLmodels:master", "ref": "master", - "sha": "e068b601abf5728e89ffe04d1b9f936170301806", + "sha": "0261fbf554452a21db0a5f60e1a0f540a71e121a", "user": { "login": "PSLmodels", "id": 15148101, @@ -2040,7 +2040,7 @@ "deployments_url": "https://api.github.com/repos/PSLmodels/OG-Core/deployments", "created_at": "2015-01-29T14:33:14Z", "updated_at": "2024-05-16T21:43:43Z", - "pushed_at": "2024-05-16T21:43:39Z", + "pushed_at": "2024-05-18T19:11:28Z", "git_url": "git://github.com/PSLmodels/OG-Core.git", "ssh_url": "git@github.com:PSLmodels/OG-Core.git", "clone_url": "https://github.com/PSLmodels/OG-Core.git", @@ -2060,7 +2060,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 23, + "open_issues_count": 24, "license": { "key": "cc0-1.0", "name": "Creative Commons Zero v1.0 Universal", @@ -2080,35 +2080,35 @@ ], "visibility": "public", "forks": 105, - "open_issues": 23, + "open_issues": 24, "watchers": 64, "default_branch": "master" } }, "_links": { "self": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/932" }, "html": { - "href": "https://github.com/PSLmodels/OG-Core/pull/930" + "href": "https://github.com/PSLmodels/OG-Core/pull/932" }, "issue": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/930" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/932" }, "comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/930/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/932/comments" }, "review_comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/932/comments" }, "review_comment": { "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}" }, "commits": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930/commits" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/932/commits" }, "statuses": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/62eb7d7a23df2f2fcb574669b8523d471666a95f" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/e4f7775ee7248351df06e525399486e9533609af" } }, "author_association": "MEMBER", @@ -2116,17 +2116,17 @@ "active_lock_reason": null }, { - "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929", - "id": 1858467208, - "node_id": "PR_kwDOAcognM5uxfWI", - "html_url": "https://github.com/PSLmodels/OG-Core/pull/929", - "diff_url": "https://github.com/PSLmodels/OG-Core/pull/929.diff", - "patch_url": "https://github.com/PSLmodels/OG-Core/pull/929.patch", - "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/929", - "number": 929, + "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930", + "id": 1873480942, + "node_id": "PR_kwDOAcognM5vqwzu", + "html_url": "https://github.com/PSLmodels/OG-Core/pull/930", + "diff_url": "https://github.com/PSLmodels/OG-Core/pull/930.diff", + "patch_url": "https://github.com/PSLmodels/OG-Core/pull/930.patch", + "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/930", + "number": 930, "state": "closed", "locked": false, - "title": "Wealth tax docs", + "title": "Fix error converting to pct diffs", "user": { "login": "jdebacker", "id": 10715924, @@ -2147,12 +2147,12 @@ "type": "User", "site_admin": false }, - "body": "Add wealth taxes to budget constraint and first order conditions in the household problem.\r\n\r\nAddresses Issue #812.", - "created_at": "2024-05-07T14:44:26Z", - "updated_at": "2024-05-10T19:26:44Z", - "closed_at": "2024-05-10T19:26:41Z", - "merged_at": "2024-05-10T19:26:41Z", - "merge_commit_sha": "e068b601abf5728e89ffe04d1b9f936170301806", + "body": "In PR #914, I introduced an error into the `output_plots.plot_aggregates` function. In this case, I multiplied the pct diffs by 100 to get them in percentage points, forgetting that the plot formatting options used:\r\n\r\n```python\r\nif plot_type == \"pct_diff\":\r\n ax1.set_yticklabels([\"{:,.2%}\".format(x) for x in vals])\r\n```\r\n\r\nalready take care of this. Thus, the effect of my change was to make the pct diffs look 100 times as large.\r\n\r\nThis PR fixes that error.", + "created_at": "2024-05-16T13:33:05Z", + "updated_at": "2024-05-16T21:43:40Z", + "closed_at": "2024-05-16T21:43:40Z", + "merged_at": "2024-05-16T21:43:40Z", + "merge_commit_sha": "0261fbf554452a21db0a5f60e1a0f540a71e121a", "assignee": null, "assignees": [], "requested_reviewers": [], @@ -2160,15 +2160,15 @@ "labels": [], "milestone": null, "draft": false, - "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929/commits", - "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929/comments", + "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930/commits", + "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930/comments", "review_comment_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}", - "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/929/comments", - "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/d77b014aeb416b9d48b86ad1d75f6bcf396f4a1a", + "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/930/comments", + "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/62eb7d7a23df2f2fcb574669b8523d471666a95f", "head": { - "label": "jdebacker:wealth_tax_docs", - "ref": "wealth_tax_docs", - "sha": "d77b014aeb416b9d48b86ad1d75f6bcf396f4a1a", + "label": "jdebacker:pct_diff_plot", + "ref": "pct_diff_plot", + "sha": "62eb7d7a23df2f2fcb574669b8523d471666a95f", "user": { "login": "jdebacker", "id": 10715924, @@ -2257,13 +2257,13 @@ "deployments_url": "https://api.github.com/repos/jdebacker/OG-Core/deployments", "created_at": "2015-06-23T19:16:54Z", "updated_at": "2024-05-17T13:28:53Z", - "pushed_at": "2024-05-17T13:28:50Z", + "pushed_at": "2024-05-18T19:06:24Z", "git_url": "git://github.com/jdebacker/OG-Core.git", "ssh_url": "git@github.com:jdebacker/OG-Core.git", "clone_url": "https://github.com/jdebacker/OG-Core.git", "svn_url": "https://github.com/jdebacker/OG-Core", "homepage": "https://pslmodels.github.io/OG-Core", - "size": 1899724, + "size": 1899745, "stargazers_count": 1, "watchers_count": 1, "language": "Python", @@ -2299,7 +2299,7 @@ "base": { "label": "PSLmodels:master", "ref": "master", - "sha": "565fdefcb0594a61334421a1c32974b085ab5a58", + "sha": "e068b601abf5728e89ffe04d1b9f936170301806", "user": { "login": "PSLmodels", "id": 15148101, @@ -2388,7 +2388,7 @@ "deployments_url": "https://api.github.com/repos/PSLmodels/OG-Core/deployments", "created_at": "2015-01-29T14:33:14Z", "updated_at": "2024-05-16T21:43:43Z", - "pushed_at": "2024-05-16T21:43:39Z", + "pushed_at": "2024-05-18T19:11:28Z", "git_url": "git://github.com/PSLmodels/OG-Core.git", "ssh_url": "git@github.com:PSLmodels/OG-Core.git", "clone_url": "https://github.com/PSLmodels/OG-Core.git", @@ -2408,7 +2408,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 23, + "open_issues_count": 24, "license": { "key": "cc0-1.0", "name": "Creative Commons Zero v1.0 Universal", @@ -2428,35 +2428,35 @@ ], "visibility": "public", "forks": 105, - "open_issues": 23, + "open_issues": 24, "watchers": 64, "default_branch": "master" } }, "_links": { "self": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930" }, "html": { - "href": "https://github.com/PSLmodels/OG-Core/pull/929" + "href": "https://github.com/PSLmodels/OG-Core/pull/930" }, "issue": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/929" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/930" }, "comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/929/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/930/comments" }, "review_comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930/comments" }, "review_comment": { "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}" }, "commits": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929/commits" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/930/commits" }, "statuses": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/d77b014aeb416b9d48b86ad1d75f6bcf396f4a1a" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/62eb7d7a23df2f2fcb574669b8523d471666a95f" } }, "author_association": "MEMBER", @@ -2464,17 +2464,17 @@ "active_lock_reason": null }, { - "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928", - "id": 1852662578, - "node_id": "PR_kwDOAcognM5ubWMy", - "html_url": "https://github.com/PSLmodels/OG-Core/pull/928", - "diff_url": "https://github.com/PSLmodels/OG-Core/pull/928.diff", - "patch_url": "https://github.com/PSLmodels/OG-Core/pull/928.patch", - "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/928", - "number": 928, + "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929", + "id": 1858467208, + "node_id": "PR_kwDOAcognM5uxfWI", + "html_url": "https://github.com/PSLmodels/OG-Core/pull/929", + "diff_url": "https://github.com/PSLmodels/OG-Core/pull/929.diff", + "patch_url": "https://github.com/PSLmodels/OG-Core/pull/929.patch", + "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/929", + "number": 929, "state": "closed", "locked": false, - "title": "Set threads per worker to 1", + "title": "Wealth tax docs", "user": { "login": "jdebacker", "id": 10715924, @@ -2495,12 +2495,12 @@ "type": "User", "site_admin": false }, - "body": "This PR updates the `run_ogcore_example.py` script to use just one thread per worker in the dask client. This was pointed out by @talumbau in OG-USA [PR #102](https://github.com/PSLmodels/OG-USA/pull/102) to reduce run times and excessive memory usage.", - "created_at": "2024-05-03T02:43:49Z", - "updated_at": "2024-05-10T19:26:10Z", - "closed_at": "2024-05-10T19:26:06Z", - "merged_at": "2024-05-10T19:26:06Z", - "merge_commit_sha": "9bf8810b40c0e473798b21351075409336190af2", + "body": "Add wealth taxes to budget constraint and first order conditions in the household problem.\r\n\r\nAddresses Issue #812.", + "created_at": "2024-05-07T14:44:26Z", + "updated_at": "2024-05-10T19:26:44Z", + "closed_at": "2024-05-10T19:26:41Z", + "merged_at": "2024-05-10T19:26:41Z", + "merge_commit_sha": "e068b601abf5728e89ffe04d1b9f936170301806", "assignee": null, "assignees": [], "requested_reviewers": [], @@ -2508,15 +2508,15 @@ "labels": [], "milestone": null, "draft": false, - "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928/commits", - "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928/comments", + "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929/commits", + "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929/comments", "review_comment_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}", - "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/928/comments", - "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/33b1902aaa98ae4b303bcd3d26a1c13ce927aa44", + "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/929/comments", + "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/d77b014aeb416b9d48b86ad1d75f6bcf396f4a1a", "head": { - "label": "jdebacker:run_script", - "ref": "run_script", - "sha": "33b1902aaa98ae4b303bcd3d26a1c13ce927aa44", + "label": "jdebacker:wealth_tax_docs", + "ref": "wealth_tax_docs", + "sha": "d77b014aeb416b9d48b86ad1d75f6bcf396f4a1a", "user": { "login": "jdebacker", "id": 10715924, @@ -2605,13 +2605,13 @@ "deployments_url": "https://api.github.com/repos/jdebacker/OG-Core/deployments", "created_at": "2015-06-23T19:16:54Z", "updated_at": "2024-05-17T13:28:53Z", - "pushed_at": "2024-05-17T13:28:50Z", + "pushed_at": "2024-05-18T19:06:24Z", "git_url": "git://github.com/jdebacker/OG-Core.git", "ssh_url": "git@github.com:jdebacker/OG-Core.git", "clone_url": "https://github.com/jdebacker/OG-Core.git", "svn_url": "https://github.com/jdebacker/OG-Core", "homepage": "https://pslmodels.github.io/OG-Core", - "size": 1899724, + "size": 1899745, "stargazers_count": 1, "watchers_count": 1, "language": "Python", @@ -2736,7 +2736,7 @@ "deployments_url": "https://api.github.com/repos/PSLmodels/OG-Core/deployments", "created_at": "2015-01-29T14:33:14Z", "updated_at": "2024-05-16T21:43:43Z", - "pushed_at": "2024-05-16T21:43:39Z", + "pushed_at": "2024-05-18T19:11:28Z", "git_url": "git://github.com/PSLmodels/OG-Core.git", "ssh_url": "git@github.com:PSLmodels/OG-Core.git", "clone_url": "https://github.com/PSLmodels/OG-Core.git", @@ -2756,7 +2756,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 23, + "open_issues_count": 24, "license": { "key": "cc0-1.0", "name": "Creative Commons Zero v1.0 Universal", @@ -2776,35 +2776,35 @@ ], "visibility": "public", "forks": 105, - "open_issues": 23, + "open_issues": 24, "watchers": 64, "default_branch": "master" } }, "_links": { "self": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929" }, "html": { - "href": "https://github.com/PSLmodels/OG-Core/pull/928" + "href": "https://github.com/PSLmodels/OG-Core/pull/929" }, "issue": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/928" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/929" }, "comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/928/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/929/comments" }, "review_comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929/comments" }, "review_comment": { "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}" }, "commits": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928/commits" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/929/commits" }, "statuses": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/33b1902aaa98ae4b303bcd3d26a1c13ce927aa44" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/d77b014aeb416b9d48b86ad1d75f6bcf396f4a1a" } }, "author_association": "MEMBER", @@ -2812,17 +2812,17 @@ "active_lock_reason": null }, { - "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927", - "id": 1835212061, - "node_id": "PR_kwDOAcognM5tYx0d", - "html_url": "https://github.com/PSLmodels/OG-Core/pull/927", - "diff_url": "https://github.com/PSLmodels/OG-Core/pull/927.diff", - "patch_url": "https://github.com/PSLmodels/OG-Core/pull/927.patch", - "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/927", - "number": 927, + "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928", + "id": 1852662578, + "node_id": "PR_kwDOAcognM5ubWMy", + "html_url": "https://github.com/PSLmodels/OG-Core/pull/928", + "diff_url": "https://github.com/PSLmodels/OG-Core/pull/928.diff", + "patch_url": "https://github.com/PSLmodels/OG-Core/pull/928.patch", + "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/928", + "number": 928, "state": "closed", "locked": false, - "title": "Remove unused args and refs to Tax-Calculator", + "title": "Set threads per worker to 1", "user": { "login": "jdebacker", "id": 10715924, @@ -2843,12 +2843,12 @@ "type": "User", "site_admin": false }, - "body": "This PR removes some unused arguments in functions in the `txfunc.py` module. It also removes reference to Tax-Calculator since this module is agnostic to the microsimulation model used to generate average and marginal tax rates.", - "created_at": "2024-04-22T18:33:56Z", - "updated_at": "2024-04-23T06:32:30Z", - "closed_at": "2024-04-23T06:32:30Z", - "merged_at": "2024-04-23T06:32:30Z", - "merge_commit_sha": "565fdefcb0594a61334421a1c32974b085ab5a58", + "body": "This PR updates the `run_ogcore_example.py` script to use just one thread per worker in the dask client. This was pointed out by @talumbau in OG-USA [PR #102](https://github.com/PSLmodels/OG-USA/pull/102) to reduce run times and excessive memory usage.", + "created_at": "2024-05-03T02:43:49Z", + "updated_at": "2024-05-10T19:26:10Z", + "closed_at": "2024-05-10T19:26:06Z", + "merged_at": "2024-05-10T19:26:06Z", + "merge_commit_sha": "9bf8810b40c0e473798b21351075409336190af2", "assignee": null, "assignees": [], "requested_reviewers": [], @@ -2856,15 +2856,15 @@ "labels": [], "milestone": null, "draft": false, - "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927/commits", - "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927/comments", + "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928/commits", + "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928/comments", "review_comment_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}", - "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/927/comments", - "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/420b81575b6fdffbcd0ea65244169462e05dd1e1", + "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/928/comments", + "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/33b1902aaa98ae4b303bcd3d26a1c13ce927aa44", "head": { - "label": "jdebacker:clean_taxfunc", - "ref": "clean_taxfunc", - "sha": "420b81575b6fdffbcd0ea65244169462e05dd1e1", + "label": "jdebacker:run_script", + "ref": "run_script", + "sha": "33b1902aaa98ae4b303bcd3d26a1c13ce927aa44", "user": { "login": "jdebacker", "id": 10715924, @@ -2953,13 +2953,13 @@ "deployments_url": "https://api.github.com/repos/jdebacker/OG-Core/deployments", "created_at": "2015-06-23T19:16:54Z", "updated_at": "2024-05-17T13:28:53Z", - "pushed_at": "2024-05-17T13:28:50Z", + "pushed_at": "2024-05-18T19:06:24Z", "git_url": "git://github.com/jdebacker/OG-Core.git", "ssh_url": "git@github.com:jdebacker/OG-Core.git", "clone_url": "https://github.com/jdebacker/OG-Core.git", "svn_url": "https://github.com/jdebacker/OG-Core", "homepage": "https://pslmodels.github.io/OG-Core", - "size": 1899724, + "size": 1899745, "stargazers_count": 1, "watchers_count": 1, "language": "Python", @@ -2995,7 +2995,7 @@ "base": { "label": "PSLmodels:master", "ref": "master", - "sha": "8f1d77015ca0549cd26c93281c82331aeee04245", + "sha": "565fdefcb0594a61334421a1c32974b085ab5a58", "user": { "login": "PSLmodels", "id": 15148101, @@ -3084,7 +3084,7 @@ "deployments_url": "https://api.github.com/repos/PSLmodels/OG-Core/deployments", "created_at": "2015-01-29T14:33:14Z", "updated_at": "2024-05-16T21:43:43Z", - "pushed_at": "2024-05-16T21:43:39Z", + "pushed_at": "2024-05-18T19:11:28Z", "git_url": "git://github.com/PSLmodels/OG-Core.git", "ssh_url": "git@github.com:PSLmodels/OG-Core.git", "clone_url": "https://github.com/PSLmodels/OG-Core.git", @@ -3104,7 +3104,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 23, + "open_issues_count": 24, "license": { "key": "cc0-1.0", "name": "Creative Commons Zero v1.0 Universal", @@ -3124,35 +3124,35 @@ ], "visibility": "public", "forks": 105, - "open_issues": 23, + "open_issues": 24, "watchers": 64, "default_branch": "master" } }, "_links": { "self": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928" }, "html": { - "href": "https://github.com/PSLmodels/OG-Core/pull/927" + "href": "https://github.com/PSLmodels/OG-Core/pull/928" }, "issue": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/927" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/928" }, "comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/927/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/928/comments" }, "review_comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928/comments" }, "review_comment": { "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}" }, "commits": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927/commits" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/928/commits" }, "statuses": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/420b81575b6fdffbcd0ea65244169462e05dd1e1" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/33b1902aaa98ae4b303bcd3d26a1c13ce927aa44" } }, "author_association": "MEMBER", @@ -3160,43 +3160,43 @@ "active_lock_reason": null }, { - "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/925", - "id": 1824487328, - "node_id": "PR_kwDOAcognM5sv3eg", - "html_url": "https://github.com/PSLmodels/OG-Core/pull/925", - "diff_url": "https://github.com/PSLmodels/OG-Core/pull/925.diff", - "patch_url": "https://github.com/PSLmodels/OG-Core/pull/925.patch", - "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/925", - "number": 925, + "url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927", + "id": 1835212061, + "node_id": "PR_kwDOAcognM5tYx0d", + "html_url": "https://github.com/PSLmodels/OG-Core/pull/927", + "diff_url": "https://github.com/PSLmodels/OG-Core/pull/927.diff", + "patch_url": "https://github.com/PSLmodels/OG-Core/pull/927.patch", + "issue_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/927", + "number": 927, "state": "closed", "locked": false, - "title": "Scatter parameters once in TPI", + "title": "Remove unused args and refs to Tax-Calculator", "user": { - "login": "talumbau", - "id": 1891418, - "node_id": "MDQ6VXNlcjE4OTE0MTg=", - "avatar_url": "https://avatars.githubusercontent.com/u/1891418?v=4", + "login": "jdebacker", + "id": 10715924, + "node_id": "MDQ6VXNlcjEwNzE1OTI0", + "avatar_url": "https://avatars.githubusercontent.com/u/10715924?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/talumbau", - "html_url": "https://github.com/talumbau", - "followers_url": "https://api.github.com/users/talumbau/followers", - "following_url": "https://api.github.com/users/talumbau/following{/other_user}", - "gists_url": "https://api.github.com/users/talumbau/gists{/gist_id}", - "starred_url": "https://api.github.com/users/talumbau/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/talumbau/subscriptions", - "organizations_url": "https://api.github.com/users/talumbau/orgs", - "repos_url": "https://api.github.com/users/talumbau/repos", - "events_url": "https://api.github.com/users/talumbau/events{/privacy}", - "received_events_url": "https://api.github.com/users/talumbau/received_events", + "url": "https://api.github.com/users/jdebacker", + "html_url": "https://github.com/jdebacker", + "followers_url": "https://api.github.com/users/jdebacker/followers", + "following_url": "https://api.github.com/users/jdebacker/following{/other_user}", + "gists_url": "https://api.github.com/users/jdebacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jdebacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jdebacker/subscriptions", + "organizations_url": "https://api.github.com/users/jdebacker/orgs", + "repos_url": "https://api.github.com/users/jdebacker/repos", + "events_url": "https://api.github.com/users/jdebacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/jdebacker/received_events", "type": "User", "site_admin": false }, - "body": " - Similar to the change in SS, put the parameters in global scope, then in `inner_loop` retrieve if possible. If they are not present, scatter them once for all future execution of `inner_loop`.", - "created_at": "2024-04-16T03:14:18Z", - "updated_at": "2024-04-19T06:32:05Z", - "closed_at": "2024-04-19T06:32:05Z", - "merged_at": "2024-04-19T06:32:05Z", - "merge_commit_sha": "8f1d77015ca0549cd26c93281c82331aeee04245", + "body": "This PR removes some unused arguments in functions in the `txfunc.py` module. It also removes reference to Tax-Calculator since this module is agnostic to the microsimulation model used to generate average and marginal tax rates.", + "created_at": "2024-04-22T18:33:56Z", + "updated_at": "2024-04-23T06:32:30Z", + "closed_at": "2024-04-23T06:32:30Z", + "merged_at": "2024-04-23T06:32:30Z", + "merge_commit_sha": "565fdefcb0594a61334421a1c32974b085ab5a58", "assignee": null, "assignees": [], "requested_reviewers": [], @@ -3204,120 +3204,120 @@ "labels": [], "milestone": null, "draft": false, - "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/925/commits", - "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/925/comments", + "commits_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927/commits", + "review_comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927/comments", "review_comment_url": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}", - "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/925/comments", - "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/9e0e312cc9c157c90f6d27bb2c157c8bb94663d8", + "comments_url": "https://api.github.com/repos/PSLmodels/OG-Core/issues/927/comments", + "statuses_url": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/420b81575b6fdffbcd0ea65244169462e05dd1e1", "head": { - "label": "talumbau:scatter_p_tpi", - "ref": "scatter_p_tpi", - "sha": "9e0e312cc9c157c90f6d27bb2c157c8bb94663d8", + "label": "jdebacker:clean_taxfunc", + "ref": "clean_taxfunc", + "sha": "420b81575b6fdffbcd0ea65244169462e05dd1e1", "user": { - "login": "talumbau", - "id": 1891418, - "node_id": "MDQ6VXNlcjE4OTE0MTg=", - "avatar_url": "https://avatars.githubusercontent.com/u/1891418?v=4", + "login": "jdebacker", + "id": 10715924, + "node_id": "MDQ6VXNlcjEwNzE1OTI0", + "avatar_url": "https://avatars.githubusercontent.com/u/10715924?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/talumbau", - "html_url": "https://github.com/talumbau", - "followers_url": "https://api.github.com/users/talumbau/followers", - "following_url": "https://api.github.com/users/talumbau/following{/other_user}", - "gists_url": "https://api.github.com/users/talumbau/gists{/gist_id}", - "starred_url": "https://api.github.com/users/talumbau/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/talumbau/subscriptions", - "organizations_url": "https://api.github.com/users/talumbau/orgs", - "repos_url": "https://api.github.com/users/talumbau/repos", - "events_url": "https://api.github.com/users/talumbau/events{/privacy}", - "received_events_url": "https://api.github.com/users/talumbau/received_events", - "type": "User", + "url": "https://api.github.com/users/jdebacker", + "html_url": "https://github.com/jdebacker", + "followers_url": "https://api.github.com/users/jdebacker/followers", + "following_url": "https://api.github.com/users/jdebacker/following{/other_user}", + "gists_url": "https://api.github.com/users/jdebacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jdebacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jdebacker/subscriptions", + "organizations_url": "https://api.github.com/users/jdebacker/orgs", + "repos_url": "https://api.github.com/users/jdebacker/repos", + "events_url": "https://api.github.com/users/jdebacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/jdebacker/received_events", + "type": "User", "site_admin": false }, "repo": { - "id": 787167663, - "node_id": "R_kgDOLus5rw", + "id": 37939574, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzkzOTU3NA==", "name": "OG-Core", - "full_name": "talumbau/OG-Core", + "full_name": "jdebacker/OG-Core", "private": false, "owner": { - "login": "talumbau", - "id": 1891418, - "node_id": "MDQ6VXNlcjE4OTE0MTg=", - "avatar_url": "https://avatars.githubusercontent.com/u/1891418?v=4", + "login": "jdebacker", + "id": 10715924, + "node_id": "MDQ6VXNlcjEwNzE1OTI0", + "avatar_url": "https://avatars.githubusercontent.com/u/10715924?v=4", "gravatar_id": "", - "url": "https://api.github.com/users/talumbau", - "html_url": "https://github.com/talumbau", - "followers_url": "https://api.github.com/users/talumbau/followers", - "following_url": "https://api.github.com/users/talumbau/following{/other_user}", - "gists_url": "https://api.github.com/users/talumbau/gists{/gist_id}", - "starred_url": "https://api.github.com/users/talumbau/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/talumbau/subscriptions", - "organizations_url": "https://api.github.com/users/talumbau/orgs", - "repos_url": "https://api.github.com/users/talumbau/repos", - "events_url": "https://api.github.com/users/talumbau/events{/privacy}", - "received_events_url": "https://api.github.com/users/talumbau/received_events", + "url": "https://api.github.com/users/jdebacker", + "html_url": "https://github.com/jdebacker", + "followers_url": "https://api.github.com/users/jdebacker/followers", + "following_url": "https://api.github.com/users/jdebacker/following{/other_user}", + "gists_url": "https://api.github.com/users/jdebacker/gists{/gist_id}", + "starred_url": "https://api.github.com/users/jdebacker/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/jdebacker/subscriptions", + "organizations_url": "https://api.github.com/users/jdebacker/orgs", + "repos_url": "https://api.github.com/users/jdebacker/repos", + "events_url": "https://api.github.com/users/jdebacker/events{/privacy}", + "received_events_url": "https://api.github.com/users/jdebacker/received_events", "type": "User", "site_admin": false }, - "html_url": "https://github.com/talumbau/OG-Core", - "description": "An overlapping generations model framework for evaluating fiscal policies. ", + "html_url": "https://github.com/jdebacker/OG-Core", + "description": "An overlapping generations model for evaluating the macroeconomics and distributional impacts of fiscal policy.", "fork": true, - "url": "https://api.github.com/repos/talumbau/OG-Core", - "forks_url": "https://api.github.com/repos/talumbau/OG-Core/forks", - "keys_url": "https://api.github.com/repos/talumbau/OG-Core/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/talumbau/OG-Core/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/talumbau/OG-Core/teams", - "hooks_url": "https://api.github.com/repos/talumbau/OG-Core/hooks", - "issue_events_url": "https://api.github.com/repos/talumbau/OG-Core/issues/events{/number}", - "events_url": "https://api.github.com/repos/talumbau/OG-Core/events", - "assignees_url": "https://api.github.com/repos/talumbau/OG-Core/assignees{/user}", - "branches_url": "https://api.github.com/repos/talumbau/OG-Core/branches{/branch}", - "tags_url": "https://api.github.com/repos/talumbau/OG-Core/tags", - "blobs_url": "https://api.github.com/repos/talumbau/OG-Core/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/talumbau/OG-Core/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/talumbau/OG-Core/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/talumbau/OG-Core/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/talumbau/OG-Core/statuses/{sha}", - "languages_url": "https://api.github.com/repos/talumbau/OG-Core/languages", - "stargazers_url": "https://api.github.com/repos/talumbau/OG-Core/stargazers", - "contributors_url": "https://api.github.com/repos/talumbau/OG-Core/contributors", - "subscribers_url": "https://api.github.com/repos/talumbau/OG-Core/subscribers", - "subscription_url": "https://api.github.com/repos/talumbau/OG-Core/subscription", - "commits_url": "https://api.github.com/repos/talumbau/OG-Core/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/talumbau/OG-Core/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/talumbau/OG-Core/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/talumbau/OG-Core/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/talumbau/OG-Core/contents/{+path}", - "compare_url": "https://api.github.com/repos/talumbau/OG-Core/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/talumbau/OG-Core/merges", - "archive_url": "https://api.github.com/repos/talumbau/OG-Core/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/talumbau/OG-Core/downloads", - "issues_url": "https://api.github.com/repos/talumbau/OG-Core/issues{/number}", - "pulls_url": "https://api.github.com/repos/talumbau/OG-Core/pulls{/number}", - "milestones_url": "https://api.github.com/repos/talumbau/OG-Core/milestones{/number}", - "notifications_url": "https://api.github.com/repos/talumbau/OG-Core/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/talumbau/OG-Core/labels{/name}", - "releases_url": "https://api.github.com/repos/talumbau/OG-Core/releases{/id}", - "deployments_url": "https://api.github.com/repos/talumbau/OG-Core/deployments", - "created_at": "2024-04-16T02:34:06Z", - "updated_at": "2024-04-16T02:34:06Z", - "pushed_at": "2024-04-19T05:53:42Z", - "git_url": "git://github.com/talumbau/OG-Core.git", - "ssh_url": "git@github.com:talumbau/OG-Core.git", - "clone_url": "https://github.com/talumbau/OG-Core.git", - "svn_url": "https://github.com/talumbau/OG-Core", - "homepage": "https://pslmodels.github.io/OG-Core/", - "size": 1899456, - "stargazers_count": 0, - "watchers_count": 0, - "language": null, + "url": "https://api.github.com/repos/jdebacker/OG-Core", + "forks_url": "https://api.github.com/repos/jdebacker/OG-Core/forks", + "keys_url": "https://api.github.com/repos/jdebacker/OG-Core/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/jdebacker/OG-Core/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/jdebacker/OG-Core/teams", + "hooks_url": "https://api.github.com/repos/jdebacker/OG-Core/hooks", + "issue_events_url": "https://api.github.com/repos/jdebacker/OG-Core/issues/events{/number}", + "events_url": "https://api.github.com/repos/jdebacker/OG-Core/events", + "assignees_url": "https://api.github.com/repos/jdebacker/OG-Core/assignees{/user}", + "branches_url": "https://api.github.com/repos/jdebacker/OG-Core/branches{/branch}", + "tags_url": "https://api.github.com/repos/jdebacker/OG-Core/tags", + "blobs_url": "https://api.github.com/repos/jdebacker/OG-Core/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/jdebacker/OG-Core/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/jdebacker/OG-Core/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/jdebacker/OG-Core/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/jdebacker/OG-Core/statuses/{sha}", + "languages_url": "https://api.github.com/repos/jdebacker/OG-Core/languages", + "stargazers_url": "https://api.github.com/repos/jdebacker/OG-Core/stargazers", + "contributors_url": "https://api.github.com/repos/jdebacker/OG-Core/contributors", + "subscribers_url": "https://api.github.com/repos/jdebacker/OG-Core/subscribers", + "subscription_url": "https://api.github.com/repos/jdebacker/OG-Core/subscription", + "commits_url": "https://api.github.com/repos/jdebacker/OG-Core/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/jdebacker/OG-Core/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/jdebacker/OG-Core/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/jdebacker/OG-Core/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/jdebacker/OG-Core/contents/{+path}", + "compare_url": "https://api.github.com/repos/jdebacker/OG-Core/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/jdebacker/OG-Core/merges", + "archive_url": "https://api.github.com/repos/jdebacker/OG-Core/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/jdebacker/OG-Core/downloads", + "issues_url": "https://api.github.com/repos/jdebacker/OG-Core/issues{/number}", + "pulls_url": "https://api.github.com/repos/jdebacker/OG-Core/pulls{/number}", + "milestones_url": "https://api.github.com/repos/jdebacker/OG-Core/milestones{/number}", + "notifications_url": "https://api.github.com/repos/jdebacker/OG-Core/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/jdebacker/OG-Core/labels{/name}", + "releases_url": "https://api.github.com/repos/jdebacker/OG-Core/releases{/id}", + "deployments_url": "https://api.github.com/repos/jdebacker/OG-Core/deployments", + "created_at": "2015-06-23T19:16:54Z", + "updated_at": "2024-05-17T13:28:53Z", + "pushed_at": "2024-05-18T19:06:24Z", + "git_url": "git://github.com/jdebacker/OG-Core.git", + "ssh_url": "git@github.com:jdebacker/OG-Core.git", + "clone_url": "https://github.com/jdebacker/OG-Core.git", + "svn_url": "https://github.com/jdebacker/OG-Core", + "homepage": "https://pslmodels.github.io/OG-Core", + "size": 1899745, + "stargazers_count": 1, + "watchers_count": 1, + "language": "Python", "has_issues": false, "has_projects": true, "has_downloads": true, "has_wiki": true, "has_pages": false, "has_discussions": false, - "forks_count": 0, + "forks_count": 1, "mirror_url": null, "archived": false, "disabled": false, @@ -3334,16 +3334,16 @@ "web_commit_signoff_required": false, "topics": [], "visibility": "public", - "forks": 0, + "forks": 1, "open_issues": 0, - "watchers": 0, + "watchers": 1, "default_branch": "master" } }, "base": { "label": "PSLmodels:master", "ref": "master", - "sha": "66d6223dc2398e627b7b016f9bafb74e0886fb99", + "sha": "8f1d77015ca0549cd26c93281c82331aeee04245", "user": { "login": "PSLmodels", "id": 15148101, @@ -3432,7 +3432,7 @@ "deployments_url": "https://api.github.com/repos/PSLmodels/OG-Core/deployments", "created_at": "2015-01-29T14:33:14Z", "updated_at": "2024-05-16T21:43:43Z", - "pushed_at": "2024-05-16T21:43:39Z", + "pushed_at": "2024-05-18T19:11:28Z", "git_url": "git://github.com/PSLmodels/OG-Core.git", "ssh_url": "git@github.com:PSLmodels/OG-Core.git", "clone_url": "https://github.com/PSLmodels/OG-Core.git", @@ -3452,7 +3452,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 23, + "open_issues_count": 24, "license": { "key": "cc0-1.0", "name": "Creative Commons Zero v1.0 Universal", @@ -3472,35 +3472,35 @@ ], "visibility": "public", "forks": 105, - "open_issues": 23, + "open_issues": 24, "watchers": 64, "default_branch": "master" } }, "_links": { "self": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/925" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927" }, "html": { - "href": "https://github.com/PSLmodels/OG-Core/pull/925" + "href": "https://github.com/PSLmodels/OG-Core/pull/927" }, "issue": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/925" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/927" }, "comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/925/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/issues/927/comments" }, "review_comments": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/925/comments" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927/comments" }, "review_comment": { "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/comments{/number}" }, "commits": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/925/commits" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/pulls/927/commits" }, "statuses": { - "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/9e0e312cc9c157c90f6d27bb2c157c8bb94663d8" + "href": "https://api.github.com/repos/PSLmodels/OG-Core/statuses/420b81575b6fdffbcd0ea65244169462e05dd1e1" } }, "author_association": "MEMBER", @@ -19456,11 +19456,426 @@ "has_wiki": true, "has_pages": true, "has_discussions": true, - "forks_count": 23, + "forks_count": 23, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 261, + "license": { + "key": "agpl-3.0", + "name": "GNU Affero General Public License v3.0", + "spdx_id": "AGPL-3.0", + "url": "https://api.github.com/licenses/agpl-3.0", + "node_id": "MDc6TGljZW5zZTE=" + }, + "allow_forking": true, + "is_template": false, + "web_commit_signoff_required": false, + "topics": [ + "economic-policy", + "economics", + "inequality", + "policy", + "poverty", + "psl-cataloged", + "public-policy", + "python", + "tax", + "united-kingdom" + ], + "visibility": "public", + "forks": 23, + "open_issues": 261, + "watchers": 22, + "default_branch": "master" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/847" + }, + "html": { + "href": "https://github.com/PolicyEngine/policyengine-uk/pull/847" + }, + "issue": { + "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/847" + }, + "comments": { + "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/847/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/847/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/847/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/24064e5bc6d7efa4f382aef81e4b8a68ef4b5547" + } + }, + "author_association": "COLLABORATOR", + "auto_merge": null, + "active_lock_reason": null + } + ], + "policyengine-us": [ + { + "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4539", + "id": 1876618926, + "node_id": "PR_kwDOFqFFMc5v2u6u", + "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4539", + "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4539.diff", + "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4539.patch", + "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4539", + "number": 4539, + "state": "closed", + "locked": false, + "title": "Add weekly hours worked", + "user": { + "login": "nikhilwoodruff", + "id": 35577657, + "node_id": "MDQ6VXNlcjM1NTc3NjU3", + "avatar_url": "https://avatars.githubusercontent.com/u/35577657?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nikhilwoodruff", + "html_url": "https://github.com/nikhilwoodruff", + "followers_url": "https://api.github.com/users/nikhilwoodruff/followers", + "following_url": "https://api.github.com/users/nikhilwoodruff/following{/other_user}", + "gists_url": "https://api.github.com/users/nikhilwoodruff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nikhilwoodruff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nikhilwoodruff/subscriptions", + "organizations_url": "https://api.github.com/users/nikhilwoodruff/orgs", + "repos_url": "https://api.github.com/users/nikhilwoodruff/repos", + "events_url": "https://api.github.com/users/nikhilwoodruff/events{/privacy}", + "received_events_url": "https://api.github.com/users/nikhilwoodruff/received_events", + "type": "User", + "site_admin": false + }, + "body": "Fixes #4518 ", + "created_at": "2024-05-18T08:46:13Z", + "updated_at": "2024-05-18T09:25:24Z", + "closed_at": "2024-05-18T09:25:23Z", + "merged_at": "2024-05-18T09:25:23Z", + "merge_commit_sha": "123689133da4051784e357c480438031f00abc9f", + "assignee": { + "login": "nikhilwoodruff", + "id": 35577657, + "node_id": "MDQ6VXNlcjM1NTc3NjU3", + "avatar_url": "https://avatars.githubusercontent.com/u/35577657?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nikhilwoodruff", + "html_url": "https://github.com/nikhilwoodruff", + "followers_url": "https://api.github.com/users/nikhilwoodruff/followers", + "following_url": "https://api.github.com/users/nikhilwoodruff/following{/other_user}", + "gists_url": "https://api.github.com/users/nikhilwoodruff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nikhilwoodruff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nikhilwoodruff/subscriptions", + "organizations_url": "https://api.github.com/users/nikhilwoodruff/orgs", + "repos_url": "https://api.github.com/users/nikhilwoodruff/repos", + "events_url": "https://api.github.com/users/nikhilwoodruff/events{/privacy}", + "received_events_url": "https://api.github.com/users/nikhilwoodruff/received_events", + "type": "User", + "site_admin": false + }, + "assignees": [ + { + "login": "nikhilwoodruff", + "id": 35577657, + "node_id": "MDQ6VXNlcjM1NTc3NjU3", + "avatar_url": "https://avatars.githubusercontent.com/u/35577657?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/nikhilwoodruff", + "html_url": "https://github.com/nikhilwoodruff", + "followers_url": "https://api.github.com/users/nikhilwoodruff/followers", + "following_url": "https://api.github.com/users/nikhilwoodruff/following{/other_user}", + "gists_url": "https://api.github.com/users/nikhilwoodruff/gists{/gist_id}", + "starred_url": "https://api.github.com/users/nikhilwoodruff/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/nikhilwoodruff/subscriptions", + "organizations_url": "https://api.github.com/users/nikhilwoodruff/orgs", + "repos_url": "https://api.github.com/users/nikhilwoodruff/repos", + "events_url": "https://api.github.com/users/nikhilwoodruff/events{/privacy}", + "received_events_url": "https://api.github.com/users/nikhilwoodruff/received_events", + "type": "User", + "site_admin": false + } + ], + "requested_reviewers": [], + "requested_teams": [], + "labels": [ + { + "id": 3111268939, + "node_id": "MDU6TGFiZWwzMTExMjY4OTM5", + "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/labels/enhancement", + "name": "enhancement", + "color": "a2eeef", + "default": true, + "description": "New feature or request" + } + ], + "milestone": null, + "draft": false, + "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4539/commits", + "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4539/comments", + "review_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4539/comments", + "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/89e1ff986cbfa452ffbba78751110dc86119cb2f", + "head": { + "label": "PolicyEngine:hours", + "ref": "hours", + "sha": "89e1ff986cbfa452ffbba78751110dc86119cb2f", + "user": { + "login": "PolicyEngine", + "id": 88570531, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4NTcwNTMx", + "avatar_url": "https://avatars.githubusercontent.com/u/88570531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PolicyEngine", + "html_url": "https://github.com/PolicyEngine", + "followers_url": "https://api.github.com/users/PolicyEngine/followers", + "following_url": "https://api.github.com/users/PolicyEngine/following{/other_user}", + "gists_url": "https://api.github.com/users/PolicyEngine/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PolicyEngine/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PolicyEngine/subscriptions", + "organizations_url": "https://api.github.com/users/PolicyEngine/orgs", + "repos_url": "https://api.github.com/users/PolicyEngine/repos", + "events_url": "https://api.github.com/users/PolicyEngine/events{/privacy}", + "received_events_url": "https://api.github.com/users/PolicyEngine/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 379667761, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk2Njc3NjE=", + "name": "policyengine-us", + "full_name": "PolicyEngine/policyengine-us", + "private": false, + "owner": { + "login": "PolicyEngine", + "id": 88570531, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4NTcwNTMx", + "avatar_url": "https://avatars.githubusercontent.com/u/88570531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PolicyEngine", + "html_url": "https://github.com/PolicyEngine", + "followers_url": "https://api.github.com/users/PolicyEngine/followers", + "following_url": "https://api.github.com/users/PolicyEngine/following{/other_user}", + "gists_url": "https://api.github.com/users/PolicyEngine/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PolicyEngine/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PolicyEngine/subscriptions", + "organizations_url": "https://api.github.com/users/PolicyEngine/orgs", + "repos_url": "https://api.github.com/users/PolicyEngine/repos", + "events_url": "https://api.github.com/users/PolicyEngine/events{/privacy}", + "received_events_url": "https://api.github.com/users/PolicyEngine/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/PolicyEngine/policyengine-us", + "description": "The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.", + "fork": false, + "url": "https://api.github.com/repos/PolicyEngine/policyengine-us", + "forks_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/forks", + "keys_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/teams", + "hooks_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/hooks", + "issue_events_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/events{/number}", + "events_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/events", + "assignees_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/assignees{/user}", + "branches_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/branches{/branch}", + "tags_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/tags", + "blobs_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/languages", + "stargazers_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/stargazers", + "contributors_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/contributors", + "subscribers_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/subscribers", + "subscription_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/subscription", + "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/contents/{+path}", + "compare_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/merges", + "archive_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/downloads", + "issues_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues{/number}", + "pulls_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/labels{/name}", + "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", + "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", + "created_at": "2021-06-23T16:35:58Z", + "updated_at": "2024-05-18T09:29:09Z", + "pushed_at": "2024-05-18T10:36:12Z", + "git_url": "git://github.com/PolicyEngine/policyengine-us.git", + "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", + "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", + "svn_url": "https://github.com/PolicyEngine/policyengine-us", + "homepage": "https://policyengine.org/us", + "size": 698451, + "stargazers_count": 94, + "watchers_count": 94, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "has_discussions": true, + "forks_count": 159, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 905, + "license": { + "key": "agpl-3.0", + "name": "GNU Affero General Public License v3.0", + "spdx_id": "AGPL-3.0", + "url": "https://api.github.com/licenses/agpl-3.0", + "node_id": "MDc6TGljZW5zZTE=" + }, + "allow_forking": true, + "is_template": false, + "web_commit_signoff_required": false, + "topics": [ + "economic-policy", + "economics", + "inequality", + "policy", + "poverty", + "public-policy", + "python", + "tax", + "united-states" + ], + "visibility": "public", + "forks": 159, + "open_issues": 905, + "watchers": 94, + "default_branch": "master" + } + }, + "base": { + "label": "PolicyEngine:master", + "ref": "master", + "sha": "2ab7adbe6eca1fe141df8d5035d60ae93bce926e", + "user": { + "login": "PolicyEngine", + "id": 88570531, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4NTcwNTMx", + "avatar_url": "https://avatars.githubusercontent.com/u/88570531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PolicyEngine", + "html_url": "https://github.com/PolicyEngine", + "followers_url": "https://api.github.com/users/PolicyEngine/followers", + "following_url": "https://api.github.com/users/PolicyEngine/following{/other_user}", + "gists_url": "https://api.github.com/users/PolicyEngine/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PolicyEngine/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PolicyEngine/subscriptions", + "organizations_url": "https://api.github.com/users/PolicyEngine/orgs", + "repos_url": "https://api.github.com/users/PolicyEngine/repos", + "events_url": "https://api.github.com/users/PolicyEngine/events{/privacy}", + "received_events_url": "https://api.github.com/users/PolicyEngine/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 379667761, + "node_id": "MDEwOlJlcG9zaXRvcnkzNzk2Njc3NjE=", + "name": "policyengine-us", + "full_name": "PolicyEngine/policyengine-us", + "private": false, + "owner": { + "login": "PolicyEngine", + "id": 88570531, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4NTcwNTMx", + "avatar_url": "https://avatars.githubusercontent.com/u/88570531?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/PolicyEngine", + "html_url": "https://github.com/PolicyEngine", + "followers_url": "https://api.github.com/users/PolicyEngine/followers", + "following_url": "https://api.github.com/users/PolicyEngine/following{/other_user}", + "gists_url": "https://api.github.com/users/PolicyEngine/gists{/gist_id}", + "starred_url": "https://api.github.com/users/PolicyEngine/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/PolicyEngine/subscriptions", + "organizations_url": "https://api.github.com/users/PolicyEngine/orgs", + "repos_url": "https://api.github.com/users/PolicyEngine/repos", + "events_url": "https://api.github.com/users/PolicyEngine/events{/privacy}", + "received_events_url": "https://api.github.com/users/PolicyEngine/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/PolicyEngine/policyengine-us", + "description": "The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.", + "fork": false, + "url": "https://api.github.com/repos/PolicyEngine/policyengine-us", + "forks_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/forks", + "keys_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/teams", + "hooks_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/hooks", + "issue_events_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/events{/number}", + "events_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/events", + "assignees_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/assignees{/user}", + "branches_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/branches{/branch}", + "tags_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/tags", + "blobs_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/{sha}", + "languages_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/languages", + "stargazers_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/stargazers", + "contributors_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/contributors", + "subscribers_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/subscribers", + "subscription_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/subscription", + "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/contents/{+path}", + "compare_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/merges", + "archive_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/downloads", + "issues_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues{/number}", + "pulls_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls{/number}", + "milestones_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/milestones{/number}", + "notifications_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/labels{/name}", + "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", + "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", + "created_at": "2021-06-23T16:35:58Z", + "updated_at": "2024-05-18T09:29:09Z", + "pushed_at": "2024-05-18T10:36:12Z", + "git_url": "git://github.com/PolicyEngine/policyengine-us.git", + "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", + "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", + "svn_url": "https://github.com/PolicyEngine/policyengine-us", + "homepage": "https://policyengine.org/us", + "size": 698451, + "stargazers_count": 94, + "watchers_count": 94, + "language": "Python", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "has_discussions": true, + "forks_count": 159, "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 261, + "open_issues_count": 905, "license": { "key": "agpl-3.0", "name": "GNU Affero General Public License v3.0", @@ -19477,51 +19892,48 @@ "inequality", "policy", "poverty", - "psl-cataloged", "public-policy", "python", "tax", - "united-kingdom" + "united-states" ], "visibility": "public", - "forks": 23, - "open_issues": 261, - "watchers": 22, + "forks": 159, + "open_issues": 905, + "watchers": 94, "default_branch": "master" } }, "_links": { "self": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/847" + "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4539" }, "html": { - "href": "https://github.com/PolicyEngine/policyengine-uk/pull/847" + "href": "https://github.com/PolicyEngine/policyengine-us/pull/4539" }, "issue": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/847" + "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4539" }, "comments": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/847/comments" + "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4539/comments" }, "review_comments": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/847/comments" + "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4539/comments" }, "review_comment": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/comments{/number}" + "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/comments{/number}" }, "commits": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/847/commits" + "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4539/commits" }, "statuses": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/24064e5bc6d7efa4f382aef81e4b8a68ef4b5547" + "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/89e1ff986cbfa452ffbba78751110dc86119cb2f" } }, "author_association": "COLLABORATOR", "auto_merge": null, "active_lock_reason": null - } - ], - "policyengine-us": [ + }, { "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4537", "id": 1873905628, @@ -19684,14 +20096,14 @@ "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", "created_at": "2021-06-23T16:35:58Z", - "updated_at": "2024-05-16T23:50:41Z", - "pushed_at": "2024-05-17T14:27:58Z", + "updated_at": "2024-05-18T09:29:09Z", + "pushed_at": "2024-05-18T10:36:12Z", "git_url": "git://github.com/PolicyEngine/policyengine-us.git", "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", "svn_url": "https://github.com/PolicyEngine/policyengine-us", "homepage": "https://policyengine.org/us", - "size": 695874, + "size": 698451, "stargazers_count": 94, "watchers_count": 94, "language": "Python", @@ -19705,7 +20117,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 906, + "open_issues_count": 905, "license": { "key": "agpl-3.0", "name": "GNU Affero General Public License v3.0", @@ -19729,7 +20141,7 @@ ], "visibility": "public", "forks": 159, - "open_issues": 906, + "open_issues": 905, "watchers": 94, "default_branch": "master" } @@ -19825,14 +20237,14 @@ "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", "created_at": "2021-06-23T16:35:58Z", - "updated_at": "2024-05-16T23:50:41Z", - "pushed_at": "2024-05-17T14:27:58Z", + "updated_at": "2024-05-18T09:29:09Z", + "pushed_at": "2024-05-18T10:36:12Z", "git_url": "git://github.com/PolicyEngine/policyengine-us.git", "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", "svn_url": "https://github.com/PolicyEngine/policyengine-us", "homepage": "https://policyengine.org/us", - "size": 695874, + "size": 698451, "stargazers_count": 94, "watchers_count": 94, "language": "Python", @@ -19846,7 +20258,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 906, + "open_issues_count": 905, "license": { "key": "agpl-3.0", "name": "GNU Affero General Public License v3.0", @@ -19870,7 +20282,7 @@ ], "visibility": "public", "forks": 159, - "open_issues": 906, + "open_issues": 905, "watchers": 94, "default_branch": "master" } @@ -20046,14 +20458,14 @@ "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", "created_at": "2021-06-23T16:35:58Z", - "updated_at": "2024-05-16T23:50:41Z", - "pushed_at": "2024-05-17T14:27:58Z", + "updated_at": "2024-05-18T09:29:09Z", + "pushed_at": "2024-05-18T10:36:12Z", "git_url": "git://github.com/PolicyEngine/policyengine-us.git", "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", "svn_url": "https://github.com/PolicyEngine/policyengine-us", "homepage": "https://policyengine.org/us", - "size": 695874, + "size": 698451, "stargazers_count": 94, "watchers_count": 94, "language": "Python", @@ -20067,7 +20479,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 906, + "open_issues_count": 905, "license": { "key": "agpl-3.0", "name": "GNU Affero General Public License v3.0", @@ -20091,7 +20503,7 @@ ], "visibility": "public", "forks": 159, - "open_issues": 906, + "open_issues": 905, "watchers": 94, "default_branch": "master" } @@ -20187,14 +20599,14 @@ "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", "created_at": "2021-06-23T16:35:58Z", - "updated_at": "2024-05-16T23:50:41Z", - "pushed_at": "2024-05-17T14:27:58Z", + "updated_at": "2024-05-18T09:29:09Z", + "pushed_at": "2024-05-18T10:36:12Z", "git_url": "git://github.com/PolicyEngine/policyengine-us.git", "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", "svn_url": "https://github.com/PolicyEngine/policyengine-us", "homepage": "https://policyengine.org/us", - "size": 695874, + "size": 698451, "stargazers_count": 94, "watchers_count": 94, "language": "Python", @@ -20208,7 +20620,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 906, + "open_issues_count": 905, "license": { "key": "agpl-3.0", "name": "GNU Affero General Public License v3.0", @@ -20232,7 +20644,7 @@ ], "visibility": "public", "forks": 159, - "open_issues": 906, + "open_issues": 905, "watchers": 94, "default_branch": "master" } @@ -20539,14 +20951,14 @@ "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", "created_at": "2021-06-23T16:35:58Z", - "updated_at": "2024-05-16T23:50:41Z", - "pushed_at": "2024-05-17T14:27:58Z", + "updated_at": "2024-05-18T09:29:09Z", + "pushed_at": "2024-05-18T10:36:12Z", "git_url": "git://github.com/PolicyEngine/policyengine-us.git", "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", "svn_url": "https://github.com/PolicyEngine/policyengine-us", "homepage": "https://policyengine.org/us", - "size": 695874, + "size": 698451, "stargazers_count": 94, "watchers_count": 94, "language": "Python", @@ -20560,7 +20972,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 906, + "open_issues_count": 905, "license": { "key": "agpl-3.0", "name": "GNU Affero General Public License v3.0", @@ -20584,7 +20996,7 @@ ], "visibility": "public", "forks": 159, - "open_issues": 906, + "open_issues": 905, "watchers": 94, "default_branch": "master" } @@ -20760,14 +21172,14 @@ "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", "created_at": "2021-06-23T16:35:58Z", - "updated_at": "2024-05-16T23:50:41Z", - "pushed_at": "2024-05-17T14:27:58Z", + "updated_at": "2024-05-18T09:29:09Z", + "pushed_at": "2024-05-18T10:36:12Z", "git_url": "git://github.com/PolicyEngine/policyengine-us.git", "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", "svn_url": "https://github.com/PolicyEngine/policyengine-us", "homepage": "https://policyengine.org/us", - "size": 695874, + "size": 698451, "stargazers_count": 94, "watchers_count": 94, "language": "Python", @@ -20781,7 +21193,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 906, + "open_issues_count": 905, "license": { "key": "agpl-3.0", "name": "GNU Affero General Public License v3.0", @@ -20805,7 +21217,7 @@ ], "visibility": "public", "forks": 159, - "open_issues": 906, + "open_issues": 905, "watchers": 94, "default_branch": "master" } @@ -20901,14 +21313,14 @@ "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", "created_at": "2021-06-23T16:35:58Z", - "updated_at": "2024-05-16T23:50:41Z", - "pushed_at": "2024-05-17T14:27:58Z", + "updated_at": "2024-05-18T09:29:09Z", + "pushed_at": "2024-05-18T10:36:12Z", "git_url": "git://github.com/PolicyEngine/policyengine-us.git", "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", "svn_url": "https://github.com/PolicyEngine/policyengine-us", "homepage": "https://policyengine.org/us", - "size": 695874, + "size": 698451, "stargazers_count": 94, "watchers_count": 94, "language": "Python", @@ -20922,7 +21334,7 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 906, + "open_issues_count": 905, "license": { "key": "agpl-3.0", "name": "GNU Affero General Public License v3.0", @@ -20946,7 +21358,7 @@ ], "visibility": "public", "forks": 159, - "open_issues": 906, + "open_issues": 905, "watchers": 94, "default_branch": "master" } @@ -20980,358 +21392,6 @@ "author_association": "COLLABORATOR", "auto_merge": null, "active_lock_reason": null - }, - { - "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4528", - "id": 1869456626, - "node_id": "PR_kwDOFqFFMc5vbaTy", - "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4528", - "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4528.diff", - "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4528.patch", - "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4528", - "number": 4528, - "state": "closed", - "locked": false, - "title": "CHP+ Income Disregard", - "user": { - "login": "CalebPena", - "id": 62856626, - "node_id": "MDQ6VXNlcjYyODU2NjI2", - "avatar_url": "https://avatars.githubusercontent.com/u/62856626?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/CalebPena", - "html_url": "https://github.com/CalebPena", - "followers_url": "https://api.github.com/users/CalebPena/followers", - "following_url": "https://api.github.com/users/CalebPena/following{/other_user}", - "gists_url": "https://api.github.com/users/CalebPena/gists{/gist_id}", - "starred_url": "https://api.github.com/users/CalebPena/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/CalebPena/subscriptions", - "organizations_url": "https://api.github.com/users/CalebPena/orgs", - "repos_url": "https://api.github.com/users/CalebPena/repos", - "events_url": "https://api.github.com/users/CalebPena/events{/privacy}", - "received_events_url": "https://api.github.com/users/CalebPena/received_events", - "type": "User", - "site_admin": false - }, - "body": "fix #4527 ", - "created_at": "2024-05-14T17:02:33Z", - "updated_at": "2024-05-14T21:12:37Z", - "closed_at": "2024-05-14T21:12:37Z", - "merged_at": "2024-05-14T21:12:37Z", - "merge_commit_sha": "89225692dfb47f9a1d3135dfa9665afbe21b06f0", - "assignee": null, - "assignees": [], - "requested_reviewers": [], - "requested_teams": [], - "labels": [], - "milestone": null, - "draft": false, - "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4528/commits", - "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4528/comments", - "review_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/comments{/number}", - "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4528/comments", - "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/9d24221bf329b2151020affcc930459791f7482f", - "head": { - "label": "CalebPena:issue4527", - "ref": "issue4527", - "sha": "9d24221bf329b2151020affcc930459791f7482f", - "user": { - "login": "CalebPena", - "id": 62856626, - "node_id": "MDQ6VXNlcjYyODU2NjI2", - "avatar_url": "https://avatars.githubusercontent.com/u/62856626?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/CalebPena", - "html_url": "https://github.com/CalebPena", - "followers_url": "https://api.github.com/users/CalebPena/followers", - "following_url": "https://api.github.com/users/CalebPena/following{/other_user}", - "gists_url": "https://api.github.com/users/CalebPena/gists{/gist_id}", - "starred_url": "https://api.github.com/users/CalebPena/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/CalebPena/subscriptions", - "organizations_url": "https://api.github.com/users/CalebPena/orgs", - "repos_url": "https://api.github.com/users/CalebPena/repos", - "events_url": "https://api.github.com/users/CalebPena/events{/privacy}", - "received_events_url": "https://api.github.com/users/CalebPena/received_events", - "type": "User", - "site_admin": false - }, - "repo": { - "id": 591067357, - "node_id": "R_kgDOIzr43Q", - "name": "policyengine-us", - "full_name": "CalebPena/policyengine-us", - "private": false, - "owner": { - "login": "CalebPena", - "id": 62856626, - "node_id": "MDQ6VXNlcjYyODU2NjI2", - "avatar_url": "https://avatars.githubusercontent.com/u/62856626?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/CalebPena", - "html_url": "https://github.com/CalebPena", - "followers_url": "https://api.github.com/users/CalebPena/followers", - "following_url": "https://api.github.com/users/CalebPena/following{/other_user}", - "gists_url": "https://api.github.com/users/CalebPena/gists{/gist_id}", - "starred_url": "https://api.github.com/users/CalebPena/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/CalebPena/subscriptions", - "organizations_url": "https://api.github.com/users/CalebPena/orgs", - "repos_url": "https://api.github.com/users/CalebPena/repos", - "events_url": "https://api.github.com/users/CalebPena/events{/privacy}", - "received_events_url": "https://api.github.com/users/CalebPena/received_events", - "type": "User", - "site_admin": false - }, - "html_url": "https://github.com/CalebPena/policyengine-us", - "description": null, - "fork": true, - "url": "https://api.github.com/repos/CalebPena/policyengine-us", - "forks_url": "https://api.github.com/repos/CalebPena/policyengine-us/forks", - "keys_url": "https://api.github.com/repos/CalebPena/policyengine-us/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/CalebPena/policyengine-us/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/CalebPena/policyengine-us/teams", - "hooks_url": "https://api.github.com/repos/CalebPena/policyengine-us/hooks", - "issue_events_url": "https://api.github.com/repos/CalebPena/policyengine-us/issues/events{/number}", - "events_url": "https://api.github.com/repos/CalebPena/policyengine-us/events", - "assignees_url": "https://api.github.com/repos/CalebPena/policyengine-us/assignees{/user}", - "branches_url": "https://api.github.com/repos/CalebPena/policyengine-us/branches{/branch}", - "tags_url": "https://api.github.com/repos/CalebPena/policyengine-us/tags", - "blobs_url": "https://api.github.com/repos/CalebPena/policyengine-us/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/CalebPena/policyengine-us/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/CalebPena/policyengine-us/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/CalebPena/policyengine-us/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/CalebPena/policyengine-us/statuses/{sha}", - "languages_url": "https://api.github.com/repos/CalebPena/policyengine-us/languages", - "stargazers_url": "https://api.github.com/repos/CalebPena/policyengine-us/stargazers", - "contributors_url": "https://api.github.com/repos/CalebPena/policyengine-us/contributors", - "subscribers_url": "https://api.github.com/repos/CalebPena/policyengine-us/subscribers", - "subscription_url": "https://api.github.com/repos/CalebPena/policyengine-us/subscription", - "commits_url": "https://api.github.com/repos/CalebPena/policyengine-us/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/CalebPena/policyengine-us/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/CalebPena/policyengine-us/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/CalebPena/policyengine-us/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/CalebPena/policyengine-us/contents/{+path}", - "compare_url": "https://api.github.com/repos/CalebPena/policyengine-us/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/CalebPena/policyengine-us/merges", - "archive_url": "https://api.github.com/repos/CalebPena/policyengine-us/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/CalebPena/policyengine-us/downloads", - "issues_url": "https://api.github.com/repos/CalebPena/policyengine-us/issues{/number}", - "pulls_url": "https://api.github.com/repos/CalebPena/policyengine-us/pulls{/number}", - "milestones_url": "https://api.github.com/repos/CalebPena/policyengine-us/milestones{/number}", - "notifications_url": "https://api.github.com/repos/CalebPena/policyengine-us/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/CalebPena/policyengine-us/labels{/name}", - "releases_url": "https://api.github.com/repos/CalebPena/policyengine-us/releases{/id}", - "deployments_url": "https://api.github.com/repos/CalebPena/policyengine-us/deployments", - "created_at": "2023-01-19T21:10:52Z", - "updated_at": "2024-04-15T16:45:39Z", - "pushed_at": "2024-05-14T20:27:21Z", - "git_url": "git://github.com/CalebPena/policyengine-us.git", - "ssh_url": "git@github.com:CalebPena/policyengine-us.git", - "clone_url": "https://github.com/CalebPena/policyengine-us.git", - "svn_url": "https://github.com/CalebPena/policyengine-us", - "homepage": "https://policyengine.org/us", - "size": 200024, - "stargazers_count": 0, - "watchers_count": 0, - "language": "Python", - "has_issues": false, - "has_projects": true, - "has_downloads": true, - "has_wiki": true, - "has_pages": false, - "has_discussions": false, - "forks_count": 0, - "mirror_url": null, - "archived": false, - "disabled": false, - "open_issues_count": 0, - "license": { - "key": "agpl-3.0", - "name": "GNU Affero General Public License v3.0", - "spdx_id": "AGPL-3.0", - "url": "https://api.github.com/licenses/agpl-3.0", - "node_id": "MDc6TGljZW5zZTE=" - }, - "allow_forking": true, - "is_template": false, - "web_commit_signoff_required": false, - "topics": [], - "visibility": "public", - "forks": 0, - "open_issues": 0, - "watchers": 0, - "default_branch": "master" - } - }, - "base": { - "label": "PolicyEngine:master", - "ref": "master", - "sha": "479445fd1befc58d4632fdfbb2d377e4b474cc97", - "user": { - "login": "PolicyEngine", - "id": 88570531, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4NTcwNTMx", - "avatar_url": "https://avatars.githubusercontent.com/u/88570531?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/PolicyEngine", - "html_url": "https://github.com/PolicyEngine", - "followers_url": "https://api.github.com/users/PolicyEngine/followers", - "following_url": "https://api.github.com/users/PolicyEngine/following{/other_user}", - "gists_url": "https://api.github.com/users/PolicyEngine/gists{/gist_id}", - "starred_url": "https://api.github.com/users/PolicyEngine/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/PolicyEngine/subscriptions", - "organizations_url": "https://api.github.com/users/PolicyEngine/orgs", - "repos_url": "https://api.github.com/users/PolicyEngine/repos", - "events_url": "https://api.github.com/users/PolicyEngine/events{/privacy}", - "received_events_url": "https://api.github.com/users/PolicyEngine/received_events", - "type": "Organization", - "site_admin": false - }, - "repo": { - "id": 379667761, - "node_id": "MDEwOlJlcG9zaXRvcnkzNzk2Njc3NjE=", - "name": "policyengine-us", - "full_name": "PolicyEngine/policyengine-us", - "private": false, - "owner": { - "login": "PolicyEngine", - "id": 88570531, - "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4NTcwNTMx", - "avatar_url": "https://avatars.githubusercontent.com/u/88570531?v=4", - "gravatar_id": "", - "url": "https://api.github.com/users/PolicyEngine", - "html_url": "https://github.com/PolicyEngine", - "followers_url": "https://api.github.com/users/PolicyEngine/followers", - "following_url": "https://api.github.com/users/PolicyEngine/following{/other_user}", - "gists_url": "https://api.github.com/users/PolicyEngine/gists{/gist_id}", - "starred_url": "https://api.github.com/users/PolicyEngine/starred{/owner}{/repo}", - "subscriptions_url": "https://api.github.com/users/PolicyEngine/subscriptions", - "organizations_url": "https://api.github.com/users/PolicyEngine/orgs", - "repos_url": "https://api.github.com/users/PolicyEngine/repos", - "events_url": "https://api.github.com/users/PolicyEngine/events{/privacy}", - "received_events_url": "https://api.github.com/users/PolicyEngine/received_events", - "type": "Organization", - "site_admin": false - }, - "html_url": "https://github.com/PolicyEngine/policyengine-us", - "description": "The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.", - "fork": false, - "url": "https://api.github.com/repos/PolicyEngine/policyengine-us", - "forks_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/forks", - "keys_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/keys{/key_id}", - "collaborators_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/collaborators{/collaborator}", - "teams_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/teams", - "hooks_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/hooks", - "issue_events_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/events{/number}", - "events_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/events", - "assignees_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/assignees{/user}", - "branches_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/branches{/branch}", - "tags_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/tags", - "blobs_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/blobs{/sha}", - "git_tags_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/tags{/sha}", - "git_refs_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/refs{/sha}", - "trees_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/trees{/sha}", - "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/{sha}", - "languages_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/languages", - "stargazers_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/stargazers", - "contributors_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/contributors", - "subscribers_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/subscribers", - "subscription_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/subscription", - "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/commits{/sha}", - "git_commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/git/commits{/sha}", - "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/comments{/number}", - "issue_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/comments{/number}", - "contents_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/contents/{+path}", - "compare_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/compare/{base}...{head}", - "merges_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/merges", - "archive_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/{archive_format}{/ref}", - "downloads_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/downloads", - "issues_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues{/number}", - "pulls_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls{/number}", - "milestones_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/milestones{/number}", - "notifications_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/notifications{?since,all,participating}", - "labels_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/labels{/name}", - "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/releases{/id}", - "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments", - "created_at": "2021-06-23T16:35:58Z", - "updated_at": "2024-05-16T23:50:41Z", - "pushed_at": "2024-05-17T14:27:58Z", - "git_url": "git://github.com/PolicyEngine/policyengine-us.git", - "ssh_url": "git@github.com:PolicyEngine/policyengine-us.git", - "clone_url": "https://github.com/PolicyEngine/policyengine-us.git", - "svn_url": "https://github.com/PolicyEngine/policyengine-us", - "homepage": "https://policyengine.org/us", - "size": 695874, - "stargazers_count": 94, - "watchers_count": 94, - "language": "Python", - "has_issues": true, - "has_projects": true, - "has_downloads": true, - "has_wiki": true, - "has_pages": true, - "has_discussions": true, - "forks_count": 159, - "mirror_url": null, - "archived": false, - "disabled": false, - "open_issues_count": 906, - "license": { - "key": "agpl-3.0", - "name": "GNU Affero General Public License v3.0", - "spdx_id": "AGPL-3.0", - "url": "https://api.github.com/licenses/agpl-3.0", - "node_id": "MDc6TGljZW5zZTE=" - }, - "allow_forking": true, - "is_template": false, - "web_commit_signoff_required": false, - "topics": [ - "economic-policy", - "economics", - "inequality", - "policy", - "poverty", - "public-policy", - "python", - "tax", - "united-states" - ], - "visibility": "public", - "forks": 159, - "open_issues": 906, - "watchers": 94, - "default_branch": "master" - } - }, - "_links": { - "self": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4528" - }, - "html": { - "href": "https://github.com/PolicyEngine/policyengine-us/pull/4528" - }, - "issue": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4528" - }, - "comments": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4528/comments" - }, - "review_comments": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4528/comments" - }, - "review_comment": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/comments{/number}" - }, - "commits": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4528/commits" - }, - "statuses": { - "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/9d24221bf329b2151020affcc930459791f7482f" - } - }, - "author_association": "COLLABORATOR", - "auto_merge": null, - "active_lock_reason": null } ], "taxdata": [