diff --git a/Catalog/Behavioral-Responses.html b/Catalog/Behavioral-Responses.html
index b1f98a9..3ac5538 100644
--- a/Catalog/Behavioral-Responses.html
+++ b/Catalog/Behavioral-Responses.html
@@ -56,13 +56,13 @@
-
Behavioral-Responses, which is part of the Policy Simulation Library (PSL) collection of USA tax models, estimates partial-equilibrium behavioral responses to changes in the US federal individual income and payroll tax system as simulated by Tax-Calculator. It provides two ways of doing this: (1) the response
function, which contains higher-level logic that supports the Tax-Brain "Partial Equilibrium Simulation" capability and requires specification of only the elasticities, and (2) the quantity_response
function, which contains lower-level logic that requires specification of the quantity whose response is to be estimated, requires specification of the marginal tax rates and elasticities to be used in the response calculation, and allows the response estimation to be conducted by subgroup with different elasticities for each subgroup.
+ Behavioral-Responses, which is part of the Policy Simulation Library (PSL) collection of USA tax models, estimates partial-equilibrium behavioral responses to changes in the US federal individual income and payroll tax system as simulated by Tax-Calculator. It provides two ways of doing this: (1) the `response` function, which contains higher-level logic that supports the Tax-Brain 'Partial Equilibrium Simulation' capability and requires specification of only the elasticities, and (2) the `quantity_response` function, which contains lower-level logic that requires specification of the quantity whose response is to be estimated, requires specification of the marginal tax rates and elasticities to be used in the response calculation, and allows the response estimation to be conducted by subgroup with different elasticities for each subgroup.
+
Maintainers:
diff --git a/Catalog/catalog.json b/Catalog/catalog.json
index 669097b..6cd2b37 100644
--- a/Catalog/catalog.json
+++ b/Catalog/catalog.json
@@ -1,96 +1,26 @@
{
"Behavioral-Responses": {
- "name": {
- "value": "Behavioral-Responses",
- "source": ""
- },
- "project_one_line": {
- "source": null,
- "value": "Partial-equilibrium behavioral-responses module that works with Tax-Calculator
"
- },
- "key_features": {
- "source": null,
- "value": null
- },
- "project_overview": {
- "source": "https://github.com/PSLmodels/Behavioral-Responses/blob/master/README.md",
- "value": "Behavioral-Responses, which is part of the Policy Simulation Library (PSL) collection of USA tax models, estimates partial-equilibrium behavioral responses to changes in the US federal individual income and payroll tax system as simulated by Tax-Calculator. It provides two ways of doing this: (1) the response
function, which contains higher-level logic that supports the Tax-Brain \"Partial Equilibrium Simulation\" capability and requires specification of only the elasticities, and (2) the quantity_response
function, which contains lower-level logic that requires specification of the quantity whose response is to be estimated, requires specification of the marginal tax rates and elasticities to be used in the response calculation, and allows the response estimation to be conducted by subgroup with different elasticities for each subgroup.
"
- },
- "citation": {
- "source": "https://github.com/PSLmodels/Behavioral-Responses/blob/master/README.md",
- "value": "Please cite the source of your analysis as \"Behavioral-Responses release #.#.#, author's calculations.\" If you wish to link to Behavioral-Responses, https://PSLmodels.github.io/Behavioral-Responses/ is preferred. Additionally, we strongly recommend that you describe the elasticity parameters used, and provide a link to the materials required to replicate your analysis or, at least, note that those materials are available upon request.
"
- },
- "license": {
- "source": "https://github.com/PSLmodels/Behavioral-Responses/blob/master/LICENSE.md",
- "value": "CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
"
- },
- "user_documentation": {
- "source": null,
- "value": "http://PSLmodels.github.io/Behavioral-Responses/index.html "
- },
- "user_changelog": {
- "source": null,
- "value": null
- },
- "user_changelog_recent": {
- "source": null,
- "value": null
- },
- "dev_changelog": {
- "source": "https://github.com/PSLmodels/Behavioral-Responses/blob/master/RELEASES.md",
- "value": "Go here for a complete commit history.
2020-09-22 Release 0.11.0 (last merged pull request is #76 )
API Changes
New Features
Bug Fixes
2019-10-31 Release 0.10.0 (last merged pull request is #71 )
API Changes
New Features
New capabilities for estimating differential behavioral responses [#58 by Max Ghenis] Bug Fixes
2019-06-08 Release 0.9.0 (last merged pull request is #63 )
API Changes
New Features
Use new Tax-Calculator 2.3 Records interface to get dump variables [#63 by Martin Holmer] Bug Fixes
2019-05-13 Release 0.8.0 (last merged pull request is #62 )
API Changes
New Features
Simplify extraction of variables from Calculator objects in response
function [#62 by Martin Holmer] Bug Fixes
2019-03-17 Release 0.7.0 (last merged pull request is #52 )
API Changes
Simplify elasticities argument of the response
function [#51 by Martin Holmer] New Features
Bug Fixes
2019-02-22 Release 0.6.0 (last merged pull request is #46 )
API Changes
Require taxcalc package for Tax-Calculator 1.0 or higher [#46 by Martin Holmer] New Features
Add optional dump argument to the response
function [#39 by Martin Holmer responding to request by Matt Jensen and Anderson Frailey]
Add quantity_response
function that was formerly a Tax-Calculator utility function and that provides a lower-level behavioral response capability [#43 by Martin Holmer responding to suggestion by Max Ghenis]
Bug Fixes
2018-12-14 Release 0.5.0 (last merged pull request is #35 )
API Changes
New Features
Make behresp packages available for Python 3.7 as well as for Python 3.6 [#35 by Martin Holmer] Bug Fixes
2018-12-13 Release 0.4.1 (last merged pull request is #33 )
API Changes
New Features
Add GitHub Travis-CI testing under Python 3.7 [#33 by Martin Holmer] Bug Fixes
2018-11-13 Release 0.4.0 (last merged pull request is #21 )
API Changes
Change documentation to state that Behavioral-Responses behresp
packages are available only via the PSLmodels
Anaconda Cloud channel [#20 by Martin Holmer]
Remove versioneer.py
and taxcalc/_version.py
and related code now that Package-Builder is handling version specification [#21 by Martin Holmer]
New Features
Bug Fixes
2018-11-06 Release 0.3.0 (last merged pull request is #18 )
API Changes
Simplify specification of package dependencies [#18 by Martin Holmer] New Features
Bug Fixes
2018-11-03 Release 0.2.0 (last merged pull request is #15 )
API Changes
Make specification of required package versions comply with style in conda cheat sheet [#15 by Martin Holmer] New Features
Bug Fixes
2018-11-01 Release 0.1.0 (last merged pull request is #11 )
API Changes
Copy Tax-Calculator top-level files to Behavioral-Responses repo [#2 by Martin Holmer]
Move Tax-Calculator Behavior class logic/tests to Behavioral-Responses repo [#3 by Martin Holmer]
Streamline tests to use less memory [#8 by Martin Holmer with assistance from Matt Jensen]
Add user documentation for Behavioral-Responses package [#11 by Martin Holmer]
New Features
Bug Fixes
"
- },
- "disclaimer": {
- "source": "https://github.com/PSLmodels/Behavioral-Responses/blob/master/README.md",
- "value": "Results will change as the underlying models improve. A fundamental reason for adopting open source methods in this project is so that people from all backgrounds can contribute to the models that our society uses to assess economic policy; when community-contributed improvements are incorporated, the model will produce different results.
"
- },
- "user_case_studies": {
- "source": null,
- "value": null
- },
- "project_roadmap": {
- "source": null,
- "value": null
- },
- "contributor_overview": {
- "source": "https://github.com/PSLmodels/Behavioral-Responses/blob/master/README.md",
- "value": "If you want to report a bug , create a new issue here providing details on what you think is wrong with Behavioral-Responses.
If you want to request an enhancement , create a new issue here providing details on what you think should be added to Behavioral-Responses.
If you want to propose code changes , follow the directions in the Tax-Calculator contributor guide on how to fork and clone the Behavioral-Responses git repository. Before developing any code changes be sure to read completely the Tax-Calculator contributor guide and then read about the Tax-Calculator pull-request workflow . When reading both documents, be sure to mentally substitute Behavioral-Response for Tax-Calculator and behresp for taxcalc.
The Behavioral-Responses release history provides a high-level summary of past pull requests and access to a complete list of merged, closed, and pending pull requests.
"
- },
- "contributor_guide": {
- "source": "https://github.com/PSLmodels/Behavioral-Responses/blob/master/README.md",
- "value": "If you want to report a bug , create a new issue here providing details on what you think is wrong with Behavioral-Responses.
If you want to request an enhancement , create a new issue here providing details on what you think should be added to Behavioral-Responses.
If you want to propose code changes , follow the directions in the Tax-Calculator contributor guide on how to fork and clone the Behavioral-Responses git repository. Before developing any code changes be sure to read completely the Tax-Calculator contributor guide and then read about the Tax-Calculator pull-request workflow . When reading both documents, be sure to mentally substitute Behavioral-Response for Tax-Calculator and behresp for taxcalc.
The Behavioral-Responses release history provides a high-level summary of past pull requests and access to a complete list of merged, closed, and pending pull requests.
"
- },
- "governance_overview": {
- "source": null,
- "value": null
- },
- "public_funding": {
- "source": null,
- "value": null
- },
- "link_to_webapp": {
- "source": null,
- "value": "https://www.ospc.org/taxbrain/ "
- },
- "public_issue_tracker": {
- "source": null,
- "value": "https://github.com/PSLmodels/Behavioral-Responses/issues "
- },
- "public_qanda": {
- "source": null,
- "value": "https://github.com/PSLmodels/Behavioral-Responses/issues "
- },
- "core_maintainers": {
- "source": null,
- "value": ""
- },
- "unit_test": {
- "source": null,
- "value": "https://github.com/PSLmodels/Behavioral-Responses/tree/master/behresp/tests "
- },
- "integration_test": {
- "source": null,
- "value": "https://github.com/PSLmodels/Behavioral-Responses/tree/master/behresp/tests "
+ "name": "Behavioral-Responses",
+ "img": "",
+ "banner_title": "Behavioral-Responses",
+ "banner_subtitle": "Partial-equilibrium behavioral-responses module that works with Tax-Calculator",
+ "detailed_description": "Behavioral-Responses, which is part of the Policy Simulation Library (PSL) collection of USA tax models, estimates partial-equilibrium behavioral responses to changes in the US federal individual income and payroll tax system as simulated by Tax-Calculator. It provides two ways of doing this: (1) the `response` function, which contains higher-level logic that supports the Tax-Brain 'Partial Equilibrium Simulation' capability and requires specification of only the elasticities, and (2) the `quantity_response` function, which contains lower-level logic that requires specification of the quantity whose response is to be estimated, requires specification of the marginal tax rates and elasticities to be used in the response calculation, and allows the response estimation to be conducted by subgroup with different elasticities for each subgroup.",
+ "policy_area": "Tax Microsimulation, Revenue Estimation, Distributional Analysis",
+ "geography": "United States",
+ "language": "Python",
+ "maintainers": [
+ {
+ "name": "Matthew Jensen",
+ "image": "https://avatars.githubusercontent.com/u/8301092?v=4",
+ "link": "https://github.com/MattHJensen/"
+ }
+ ],
+ "links": {
+ "code_repository": "https://github.com/PSLmodels/Behavioral-Responses",
+ "user_documentation": "http://PSLmodels.github.io/Behavioral-Responses/index.html",
+ "contributor_documentation": "",
+ "webapp": "",
+ "recent_changes": "https://github.com/PSLmodels/Behavioral-Responses/blob/master/RELEASES.md"
},
"github_url": "https://github.com/PSLmodels/Behavioral-Responses"
},
diff --git a/Catalog/index.html b/Catalog/index.html
index 355c95c..f8b11fd 100644
--- a/Catalog/index.html
+++ b/Catalog/index.html
@@ -66,7 +66,7 @@ We have a collection of open-source models and data preparation routines for
diff --git a/Catalog/prs.json b/Catalog/prs.json
index ec1c87a..cfdc29e 100644
--- a/Catalog/prs.json
+++ b/Catalog/prs.json
@@ -2071,7 +2071,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 26,
+ "open_issues_count": 24,
"license": {
"key": "cc0-1.0",
"name": "Creative Commons Zero v1.0 Universal",
@@ -2091,7 +2091,7 @@
],
"visibility": "public",
"forks": 103,
- "open_issues": 26,
+ "open_issues": 24,
"watchers": 64,
"default_branch": "master"
}
@@ -2419,7 +2419,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 26,
+ "open_issues_count": 24,
"license": {
"key": "cc0-1.0",
"name": "Creative Commons Zero v1.0 Universal",
@@ -2439,7 +2439,7 @@
],
"visibility": "public",
"forks": 103,
- "open_issues": 26,
+ "open_issues": 24,
"watchers": 64,
"default_branch": "master"
}
@@ -2677,7 +2677,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 26,
+ "open_issues_count": 24,
"license": {
"key": "cc0-1.0",
"name": "Creative Commons Zero v1.0 Universal",
@@ -2697,7 +2697,7 @@
],
"visibility": "public",
"forks": 103,
- "open_issues": 26,
+ "open_issues": 24,
"watchers": 64,
"default_branch": "master"
}
@@ -2814,7 +2814,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 26,
+ "open_issues_count": 24,
"license": {
"key": "cc0-1.0",
"name": "Creative Commons Zero v1.0 Universal",
@@ -2834,7 +2834,7 @@
],
"visibility": "public",
"forks": 103,
- "open_issues": 26,
+ "open_issues": 24,
"watchers": 64,
"default_branch": "master"
}
@@ -3162,7 +3162,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 26,
+ "open_issues_count": 24,
"license": {
"key": "cc0-1.0",
"name": "Creative Commons Zero v1.0 Universal",
@@ -3182,7 +3182,7 @@
],
"visibility": "public",
"forks": 103,
- "open_issues": 26,
+ "open_issues": 24,
"watchers": 64,
"default_branch": "master"
}
@@ -3510,7 +3510,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 26,
+ "open_issues_count": 24,
"license": {
"key": "cc0-1.0",
"name": "Creative Commons Zero v1.0 Universal",
@@ -3530,7 +3530,7 @@
],
"visibility": "public",
"forks": 103,
- "open_issues": 26,
+ "open_issues": 24,
"watchers": 64,
"default_branch": "master"
}
@@ -3568,43 +3568,43 @@
],
"Behavioral-Responses": [
{
- "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85",
- "id": 799070931,
- "node_id": "PR_kwDOCSNtIc4voNrT",
- "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/85",
- "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/85.diff",
- "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/85.patch",
- "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/85",
- "number": 85,
+ "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/87",
+ "id": 1781202716,
+ "node_id": "PR_kwDOCSNtIc5qKv8c",
+ "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/87",
+ "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/87.diff",
+ "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/87.patch",
+ "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/87",
+ "number": 87,
"state": "closed",
"locked": false,
- "title": "Update taxcalc links in index.html",
+ "title": "Update `PSL_catalog.json`",
"user": {
- "login": "MattHJensen",
- "id": 8301092,
- "node_id": "MDQ6VXNlcjgzMDEwOTI=",
- "avatar_url": "https://avatars.githubusercontent.com/u/8301092?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/MattHJensen",
- "html_url": "https://github.com/MattHJensen",
- "followers_url": "https://api.github.com/users/MattHJensen/followers",
- "following_url": "https://api.github.com/users/MattHJensen/following{/other_user}",
- "gists_url": "https://api.github.com/users/MattHJensen/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/MattHJensen/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/MattHJensen/subscriptions",
- "organizations_url": "https://api.github.com/users/MattHJensen/orgs",
- "repos_url": "https://api.github.com/users/MattHJensen/repos",
- "events_url": "https://api.github.com/users/MattHJensen/events{/privacy}",
- "received_events_url": "https://api.github.com/users/MattHJensen/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": null,
- "created_at": "2021-12-09T18:05:13Z",
- "updated_at": "2021-12-09T18:05:22Z",
- "closed_at": "2021-12-09T18:05:19Z",
- "merged_at": "2021-12-09T18:05:19Z",
- "merge_commit_sha": "cbb73eabd34fe46807cdab6c7b97fbf7b2e7cc15",
+ "body": "This PR updates the `PSL_catalog.json` file to work better with the recent updates to PSLmodels.org.",
+ "created_at": "2024-03-20T01:47:36Z",
+ "updated_at": "2024-03-20T02:20:16Z",
+ "closed_at": "2024-03-20T02:20:16Z",
+ "merged_at": "2024-03-20T02:20:16Z",
+ "merge_commit_sha": "232abc1e6b9f0a2b2f224ad887af3c19019d28d3",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
@@ -3612,124 +3612,124 @@
"labels": [],
"milestone": null,
"draft": false,
- "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85/commits",
- "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85/comments",
+ "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/87/commits",
+ "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/87/comments",
"review_comment_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/85/comments",
- "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/7eac93216447a112efa5c323fe10dade2ef16f80",
+ "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/87/comments",
+ "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/437687041b714638cad9dc0676fe1b773c0f982f",
"head": {
- "label": "PSLmodels:MattHJensen-patch-1",
- "ref": "MattHJensen-patch-1",
- "sha": "7eac93216447a112efa5c323fe10dade2ef16f80",
+ "label": "jdebacker:catalog",
+ "ref": "catalog",
+ "sha": "437687041b714638cad9dc0676fe1b773c0f982f",
"user": {
- "login": "PSLmodels",
- "id": 15148101,
- "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1MTQ4MTAx",
- "avatar_url": "https://avatars.githubusercontent.com/u/15148101?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/PSLmodels",
- "html_url": "https://github.com/PSLmodels",
- "followers_url": "https://api.github.com/users/PSLmodels/followers",
- "following_url": "https://api.github.com/users/PSLmodels/following{/other_user}",
- "gists_url": "https://api.github.com/users/PSLmodels/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/PSLmodels/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/PSLmodels/subscriptions",
- "organizations_url": "https://api.github.com/users/PSLmodels/orgs",
- "repos_url": "https://api.github.com/users/PSLmodels/repos",
- "events_url": "https://api.github.com/users/PSLmodels/events{/privacy}",
- "received_events_url": "https://api.github.com/users/PSLmodels/received_events",
- "type": "Organization",
+ "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": 153316641,
- "node_id": "MDEwOlJlcG9zaXRvcnkxNTMzMTY2NDE=",
+ "id": 281545378,
+ "node_id": "MDEwOlJlcG9zaXRvcnkyODE1NDUzNzg=",
"name": "Behavioral-Responses",
- "full_name": "PSLmodels/Behavioral-Responses",
+ "full_name": "jdebacker/Behavioral-Responses",
"private": false,
"owner": {
- "login": "PSLmodels",
- "id": 15148101,
- "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1MTQ4MTAx",
- "avatar_url": "https://avatars.githubusercontent.com/u/15148101?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/PSLmodels",
- "html_url": "https://github.com/PSLmodels",
- "followers_url": "https://api.github.com/users/PSLmodels/followers",
- "following_url": "https://api.github.com/users/PSLmodels/following{/other_user}",
- "gists_url": "https://api.github.com/users/PSLmodels/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/PSLmodels/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/PSLmodels/subscriptions",
- "organizations_url": "https://api.github.com/users/PSLmodels/orgs",
- "repos_url": "https://api.github.com/users/PSLmodels/repos",
- "events_url": "https://api.github.com/users/PSLmodels/events{/privacy}",
- "received_events_url": "https://api.github.com/users/PSLmodels/received_events",
- "type": "Organization",
+ "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/PSLmodels/Behavioral-Responses",
+ "html_url": "https://github.com/jdebacker/Behavioral-Responses",
"description": "PSL module that estimates partial-equilibrium behavioral responses to tax changes simulated by Tax-Calculator",
- "fork": false,
- "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses",
- "forks_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/forks",
- "keys_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/teams",
- "hooks_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/hooks",
- "issue_events_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/events{/number}",
- "events_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/events",
- "assignees_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/assignees{/user}",
- "branches_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/branches{/branch}",
- "tags_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/tags",
- "blobs_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/languages",
- "stargazers_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/stargazers",
- "contributors_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/contributors",
- "subscribers_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/subscribers",
- "subscription_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/subscription",
- "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/contents/{+path}",
- "compare_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/merges",
- "archive_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/downloads",
- "issues_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues{/number}",
- "pulls_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/labels{/name}",
- "releases_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/releases{/id}",
- "deployments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/deployments",
- "created_at": "2018-10-16T16:18:01Z",
- "updated_at": "2021-12-09T18:05:23Z",
- "pushed_at": "2022-03-22T17:08:30Z",
- "git_url": "git://github.com/PSLmodels/Behavioral-Responses.git",
- "ssh_url": "git@github.com:PSLmodels/Behavioral-Responses.git",
- "clone_url": "https://github.com/PSLmodels/Behavioral-Responses.git",
- "svn_url": "https://github.com/PSLmodels/Behavioral-Responses",
+ "fork": true,
+ "url": "https://api.github.com/repos/jdebacker/Behavioral-Responses",
+ "forks_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/forks",
+ "keys_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/teams",
+ "hooks_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/hooks",
+ "issue_events_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/events",
+ "assignees_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/tags",
+ "blobs_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/languages",
+ "stargazers_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/stargazers",
+ "contributors_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/contributors",
+ "subscribers_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/subscribers",
+ "subscription_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/subscription",
+ "commits_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/merges",
+ "archive_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/downloads",
+ "issues_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/labels{/name}",
+ "releases_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/jdebacker/Behavioral-Responses/deployments",
+ "created_at": "2020-07-22T01:39:58Z",
+ "updated_at": "2024-02-24T23:44:53Z",
+ "pushed_at": "2024-03-20T01:46:58Z",
+ "git_url": "git://github.com/jdebacker/Behavioral-Responses.git",
+ "ssh_url": "git@github.com:jdebacker/Behavioral-Responses.git",
+ "clone_url": "https://github.com/jdebacker/Behavioral-Responses.git",
+ "svn_url": "https://github.com/jdebacker/Behavioral-Responses",
"homepage": "",
- "size": 200,
- "stargazers_count": 4,
- "watchers_count": 4,
+ "size": 187,
+ "stargazers_count": 0,
+ "watchers_count": 0,
"language": "Python",
- "has_issues": true,
+ "has_issues": false,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
- "has_pages": true,
+ "has_pages": false,
"has_discussions": false,
- "forks_count": 14,
+ "forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 9,
+ "open_issues_count": 0,
"license": {
"key": "other",
"name": "Other",
@@ -3740,20 +3740,18 @@
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
- "topics": [
- "psl-cataloged"
- ],
+ "topics": [],
"visibility": "public",
- "forks": 14,
- "open_issues": 9,
- "watchers": 4,
+ "forks": 0,
+ "open_issues": 0,
+ "watchers": 0,
"default_branch": "master"
}
},
"base": {
"label": "PSLmodels:master",
"ref": "master",
- "sha": "5d6249d04f3e3d0c693a4d8bc733cd5e6b25432e",
+ "sha": "c6f4c8035d7e0a8bc0879cd10209d57a5f5f7db2",
"user": {
"login": "PSLmodels",
"id": 15148101,
@@ -3842,13 +3840,13 @@
"deployments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/deployments",
"created_at": "2018-10-16T16:18:01Z",
"updated_at": "2021-12-09T18:05:23Z",
- "pushed_at": "2022-03-22T17:08:30Z",
+ "pushed_at": "2024-03-20T02:20:16Z",
"git_url": "git://github.com/PSLmodels/Behavioral-Responses.git",
"ssh_url": "git@github.com:PSLmodels/Behavioral-Responses.git",
"clone_url": "https://github.com/PSLmodels/Behavioral-Responses.git",
"svn_url": "https://github.com/PSLmodels/Behavioral-Responses",
"homepage": "",
- "size": 200,
+ "size": 190,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Python",
@@ -3885,46 +3883,46 @@
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/87"
},
"html": {
- "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/85"
+ "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/87"
},
"issue": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/85"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/87"
},
"comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/85/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/87/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/87/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}"
},
"commits": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85/commits"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/87/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/7eac93216447a112efa5c323fe10dade2ef16f80"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/437687041b714638cad9dc0676fe1b773c0f982f"
}
},
- "author_association": "CONTRIBUTOR",
+ "author_association": "MEMBER",
"auto_merge": null,
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84",
- "id": 799067845,
- "node_id": "PR_kwDOCSNtIc4voM7F",
- "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/84",
- "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/84.diff",
- "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/84.patch",
- "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/84",
- "number": 84,
+ "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85",
+ "id": 799070931,
+ "node_id": "PR_kwDOCSNtIc4voNrT",
+ "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/85",
+ "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/85.diff",
+ "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/85.patch",
+ "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/85",
+ "number": 85,
"state": "closed",
"locked": false,
- "title": "Update taxcalc links in readme",
+ "title": "Update taxcalc links in index.html",
"user": {
"login": "MattHJensen",
"id": 8301092,
@@ -3946,11 +3944,11 @@
"site_admin": false
},
"body": null,
- "created_at": "2021-12-09T18:01:02Z",
- "updated_at": "2021-12-09T18:01:22Z",
- "closed_at": "2021-12-09T18:01:18Z",
- "merged_at": "2021-12-09T18:01:18Z",
- "merge_commit_sha": "5d6249d04f3e3d0c693a4d8bc733cd5e6b25432e",
+ "created_at": "2021-12-09T18:05:13Z",
+ "updated_at": "2021-12-09T18:05:22Z",
+ "closed_at": "2021-12-09T18:05:19Z",
+ "merged_at": "2021-12-09T18:05:19Z",
+ "merge_commit_sha": "cbb73eabd34fe46807cdab6c7b97fbf7b2e7cc15",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
@@ -3958,15 +3956,15 @@
"labels": [],
"milestone": null,
"draft": false,
- "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84/commits",
- "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84/comments",
+ "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85/commits",
+ "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85/comments",
"review_comment_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/84/comments",
- "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/425beb8440dfce467a7b7a6dc252fbc3bf7454ba",
+ "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/85/comments",
+ "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/7eac93216447a112efa5c323fe10dade2ef16f80",
"head": {
"label": "PSLmodels:MattHJensen-patch-1",
"ref": "MattHJensen-patch-1",
- "sha": "425beb8440dfce467a7b7a6dc252fbc3bf7454ba",
+ "sha": "7eac93216447a112efa5c323fe10dade2ef16f80",
"user": {
"login": "PSLmodels",
"id": 15148101,
@@ -4055,13 +4053,13 @@
"deployments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/deployments",
"created_at": "2018-10-16T16:18:01Z",
"updated_at": "2021-12-09T18:05:23Z",
- "pushed_at": "2022-03-22T17:08:30Z",
+ "pushed_at": "2024-03-20T02:20:16Z",
"git_url": "git://github.com/PSLmodels/Behavioral-Responses.git",
"ssh_url": "git@github.com:PSLmodels/Behavioral-Responses.git",
"clone_url": "https://github.com/PSLmodels/Behavioral-Responses.git",
"svn_url": "https://github.com/PSLmodels/Behavioral-Responses",
"homepage": "",
- "size": 200,
+ "size": 190,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Python",
@@ -4099,7 +4097,7 @@
"base": {
"label": "PSLmodels:master",
"ref": "master",
- "sha": "813eea3650034238963e14657df798028f319e11",
+ "sha": "5d6249d04f3e3d0c693a4d8bc733cd5e6b25432e",
"user": {
"login": "PSLmodels",
"id": 15148101,
@@ -4188,13 +4186,13 @@
"deployments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/deployments",
"created_at": "2018-10-16T16:18:01Z",
"updated_at": "2021-12-09T18:05:23Z",
- "pushed_at": "2022-03-22T17:08:30Z",
+ "pushed_at": "2024-03-20T02:20:16Z",
"git_url": "git://github.com/PSLmodels/Behavioral-Responses.git",
"ssh_url": "git@github.com:PSLmodels/Behavioral-Responses.git",
"clone_url": "https://github.com/PSLmodels/Behavioral-Responses.git",
"svn_url": "https://github.com/PSLmodels/Behavioral-Responses",
"homepage": "",
- "size": 200,
+ "size": 190,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Python",
@@ -4231,28 +4229,28 @@
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85"
},
"html": {
- "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/84"
+ "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/85"
},
"issue": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/84"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/85"
},
"comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/84/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/85/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}"
},
"commits": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84/commits"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/85/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/425beb8440dfce467a7b7a6dc252fbc3bf7454ba"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/7eac93216447a112efa5c323fe10dade2ef16f80"
}
},
"author_association": "CONTRIBUTOR",
@@ -4260,43 +4258,43 @@
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82",
- "id": 611768177,
- "node_id": "MDExOlB1bGxSZXF1ZXN0NjExNzY4MTc3",
- "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/82",
- "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/82.diff",
- "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/82.patch",
- "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/82",
- "number": 82,
- "state": "open",
+ "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84",
+ "id": 799067845,
+ "node_id": "PR_kwDOCSNtIc4voM7F",
+ "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/84",
+ "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/84.diff",
+ "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/84.patch",
+ "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/84",
+ "number": 84,
+ "state": "closed",
"locked": false,
- "title": "Add workflow config file through Actions tab",
+ "title": "Update taxcalc links in readme",
"user": {
- "login": "hdoupe",
- "id": 9206065,
- "node_id": "MDQ6VXNlcjkyMDYwNjU=",
- "avatar_url": "https://avatars.githubusercontent.com/u/9206065?v=4",
+ "login": "MattHJensen",
+ "id": 8301092,
+ "node_id": "MDQ6VXNlcjgzMDEwOTI=",
+ "avatar_url": "https://avatars.githubusercontent.com/u/8301092?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/hdoupe",
- "html_url": "https://github.com/hdoupe",
- "followers_url": "https://api.github.com/users/hdoupe/followers",
- "following_url": "https://api.github.com/users/hdoupe/following{/other_user}",
- "gists_url": "https://api.github.com/users/hdoupe/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/hdoupe/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/hdoupe/subscriptions",
- "organizations_url": "https://api.github.com/users/hdoupe/orgs",
- "repos_url": "https://api.github.com/users/hdoupe/repos",
- "events_url": "https://api.github.com/users/hdoupe/events{/privacy}",
- "received_events_url": "https://api.github.com/users/hdoupe/received_events",
+ "url": "https://api.github.com/users/MattHJensen",
+ "html_url": "https://github.com/MattHJensen",
+ "followers_url": "https://api.github.com/users/MattHJensen/followers",
+ "following_url": "https://api.github.com/users/MattHJensen/following{/other_user}",
+ "gists_url": "https://api.github.com/users/MattHJensen/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/MattHJensen/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/MattHJensen/subscriptions",
+ "organizations_url": "https://api.github.com/users/MattHJensen/orgs",
+ "repos_url": "https://api.github.com/users/MattHJensen/repos",
+ "events_url": "https://api.github.com/users/MattHJensen/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/MattHJensen/received_events",
"type": "User",
"site_admin": false
},
- "body": "Added this file directly from this tab: https://github.com/PSLmodels/Behavioral-Responses/actions\r\n\r\nRelated: https://github.com/PSLmodels/Behavioral-Responses/pull/81",
- "created_at": "2021-04-08T18:14:26Z",
- "updated_at": "2021-04-08T18:17:31Z",
- "closed_at": null,
- "merged_at": null,
- "merge_commit_sha": "c60454b3e80581e7d3ccf50cb8cb449197ab6f34",
+ "body": null,
+ "created_at": "2021-12-09T18:01:02Z",
+ "updated_at": "2021-12-09T18:01:22Z",
+ "closed_at": "2021-12-09T18:01:18Z",
+ "merged_at": "2021-12-09T18:01:18Z",
+ "merge_commit_sha": "5d6249d04f3e3d0c693a4d8bc733cd5e6b25432e",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
@@ -4304,15 +4302,15 @@
"labels": [],
"milestone": null,
"draft": false,
- "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82/commits",
- "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82/comments",
+ "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84/commits",
+ "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84/comments",
"review_comment_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/82/comments",
- "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/780e9acc17505bd42bac69082c457b050221464f",
+ "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/84/comments",
+ "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/425beb8440dfce467a7b7a6dc252fbc3bf7454ba",
"head": {
- "label": "PSLmodels:add-ci-directly",
- "ref": "add-ci-directly",
- "sha": "780e9acc17505bd42bac69082c457b050221464f",
+ "label": "PSLmodels:MattHJensen-patch-1",
+ "ref": "MattHJensen-patch-1",
+ "sha": "425beb8440dfce467a7b7a6dc252fbc3bf7454ba",
"user": {
"login": "PSLmodels",
"id": 15148101,
@@ -4401,13 +4399,13 @@
"deployments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/deployments",
"created_at": "2018-10-16T16:18:01Z",
"updated_at": "2021-12-09T18:05:23Z",
- "pushed_at": "2022-03-22T17:08:30Z",
+ "pushed_at": "2024-03-20T02:20:16Z",
"git_url": "git://github.com/PSLmodels/Behavioral-Responses.git",
"ssh_url": "git@github.com:PSLmodels/Behavioral-Responses.git",
"clone_url": "https://github.com/PSLmodels/Behavioral-Responses.git",
"svn_url": "https://github.com/PSLmodels/Behavioral-Responses",
"homepage": "",
- "size": 200,
+ "size": 190,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Python",
@@ -4534,13 +4532,13 @@
"deployments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/deployments",
"created_at": "2018-10-16T16:18:01Z",
"updated_at": "2021-12-09T18:05:23Z",
- "pushed_at": "2022-03-22T17:08:30Z",
+ "pushed_at": "2024-03-20T02:20:16Z",
"git_url": "git://github.com/PSLmodels/Behavioral-Responses.git",
"ssh_url": "git@github.com:PSLmodels/Behavioral-Responses.git",
"clone_url": "https://github.com/PSLmodels/Behavioral-Responses.git",
"svn_url": "https://github.com/PSLmodels/Behavioral-Responses",
"homepage": "",
- "size": 200,
+ "size": 190,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Python",
@@ -4577,46 +4575,46 @@
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84"
},
"html": {
- "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/82"
+ "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/84"
},
"issue": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/82"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/84"
},
"comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/82/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/84/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}"
},
"commits": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82/commits"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/84/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/780e9acc17505bd42bac69082c457b050221464f"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/425beb8440dfce467a7b7a6dc252fbc3bf7454ba"
}
},
- "author_association": "COLLABORATOR",
+ "author_association": "CONTRIBUTOR",
"auto_merge": null,
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81",
- "id": 609408345,
- "node_id": "MDExOlB1bGxSZXF1ZXN0NjA5NDA4MzQ1",
- "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/81",
- "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/81.diff",
- "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/81.patch",
- "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/81",
- "number": 81,
- "state": "closed",
+ "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82",
+ "id": 611768177,
+ "node_id": "MDExOlB1bGxSZXF1ZXN0NjExNzY4MTc3",
+ "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/82",
+ "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/82.diff",
+ "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/82.patch",
+ "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/82",
+ "number": 82,
+ "state": "open",
"locked": false,
- "title": "Add Jason's CI commits ",
+ "title": "Add workflow config file through Actions tab",
"user": {
"login": "hdoupe",
"id": 9206065,
@@ -4637,12 +4635,12 @@
"type": "User",
"site_admin": false
},
- "body": "Separates some of the CI commits @jdebacker added in #80, since the actions aren't running there for some reason.",
- "created_at": "2021-04-06T02:52:05Z",
- "updated_at": "2021-04-08T18:18:38Z",
- "closed_at": "2021-04-08T18:18:38Z",
+ "body": "Added this file directly from this tab: https://github.com/PSLmodels/Behavioral-Responses/actions\r\n\r\nRelated: https://github.com/PSLmodels/Behavioral-Responses/pull/81",
+ "created_at": "2021-04-08T18:14:26Z",
+ "updated_at": "2021-04-08T18:17:31Z",
+ "closed_at": null,
"merged_at": null,
- "merge_commit_sha": "8702b131897d2fd3f629da9846f2b59b22f50783",
+ "merge_commit_sha": "c60454b3e80581e7d3ccf50cb8cb449197ab6f34",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
@@ -4650,124 +4648,124 @@
"labels": [],
"milestone": null,
"draft": false,
- "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81/commits",
- "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81/comments",
+ "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82/commits",
+ "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82/comments",
"review_comment_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/81/comments",
- "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/e07973a702a3706db12a54ad291a64e94c623b78",
+ "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/82/comments",
+ "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/780e9acc17505bd42bac69082c457b050221464f",
"head": {
- "label": "hdoupe:jdebacker-ci",
- "ref": "jdebacker-ci",
- "sha": "e07973a702a3706db12a54ad291a64e94c623b78",
+ "label": "PSLmodels:add-ci-directly",
+ "ref": "add-ci-directly",
+ "sha": "780e9acc17505bd42bac69082c457b050221464f",
"user": {
- "login": "hdoupe",
- "id": 9206065,
- "node_id": "MDQ6VXNlcjkyMDYwNjU=",
- "avatar_url": "https://avatars.githubusercontent.com/u/9206065?v=4",
+ "login": "PSLmodels",
+ "id": 15148101,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1MTQ4MTAx",
+ "avatar_url": "https://avatars.githubusercontent.com/u/15148101?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/hdoupe",
- "html_url": "https://github.com/hdoupe",
- "followers_url": "https://api.github.com/users/hdoupe/followers",
- "following_url": "https://api.github.com/users/hdoupe/following{/other_user}",
- "gists_url": "https://api.github.com/users/hdoupe/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/hdoupe/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/hdoupe/subscriptions",
- "organizations_url": "https://api.github.com/users/hdoupe/orgs",
- "repos_url": "https://api.github.com/users/hdoupe/repos",
- "events_url": "https://api.github.com/users/hdoupe/events{/privacy}",
- "received_events_url": "https://api.github.com/users/hdoupe/received_events",
- "type": "User",
+ "url": "https://api.github.com/users/PSLmodels",
+ "html_url": "https://github.com/PSLmodels",
+ "followers_url": "https://api.github.com/users/PSLmodels/followers",
+ "following_url": "https://api.github.com/users/PSLmodels/following{/other_user}",
+ "gists_url": "https://api.github.com/users/PSLmodels/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/PSLmodels/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/PSLmodels/subscriptions",
+ "organizations_url": "https://api.github.com/users/PSLmodels/orgs",
+ "repos_url": "https://api.github.com/users/PSLmodels/repos",
+ "events_url": "https://api.github.com/users/PSLmodels/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/PSLmodels/received_events",
+ "type": "Organization",
"site_admin": false
},
"repo": {
- "id": 188105163,
- "node_id": "MDEwOlJlcG9zaXRvcnkxODgxMDUxNjM=",
+ "id": 153316641,
+ "node_id": "MDEwOlJlcG9zaXRvcnkxNTMzMTY2NDE=",
"name": "Behavioral-Responses",
- "full_name": "hdoupe/Behavioral-Responses",
+ "full_name": "PSLmodels/Behavioral-Responses",
"private": false,
"owner": {
- "login": "hdoupe",
- "id": 9206065,
- "node_id": "MDQ6VXNlcjkyMDYwNjU=",
- "avatar_url": "https://avatars.githubusercontent.com/u/9206065?v=4",
+ "login": "PSLmodels",
+ "id": 15148101,
+ "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1MTQ4MTAx",
+ "avatar_url": "https://avatars.githubusercontent.com/u/15148101?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/hdoupe",
- "html_url": "https://github.com/hdoupe",
- "followers_url": "https://api.github.com/users/hdoupe/followers",
- "following_url": "https://api.github.com/users/hdoupe/following{/other_user}",
- "gists_url": "https://api.github.com/users/hdoupe/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/hdoupe/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/hdoupe/subscriptions",
- "organizations_url": "https://api.github.com/users/hdoupe/orgs",
- "repos_url": "https://api.github.com/users/hdoupe/repos",
- "events_url": "https://api.github.com/users/hdoupe/events{/privacy}",
- "received_events_url": "https://api.github.com/users/hdoupe/received_events",
- "type": "User",
+ "url": "https://api.github.com/users/PSLmodels",
+ "html_url": "https://github.com/PSLmodels",
+ "followers_url": "https://api.github.com/users/PSLmodels/followers",
+ "following_url": "https://api.github.com/users/PSLmodels/following{/other_user}",
+ "gists_url": "https://api.github.com/users/PSLmodels/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/PSLmodels/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/PSLmodels/subscriptions",
+ "organizations_url": "https://api.github.com/users/PSLmodels/orgs",
+ "repos_url": "https://api.github.com/users/PSLmodels/repos",
+ "events_url": "https://api.github.com/users/PSLmodels/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/PSLmodels/received_events",
+ "type": "Organization",
"site_admin": false
},
- "html_url": "https://github.com/hdoupe/Behavioral-Responses",
+ "html_url": "https://github.com/PSLmodels/Behavioral-Responses",
"description": "PSL module that estimates partial-equilibrium behavioral responses to tax changes simulated by Tax-Calculator",
- "fork": true,
- "url": "https://api.github.com/repos/hdoupe/Behavioral-Responses",
- "forks_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/forks",
- "keys_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/teams",
- "hooks_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/hooks",
- "issue_events_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/issues/events{/number}",
- "events_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/events",
- "assignees_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/assignees{/user}",
- "branches_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/branches{/branch}",
- "tags_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/tags",
- "blobs_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/languages",
- "stargazers_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/stargazers",
- "contributors_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/contributors",
- "subscribers_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/subscribers",
- "subscription_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/subscription",
- "commits_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/contents/{+path}",
- "compare_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/merges",
- "archive_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/downloads",
- "issues_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/issues{/number}",
- "pulls_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/labels{/name}",
- "releases_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/releases{/id}",
- "deployments_url": "https://api.github.com/repos/hdoupe/Behavioral-Responses/deployments",
- "created_at": "2019-05-22T19:58:56Z",
- "updated_at": "2019-11-05T22:05:21Z",
- "pushed_at": "2021-04-08T18:26:32Z",
- "git_url": "git://github.com/hdoupe/Behavioral-Responses.git",
- "ssh_url": "git@github.com:hdoupe/Behavioral-Responses.git",
- "clone_url": "https://github.com/hdoupe/Behavioral-Responses.git",
- "svn_url": "https://github.com/hdoupe/Behavioral-Responses",
+ "fork": false,
+ "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses",
+ "forks_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/forks",
+ "keys_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/teams",
+ "hooks_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/hooks",
+ "issue_events_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/events",
+ "assignees_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/tags",
+ "blobs_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/languages",
+ "stargazers_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/stargazers",
+ "contributors_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/contributors",
+ "subscribers_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/subscribers",
+ "subscription_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/subscription",
+ "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/merges",
+ "archive_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/downloads",
+ "issues_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/labels{/name}",
+ "releases_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/deployments",
+ "created_at": "2018-10-16T16:18:01Z",
+ "updated_at": "2021-12-09T18:05:23Z",
+ "pushed_at": "2024-03-20T02:20:16Z",
+ "git_url": "git://github.com/PSLmodels/Behavioral-Responses.git",
+ "ssh_url": "git@github.com:PSLmodels/Behavioral-Responses.git",
+ "clone_url": "https://github.com/PSLmodels/Behavioral-Responses.git",
+ "svn_url": "https://github.com/PSLmodels/Behavioral-Responses",
"homepage": "",
- "size": 193,
- "stargazers_count": 0,
- "watchers_count": 0,
+ "size": 190,
+ "stargazers_count": 4,
+ "watchers_count": 4,
"language": "Python",
- "has_issues": false,
+ "has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": false,
- "has_pages": false,
+ "has_pages": true,
"has_discussions": false,
- "forks_count": 0,
+ "forks_count": 14,
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 0,
+ "open_issues_count": 9,
"license": {
"key": "other",
"name": "Other",
@@ -4778,11 +4776,13 @@
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
- "topics": [],
+ "topics": [
+ "psl-cataloged"
+ ],
"visibility": "public",
- "forks": 0,
- "open_issues": 0,
- "watchers": 0,
+ "forks": 14,
+ "open_issues": 9,
+ "watchers": 4,
"default_branch": "master"
}
},
@@ -4878,13 +4878,13 @@
"deployments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/deployments",
"created_at": "2018-10-16T16:18:01Z",
"updated_at": "2021-12-09T18:05:23Z",
- "pushed_at": "2022-03-22T17:08:30Z",
+ "pushed_at": "2024-03-20T02:20:16Z",
"git_url": "git://github.com/PSLmodels/Behavioral-Responses.git",
"ssh_url": "git@github.com:PSLmodels/Behavioral-Responses.git",
"clone_url": "https://github.com/PSLmodels/Behavioral-Responses.git",
"svn_url": "https://github.com/PSLmodels/Behavioral-Responses",
"homepage": "",
- "size": 200,
+ "size": 190,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Python",
@@ -4921,28 +4921,28 @@
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82"
},
"html": {
- "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/81"
+ "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/82"
},
"issue": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/81"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/82"
},
"comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/81/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/82/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}"
},
"commits": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81/commits"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/82/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/e07973a702a3706db12a54ad291a64e94c623b78"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/780e9acc17505bd42bac69082c457b050221464f"
}
},
"author_association": "COLLABORATOR",
@@ -4950,17 +4950,17 @@
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/80",
- "id": 604335439,
- "node_id": "MDExOlB1bGxSZXF1ZXN0NjA0MzM1NDM5",
- "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/80",
- "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/80.diff",
- "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/80.patch",
- "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/80",
- "number": 80,
- "state": "open",
+ "url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81",
+ "id": 609408345,
+ "node_id": "MDExOlB1bGxSZXF1ZXN0NjA5NDA4MzQ1",
+ "html_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/81",
+ "diff_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/81.diff",
+ "patch_url": "https://github.com/PSLmodels/Behavioral-Responses/pull/81.patch",
+ "issue_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/81",
+ "number": 81,
+ "state": "closed",
"locked": false,
- "title": "Make copying calculators optional",
+ "title": "Add Jason's CI commits ",
"user": {
"login": "hdoupe",
"id": 9206065,
@@ -4981,12 +4981,12 @@
"type": "User",
"site_admin": false
},
- "body": "More info in this comment: https://github.com/PSLmodels/Behavioral-Responses/issues/70#issuecomment-550118854\r\n\r\ncc @jdebacker ",
- "created_at": "2021-03-30T19:50:10Z",
- "updated_at": "2021-04-15T12:41:41Z",
- "closed_at": null,
+ "body": "Separates some of the CI commits @jdebacker added in #80, since the actions aren't running there for some reason.",
+ "created_at": "2021-04-06T02:52:05Z",
+ "updated_at": "2021-04-08T18:18:38Z",
+ "closed_at": "2021-04-08T18:18:38Z",
"merged_at": null,
- "merge_commit_sha": "f50aad94e50f2d4babd342f5aefe25c16f416bea",
+ "merge_commit_sha": "8702b131897d2fd3f629da9846f2b59b22f50783",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
@@ -4994,15 +4994,15 @@
"labels": [],
"milestone": null,
"draft": false,
- "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/80/commits",
- "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/80/comments",
+ "commits_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81/commits",
+ "review_comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81/comments",
"review_comment_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/80/comments",
- "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/0187c8c1042a396d56c45085ed950e6b2fac40b4",
+ "comments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/81/comments",
+ "statuses_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/e07973a702a3706db12a54ad291a64e94c623b78",
"head": {
- "label": "hdoupe:inplace-flag",
- "ref": "inplace-flag",
- "sha": "0187c8c1042a396d56c45085ed950e6b2fac40b4",
+ "label": "hdoupe:jdebacker-ci",
+ "ref": "jdebacker-ci",
+ "sha": "e07973a702a3706db12a54ad291a64e94c623b78",
"user": {
"login": "hdoupe",
"id": 9206065,
@@ -5222,13 +5222,13 @@
"deployments_url": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/deployments",
"created_at": "2018-10-16T16:18:01Z",
"updated_at": "2021-12-09T18:05:23Z",
- "pushed_at": "2022-03-22T17:08:30Z",
+ "pushed_at": "2024-03-20T02:20:16Z",
"git_url": "git://github.com/PSLmodels/Behavioral-Responses.git",
"ssh_url": "git@github.com:PSLmodels/Behavioral-Responses.git",
"clone_url": "https://github.com/PSLmodels/Behavioral-Responses.git",
"svn_url": "https://github.com/PSLmodels/Behavioral-Responses",
"homepage": "",
- "size": 200,
+ "size": 190,
"stargazers_count": 4,
"watchers_count": 4,
"language": "Python",
@@ -5265,28 +5265,28 @@
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/80"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81"
},
"html": {
- "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/80"
+ "href": "https://github.com/PSLmodels/Behavioral-Responses/pull/81"
},
"issue": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/80"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/81"
},
"comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/80/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/issues/81/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/80/comments"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/comments{/number}"
},
"commits": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/80/commits"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/pulls/81/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/0187c8c1042a396d56c45085ed950e6b2fac40b4"
+ "href": "https://api.github.com/repos/PSLmodels/Behavioral-Responses/statuses/e07973a702a3706db12a54ad291a64e94c623b78"
}
},
"author_association": "COLLABORATOR",
@@ -15910,7 +15910,7 @@
"clone_url": "https://github.com/jdebacker/microdf.git",
"svn_url": "https://github.com/jdebacker/microdf",
"homepage": "http://pslmodels.github.io/microdf",
- "size": 8930,
+ "size": 8867,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",
@@ -17615,43 +17615,43 @@
],
"policyengine-uk": [
{
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838",
- "id": 1781186921,
- "node_id": "PR_kwDOEQDGps5qKsFp",
- "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/838",
- "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/838.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/838.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/838",
- "number": 838,
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/839",
+ "id": 1783158207,
+ "node_id": "PR_kwDOEQDGps5qSNW_",
+ "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/839",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/839.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/839.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/839",
+ "number": 839,
"state": "open",
"locked": false,
- "title": "Update `PSL_catalog.json`",
+ "title": "Care to learn",
"user": {
- "login": "jdebacker",
- "id": 10715924,
- "node_id": "MDQ6VXNlcjEwNzE1OTI0",
- "avatar_url": "https://avatars.githubusercontent.com/u/10715924?v=4",
+ "login": "Kittyaoooo",
+ "id": 97534835,
+ "node_id": "U_kgDOBdBDcw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/97534835?v=4",
"gravatar_id": "",
- "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",
+ "url": "https://api.github.com/users/Kittyaoooo",
+ "html_url": "https://github.com/Kittyaoooo",
+ "followers_url": "https://api.github.com/users/Kittyaoooo/followers",
+ "following_url": "https://api.github.com/users/Kittyaoooo/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Kittyaoooo/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Kittyaoooo/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Kittyaoooo/subscriptions",
+ "organizations_url": "https://api.github.com/users/Kittyaoooo/orgs",
+ "repos_url": "https://api.github.com/users/Kittyaoooo/repos",
+ "events_url": "https://api.github.com/users/Kittyaoooo/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Kittyaoooo/received_events",
"type": "User",
"site_admin": false
},
- "body": "This PR updates the `PSL_catalog.json` file to work better with the recent updates to PSLmodels.org.",
- "created_at": "2024-03-20T01:30:47Z",
- "updated_at": "2024-03-20T01:32:57Z",
+ "body": "add care to learn variables",
+ "created_at": "2024-03-20T22:30:54Z",
+ "updated_at": "2024-03-20T22:30:54Z",
"closed_at": null,
"merged_at": null,
- "merge_commit_sha": "245e2d57bc25ad155f691efe0dd9da6c2c5f0f9c",
+ "merge_commit_sha": null,
"assignee": null,
"assignees": [],
"requested_reviewers": [],
@@ -17659,110 +17659,110 @@
"labels": [],
"milestone": null,
"draft": false,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838/comments",
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/839/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/839/comments",
"review_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/838/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/5dff99026b2adf5b361425639c3cd1051a414af2",
+ "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/839/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/47b31a2f1e3b57098338609974e97cb21a163977",
"head": {
- "label": "jdebacker:catalog",
- "ref": "catalog",
- "sha": "5dff99026b2adf5b361425639c3cd1051a414af2",
+ "label": "Kittyaoooo:master",
+ "ref": "master",
+ "sha": "47b31a2f1e3b57098338609974e97cb21a163977",
"user": {
- "login": "jdebacker",
- "id": 10715924,
- "node_id": "MDQ6VXNlcjEwNzE1OTI0",
- "avatar_url": "https://avatars.githubusercontent.com/u/10715924?v=4",
+ "login": "Kittyaoooo",
+ "id": 97534835,
+ "node_id": "U_kgDOBdBDcw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/97534835?v=4",
"gravatar_id": "",
- "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",
+ "url": "https://api.github.com/users/Kittyaoooo",
+ "html_url": "https://github.com/Kittyaoooo",
+ "followers_url": "https://api.github.com/users/Kittyaoooo/followers",
+ "following_url": "https://api.github.com/users/Kittyaoooo/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Kittyaoooo/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Kittyaoooo/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Kittyaoooo/subscriptions",
+ "organizations_url": "https://api.github.com/users/Kittyaoooo/orgs",
+ "repos_url": "https://api.github.com/users/Kittyaoooo/repos",
+ "events_url": "https://api.github.com/users/Kittyaoooo/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Kittyaoooo/received_events",
"type": "User",
"site_admin": false
},
"repo": {
- "id": 340550658,
- "node_id": "MDEwOlJlcG9zaXRvcnkzNDA1NTA2NTg=",
- "name": "openfisca-uk",
- "full_name": "jdebacker/openfisca-uk",
+ "id": 673982260,
+ "node_id": "R_kgDOKCwnNA",
+ "name": "policyengine-uk",
+ "full_name": "Kittyaoooo/policyengine-uk",
"private": false,
"owner": {
- "login": "jdebacker",
- "id": 10715924,
- "node_id": "MDQ6VXNlcjEwNzE1OTI0",
- "avatar_url": "https://avatars.githubusercontent.com/u/10715924?v=4",
+ "login": "Kittyaoooo",
+ "id": 97534835,
+ "node_id": "U_kgDOBdBDcw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/97534835?v=4",
"gravatar_id": "",
- "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",
+ "url": "https://api.github.com/users/Kittyaoooo",
+ "html_url": "https://github.com/Kittyaoooo",
+ "followers_url": "https://api.github.com/users/Kittyaoooo/followers",
+ "following_url": "https://api.github.com/users/Kittyaoooo/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Kittyaoooo/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Kittyaoooo/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Kittyaoooo/subscriptions",
+ "organizations_url": "https://api.github.com/users/Kittyaoooo/orgs",
+ "repos_url": "https://api.github.com/users/Kittyaoooo/repos",
+ "events_url": "https://api.github.com/users/Kittyaoooo/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Kittyaoooo/received_events",
"type": "User",
"site_admin": false
},
- "html_url": "https://github.com/jdebacker/openfisca-uk",
- "description": "UK country model for use with OpenFisca.",
+ "html_url": "https://github.com/Kittyaoooo/policyengine-uk",
+ "description": "The UK's only open-source static tax-benefit microsimulation model.",
"fork": true,
- "url": "https://api.github.com/repos/jdebacker/openfisca-uk",
- "forks_url": "https://api.github.com/repos/jdebacker/openfisca-uk/forks",
- "keys_url": "https://api.github.com/repos/jdebacker/openfisca-uk/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/jdebacker/openfisca-uk/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/jdebacker/openfisca-uk/teams",
- "hooks_url": "https://api.github.com/repos/jdebacker/openfisca-uk/hooks",
- "issue_events_url": "https://api.github.com/repos/jdebacker/openfisca-uk/issues/events{/number}",
- "events_url": "https://api.github.com/repos/jdebacker/openfisca-uk/events",
- "assignees_url": "https://api.github.com/repos/jdebacker/openfisca-uk/assignees{/user}",
- "branches_url": "https://api.github.com/repos/jdebacker/openfisca-uk/branches{/branch}",
- "tags_url": "https://api.github.com/repos/jdebacker/openfisca-uk/tags",
- "blobs_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/jdebacker/openfisca-uk/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/jdebacker/openfisca-uk/languages",
- "stargazers_url": "https://api.github.com/repos/jdebacker/openfisca-uk/stargazers",
- "contributors_url": "https://api.github.com/repos/jdebacker/openfisca-uk/contributors",
- "subscribers_url": "https://api.github.com/repos/jdebacker/openfisca-uk/subscribers",
- "subscription_url": "https://api.github.com/repos/jdebacker/openfisca-uk/subscription",
- "commits_url": "https://api.github.com/repos/jdebacker/openfisca-uk/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/jdebacker/openfisca-uk/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/jdebacker/openfisca-uk/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/jdebacker/openfisca-uk/contents/{+path}",
- "compare_url": "https://api.github.com/repos/jdebacker/openfisca-uk/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/jdebacker/openfisca-uk/merges",
- "archive_url": "https://api.github.com/repos/jdebacker/openfisca-uk/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/jdebacker/openfisca-uk/downloads",
- "issues_url": "https://api.github.com/repos/jdebacker/openfisca-uk/issues{/number}",
- "pulls_url": "https://api.github.com/repos/jdebacker/openfisca-uk/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/jdebacker/openfisca-uk/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/jdebacker/openfisca-uk/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/jdebacker/openfisca-uk/labels{/name}",
- "releases_url": "https://api.github.com/repos/jdebacker/openfisca-uk/releases{/id}",
- "deployments_url": "https://api.github.com/repos/jdebacker/openfisca-uk/deployments",
- "created_at": "2021-02-20T03:20:06Z",
- "updated_at": "2021-09-14T13:30:15Z",
- "pushed_at": "2024-03-20T01:32:56Z",
- "git_url": "git://github.com/jdebacker/openfisca-uk.git",
- "ssh_url": "git@github.com:jdebacker/openfisca-uk.git",
- "clone_url": "https://github.com/jdebacker/openfisca-uk.git",
- "svn_url": "https://github.com/jdebacker/openfisca-uk",
- "homepage": "https://pslmodels.github.io/openfisca-uk",
- "size": 124712,
+ "url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk",
+ "forks_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/forks",
+ "keys_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/teams",
+ "hooks_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/hooks",
+ "issue_events_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/events",
+ "assignees_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/tags",
+ "blobs_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/languages",
+ "stargazers_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/stargazers",
+ "contributors_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/contributors",
+ "subscribers_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/subscribers",
+ "subscription_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/subscription",
+ "commits_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/merges",
+ "archive_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/downloads",
+ "issues_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/labels{/name}",
+ "releases_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/Kittyaoooo/policyengine-uk/deployments",
+ "created_at": "2023-08-02T21:49:52Z",
+ "updated_at": "2023-08-02T22:55:14Z",
+ "pushed_at": "2024-03-20T22:29:37Z",
+ "git_url": "git://github.com/Kittyaoooo/policyengine-uk.git",
+ "ssh_url": "git@github.com:Kittyaoooo/policyengine-uk.git",
+ "clone_url": "https://github.com/Kittyaoooo/policyengine-uk.git",
+ "svn_url": "https://github.com/Kittyaoooo/policyengine-uk",
+ "homepage": "https://policyengine.github.io/policyengine-uk/",
+ "size": 209320,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",
@@ -17793,274 +17793,12 @@
"open_issues": 0,
"watchers": 0,
"default_branch": "master"
- }
- },
- "base": {
- "label": "PolicyEngine:master",
- "ref": "master",
- "sha": "7ff3d6e0f918b3f7afe9ff9f1e0eef76b26e1bfc",
- "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": 285263526,
- "node_id": "MDEwOlJlcG9zaXRvcnkyODUyNjM1MjY=",
- "name": "policyengine-uk",
- "full_name": "PolicyEngine/policyengine-uk",
- "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-uk",
- "description": "The UK's only open-source static tax-benefit microsimulation model.",
- "fork": false,
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk",
- "forks_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/forks",
- "keys_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/teams",
- "hooks_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/hooks",
- "issue_events_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/events{/number}",
- "events_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/events",
- "assignees_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/assignees{/user}",
- "branches_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/branches{/branch}",
- "tags_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/tags",
- "blobs_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/languages",
- "stargazers_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/stargazers",
- "contributors_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/contributors",
- "subscribers_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/subscribers",
- "subscription_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/subscription",
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/contents/{+path}",
- "compare_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/merges",
- "archive_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/downloads",
- "issues_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues{/number}",
- "pulls_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/labels{/name}",
- "releases_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/releases{/id}",
- "deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/deployments",
- "created_at": "2020-08-05T11:05:57Z",
- "updated_at": "2024-01-28T20:08:50Z",
- "pushed_at": "2024-03-20T01:32:58Z",
- "git_url": "git://github.com/PolicyEngine/policyengine-uk.git",
- "ssh_url": "git@github.com:PolicyEngine/policyengine-uk.git",
- "clone_url": "https://github.com/PolicyEngine/policyengine-uk.git",
- "svn_url": "https://github.com/PolicyEngine/policyengine-uk",
- "homepage": "https://policyengine.github.io/policyengine-uk/",
- "size": 367077,
- "stargazers_count": 20,
- "watchers_count": 20,
- "language": "Python",
- "has_issues": true,
- "has_projects": true,
- "has_downloads": true,
- "has_wiki": true,
- "has_pages": true,
- "has_discussions": true,
- "forks_count": 21,
- "mirror_url": null,
- "archived": false,
- "disabled": false,
- "open_issues_count": 256,
- "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": 21,
- "open_issues": 256,
- "watchers": 20,
- "default_branch": "master"
- }
- },
- "_links": {
- "self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838"
- },
- "html": {
- "href": "https://github.com/PolicyEngine/policyengine-uk/pull/838"
- },
- "issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/838"
- },
- "comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/838/comments"
- },
- "review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838/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/838/commits"
- },
- "statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/5dff99026b2adf5b361425639c3cd1051a414af2"
- }
- },
- "author_association": "CONTRIBUTOR",
- "auto_merge": null,
- "active_lock_reason": null
- },
- {
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837",
- "id": 1777182325,
- "node_id": "PR_kwDOEQDGps5p7aZ1",
- "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/837",
- "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/837.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/837.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/837",
- "number": 837,
- "state": "open",
- "locked": false,
- "title": "Update OBR forecast",
- "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": "Just getting the basics in here",
- "created_at": "2024-03-18T11:37:32Z",
- "updated_at": "2024-03-19T16:51:28Z",
- "closed_at": null,
- "merged_at": null,
- "merge_commit_sha": "095ffae24bfafedc0dc43d42683d13843cba0119",
- "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": [],
- "milestone": null,
- "draft": true,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837/comments",
- "review_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/837/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/f9d9a1cd593e474c1c61447d7c5d0c989b7546bd",
- "head": {
- "label": "PolicyEngine:forecast-update",
- "ref": "forecast-update",
- "sha": "f9d9a1cd593e474c1c61447d7c5d0c989b7546bd",
+ }
+ },
+ "base": {
+ "label": "PolicyEngine:master",
+ "ref": "master",
+ "sha": "7ff3d6e0f918b3f7afe9ff9f1e0eef76b26e1bfc",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -18149,7 +17887,7 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/deployments",
"created_at": "2020-08-05T11:05:57Z",
"updated_at": "2024-01-28T20:08:50Z",
- "pushed_at": "2024-03-20T01:32:58Z",
+ "pushed_at": "2024-03-20T22:30:55Z",
"git_url": "git://github.com/PolicyEngine/policyengine-uk.git",
"ssh_url": "git@github.com:PolicyEngine/policyengine-uk.git",
"clone_url": "https://github.com/PolicyEngine/policyengine-uk.git",
@@ -18169,7 +17907,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 256,
+ "open_issues_count": 257,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -18194,11 +17932,222 @@
],
"visibility": "public",
"forks": 21,
- "open_issues": 256,
+ "open_issues": 257,
"watchers": 20,
"default_branch": "master"
}
},
+ "_links": {
+ "self": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/839"
+ },
+ "html": {
+ "href": "https://github.com/PolicyEngine/policyengine-uk/pull/839"
+ },
+ "issue": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/839"
+ },
+ "comments": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/839/comments"
+ },
+ "review_comments": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/839/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/839/commits"
+ },
+ "statuses": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/47b31a2f1e3b57098338609974e97cb21a163977"
+ }
+ },
+ "author_association": "COLLABORATOR",
+ "auto_merge": null,
+ "active_lock_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838",
+ "id": 1781186921,
+ "node_id": "PR_kwDOEQDGps5qKsFp",
+ "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/838",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/838.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/838.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/838",
+ "number": 838,
+ "state": "open",
+ "locked": false,
+ "title": "Update `PSL_catalog.json`",
+ "user": {
+ "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/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": "This PR updates the `PSL_catalog.json` file to work better with the recent updates to PSLmodels.org.",
+ "created_at": "2024-03-20T01:30:47Z",
+ "updated_at": "2024-03-20T01:32:57Z",
+ "closed_at": null,
+ "merged_at": null,
+ "merge_commit_sha": "245e2d57bc25ad155f691efe0dd9da6c2c5f0f9c",
+ "assignee": null,
+ "assignees": [],
+ "requested_reviewers": [],
+ "requested_teams": [],
+ "labels": [],
+ "milestone": null,
+ "draft": false,
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838/comments",
+ "review_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/comments{/number}",
+ "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/838/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/5dff99026b2adf5b361425639c3cd1051a414af2",
+ "head": {
+ "label": "jdebacker:catalog",
+ "ref": "catalog",
+ "sha": "5dff99026b2adf5b361425639c3cd1051a414af2",
+ "user": {
+ "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/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": 340550658,
+ "node_id": "MDEwOlJlcG9zaXRvcnkzNDA1NTA2NTg=",
+ "name": "openfisca-uk",
+ "full_name": "jdebacker/openfisca-uk",
+ "private": false,
+ "owner": {
+ "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/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/jdebacker/openfisca-uk",
+ "description": "UK country model for use with OpenFisca.",
+ "fork": true,
+ "url": "https://api.github.com/repos/jdebacker/openfisca-uk",
+ "forks_url": "https://api.github.com/repos/jdebacker/openfisca-uk/forks",
+ "keys_url": "https://api.github.com/repos/jdebacker/openfisca-uk/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/jdebacker/openfisca-uk/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/jdebacker/openfisca-uk/teams",
+ "hooks_url": "https://api.github.com/repos/jdebacker/openfisca-uk/hooks",
+ "issue_events_url": "https://api.github.com/repos/jdebacker/openfisca-uk/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/jdebacker/openfisca-uk/events",
+ "assignees_url": "https://api.github.com/repos/jdebacker/openfisca-uk/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/jdebacker/openfisca-uk/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/jdebacker/openfisca-uk/tags",
+ "blobs_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/jdebacker/openfisca-uk/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/jdebacker/openfisca-uk/languages",
+ "stargazers_url": "https://api.github.com/repos/jdebacker/openfisca-uk/stargazers",
+ "contributors_url": "https://api.github.com/repos/jdebacker/openfisca-uk/contributors",
+ "subscribers_url": "https://api.github.com/repos/jdebacker/openfisca-uk/subscribers",
+ "subscription_url": "https://api.github.com/repos/jdebacker/openfisca-uk/subscription",
+ "commits_url": "https://api.github.com/repos/jdebacker/openfisca-uk/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/jdebacker/openfisca-uk/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/jdebacker/openfisca-uk/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/jdebacker/openfisca-uk/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/jdebacker/openfisca-uk/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/jdebacker/openfisca-uk/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/jdebacker/openfisca-uk/merges",
+ "archive_url": "https://api.github.com/repos/jdebacker/openfisca-uk/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/jdebacker/openfisca-uk/downloads",
+ "issues_url": "https://api.github.com/repos/jdebacker/openfisca-uk/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/jdebacker/openfisca-uk/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/jdebacker/openfisca-uk/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/jdebacker/openfisca-uk/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/jdebacker/openfisca-uk/labels{/name}",
+ "releases_url": "https://api.github.com/repos/jdebacker/openfisca-uk/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/jdebacker/openfisca-uk/deployments",
+ "created_at": "2021-02-20T03:20:06Z",
+ "updated_at": "2021-09-14T13:30:15Z",
+ "pushed_at": "2024-03-20T01:32:56Z",
+ "git_url": "git://github.com/jdebacker/openfisca-uk.git",
+ "ssh_url": "git@github.com:jdebacker/openfisca-uk.git",
+ "clone_url": "https://github.com/jdebacker/openfisca-uk.git",
+ "svn_url": "https://github.com/jdebacker/openfisca-uk",
+ "homepage": "https://pslmodels.github.io/openfisca-uk",
+ "size": 209629,
+ "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",
@@ -18291,7 +18240,7 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/deployments",
"created_at": "2020-08-05T11:05:57Z",
"updated_at": "2024-01-28T20:08:50Z",
- "pushed_at": "2024-03-20T01:32:58Z",
+ "pushed_at": "2024-03-20T22:30:55Z",
"git_url": "git://github.com/PolicyEngine/policyengine-uk.git",
"ssh_url": "git@github.com:PolicyEngine/policyengine-uk.git",
"clone_url": "https://github.com/PolicyEngine/policyengine-uk.git",
@@ -18311,7 +18260,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 256,
+ "open_issues_count": 257,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -18336,53 +18285,53 @@
],
"visibility": "public",
"forks": 21,
- "open_issues": 256,
+ "open_issues": 257,
"watchers": 20,
"default_branch": "master"
}
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838"
},
"html": {
- "href": "https://github.com/PolicyEngine/policyengine-uk/pull/837"
+ "href": "https://github.com/PolicyEngine/policyengine-uk/pull/838"
},
"issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/837"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/838"
},
"comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/837/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/838/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838/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/837/commits"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/838/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/f9d9a1cd593e474c1c61447d7c5d0c989b7546bd"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/5dff99026b2adf5b361425639c3cd1051a414af2"
}
},
- "author_association": "COLLABORATOR",
+ "author_association": "CONTRIBUTOR",
"auto_merge": null,
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834",
- "id": 1765600974,
- "node_id": "PR_kwDOEQDGps5pPO7O",
- "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/834",
- "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/834.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/834.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/834",
- "number": 834,
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837",
+ "id": 1777182325,
+ "node_id": "PR_kwDOEQDGps5p7aZ1",
+ "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/837",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/837.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/837.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/837",
+ "number": 837,
"state": "open",
"locked": false,
- "title": "Add calibration dashboard module",
+ "title": "Update OBR forecast",
"user": {
"login": "nikhilwoodruff",
"id": 35577657,
@@ -18403,12 +18352,12 @@
"type": "User",
"site_admin": false
},
- "body": null,
- "created_at": "2024-03-11T12:38:11Z",
- "updated_at": "2024-03-11T12:38:11Z",
+ "body": "Just getting the basics in here",
+ "created_at": "2024-03-18T11:37:32Z",
+ "updated_at": "2024-03-19T16:51:28Z",
"closed_at": null,
"merged_at": null,
- "merge_commit_sha": "1027989e67fe50223a82b9220133d3bb8d47e125",
+ "merge_commit_sha": "095ffae24bfafedc0dc43d42683d13843cba0119",
"assignee": {
"login": "nikhilwoodruff",
"id": 35577657,
@@ -18453,18 +18402,18 @@
],
"requested_reviewers": [],
"requested_teams": [],
- "labels": [],
- "milestone": null,
- "draft": false,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834/comments",
+ "labels": [],
+ "milestone": null,
+ "draft": true,
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837/comments",
"review_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/834/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/1cfba18a0e49af5f429485947f582c2c178dd129",
+ "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/837/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/f9d9a1cd593e474c1c61447d7c5d0c989b7546bd",
"head": {
- "label": "PolicyEngine:fixes-3",
- "ref": "fixes-3",
- "sha": "1cfba18a0e49af5f429485947f582c2c178dd129",
+ "label": "PolicyEngine:forecast-update",
+ "ref": "forecast-update",
+ "sha": "f9d9a1cd593e474c1c61447d7c5d0c989b7546bd",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -18553,7 +18502,7 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/deployments",
"created_at": "2020-08-05T11:05:57Z",
"updated_at": "2024-01-28T20:08:50Z",
- "pushed_at": "2024-03-20T01:32:58Z",
+ "pushed_at": "2024-03-20T22:30:55Z",
"git_url": "git://github.com/PolicyEngine/policyengine-uk.git",
"ssh_url": "git@github.com:PolicyEngine/policyengine-uk.git",
"clone_url": "https://github.com/PolicyEngine/policyengine-uk.git",
@@ -18573,7 +18522,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 256,
+ "open_issues_count": 257,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -18598,7 +18547,7 @@
],
"visibility": "public",
"forks": 21,
- "open_issues": 256,
+ "open_issues": 257,
"watchers": 20,
"default_branch": "master"
}
@@ -18695,7 +18644,7 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/deployments",
"created_at": "2020-08-05T11:05:57Z",
"updated_at": "2024-01-28T20:08:50Z",
- "pushed_at": "2024-03-20T01:32:58Z",
+ "pushed_at": "2024-03-20T22:30:55Z",
"git_url": "git://github.com/PolicyEngine/policyengine-uk.git",
"ssh_url": "git@github.com:PolicyEngine/policyengine-uk.git",
"clone_url": "https://github.com/PolicyEngine/policyengine-uk.git",
@@ -18715,7 +18664,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 256,
+ "open_issues_count": 257,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -18740,35 +18689,35 @@
],
"visibility": "public",
"forks": 21,
- "open_issues": 256,
+ "open_issues": 257,
"watchers": 20,
"default_branch": "master"
}
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837"
},
"html": {
- "href": "https://github.com/PolicyEngine/policyengine-uk/pull/834"
+ "href": "https://github.com/PolicyEngine/policyengine-uk/pull/837"
},
"issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/834"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/837"
},
"comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/834/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/837/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837/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/834/commits"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/837/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/1cfba18a0e49af5f429485947f582c2c178dd129"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/f9d9a1cd593e474c1c61447d7c5d0c989b7546bd"
}
},
"author_association": "COLLABORATOR",
@@ -18776,17 +18725,17 @@
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831",
- "id": 1757355591,
- "node_id": "PR_kwDOEQDGps5ovx5H",
- "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/831",
- "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/831.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/831.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/831",
- "number": 831,
- "state": "closed",
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834",
+ "id": 1765600974,
+ "node_id": "PR_kwDOEQDGps5pPO7O",
+ "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/834",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/834.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/834.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/834",
+ "number": 834,
+ "state": "open",
"locked": false,
- "title": "Add fuel duty revenue projections and increase imputation granularity",
+ "title": "Add calibration dashboard module",
"user": {
"login": "nikhilwoodruff",
"id": 35577657,
@@ -18808,11 +18757,11 @@
"site_admin": false
},
"body": null,
- "created_at": "2024-03-05T17:22:06Z",
- "updated_at": "2024-03-05T17:37:24Z",
- "closed_at": "2024-03-05T17:37:23Z",
- "merged_at": "2024-03-05T17:37:23Z",
- "merge_commit_sha": "e29a512377edf612b4d1736db08ecca173daa7ed",
+ "created_at": "2024-03-11T12:38:11Z",
+ "updated_at": "2024-03-11T12:38:11Z",
+ "closed_at": null,
+ "merged_at": null,
+ "merge_commit_sha": "1027989e67fe50223a82b9220133d3bb8d47e125",
"assignee": {
"login": "nikhilwoodruff",
"id": 35577657,
@@ -18860,15 +18809,15 @@
"labels": [],
"milestone": null,
"draft": false,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831/comments",
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834/comments",
"review_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/831/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/713f8564a522286ea53daac4aaa2f90c1210bf61",
+ "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/834/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/1cfba18a0e49af5f429485947f582c2c178dd129",
"head": {
- "label": "PolicyEngine:carbon-tax-fixes",
- "ref": "carbon-tax-fixes",
- "sha": "713f8564a522286ea53daac4aaa2f90c1210bf61",
+ "label": "PolicyEngine:fixes-3",
+ "ref": "fixes-3",
+ "sha": "1cfba18a0e49af5f429485947f582c2c178dd129",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -18957,7 +18906,7 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/deployments",
"created_at": "2020-08-05T11:05:57Z",
"updated_at": "2024-01-28T20:08:50Z",
- "pushed_at": "2024-03-20T01:32:58Z",
+ "pushed_at": "2024-03-20T22:30:55Z",
"git_url": "git://github.com/PolicyEngine/policyengine-uk.git",
"ssh_url": "git@github.com:PolicyEngine/policyengine-uk.git",
"clone_url": "https://github.com/PolicyEngine/policyengine-uk.git",
@@ -18977,7 +18926,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 256,
+ "open_issues_count": 257,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -19002,7 +18951,7 @@
],
"visibility": "public",
"forks": 21,
- "open_issues": 256,
+ "open_issues": 257,
"watchers": 20,
"default_branch": "master"
}
@@ -19010,7 +18959,7 @@
"base": {
"label": "PolicyEngine:master",
"ref": "master",
- "sha": "44076535b01ffcf88554ba002d7b2261b65f32bb",
+ "sha": "7ff3d6e0f918b3f7afe9ff9f1e0eef76b26e1bfc",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -19099,7 +19048,7 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/deployments",
"created_at": "2020-08-05T11:05:57Z",
"updated_at": "2024-01-28T20:08:50Z",
- "pushed_at": "2024-03-20T01:32:58Z",
+ "pushed_at": "2024-03-20T22:30:55Z",
"git_url": "git://github.com/PolicyEngine/policyengine-uk.git",
"ssh_url": "git@github.com:PolicyEngine/policyengine-uk.git",
"clone_url": "https://github.com/PolicyEngine/policyengine-uk.git",
@@ -19119,7 +19068,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 256,
+ "open_issues_count": 257,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -19144,35 +19093,35 @@
],
"visibility": "public",
"forks": 21,
- "open_issues": 256,
+ "open_issues": 257,
"watchers": 20,
"default_branch": "master"
}
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834"
},
"html": {
- "href": "https://github.com/PolicyEngine/policyengine-uk/pull/831"
+ "href": "https://github.com/PolicyEngine/policyengine-uk/pull/834"
},
"issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/831"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/834"
},
"comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/831/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/834/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834/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/831/commits"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/834/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/713f8564a522286ea53daac4aaa2f90c1210bf61"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/1cfba18a0e49af5f429485947f582c2c178dd129"
}
},
"author_association": "COLLABORATOR",
@@ -19180,17 +19129,17 @@
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/829",
- "id": 1756527290,
- "node_id": "PR_kwDOEQDGps5osnq6",
- "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/829",
- "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/829.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/829.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/829",
- "number": 829,
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831",
+ "id": 1757355591,
+ "node_id": "PR_kwDOEQDGps5ovx5H",
+ "html_url": "https://github.com/PolicyEngine/policyengine-uk/pull/831",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-uk/pull/831.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-uk/pull/831.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/831",
+ "number": 831,
"state": "closed",
"locked": false,
- "title": "Update carbon tax intensities for 2024",
+ "title": "Add fuel duty revenue projections and increase imputation granularity",
"user": {
"login": "nikhilwoodruff",
"id": 35577657,
@@ -19211,12 +19160,12 @@
"type": "User",
"site_admin": false
},
- "body": "Also Fixes #830 ",
- "created_at": "2024-03-05T10:30:45Z",
- "updated_at": "2024-03-05T11:48:11Z",
- "closed_at": "2024-03-05T11:48:10Z",
- "merged_at": "2024-03-05T11:48:10Z",
- "merge_commit_sha": "a652265ddc45bbf98ceceddfc9386d54ffae5478",
+ "body": null,
+ "created_at": "2024-03-05T17:22:06Z",
+ "updated_at": "2024-03-05T17:37:24Z",
+ "closed_at": "2024-03-05T17:37:23Z",
+ "merged_at": "2024-03-05T17:37:23Z",
+ "merge_commit_sha": "e29a512377edf612b4d1736db08ecca173daa7ed",
"assignee": {
"login": "nikhilwoodruff",
"id": 35577657,
@@ -19264,15 +19213,15 @@
"labels": [],
"milestone": null,
"draft": false,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/829/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/829/comments",
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831/comments",
"review_comment_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/comments{/number}",
- "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/829/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/eaa4a668da37db29afc9c2e4d323680082bc3de0",
+ "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/831/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/713f8564a522286ea53daac4aaa2f90c1210bf61",
"head": {
"label": "PolicyEngine:carbon-tax-fixes",
"ref": "carbon-tax-fixes",
- "sha": "eaa4a668da37db29afc9c2e4d323680082bc3de0",
+ "sha": "713f8564a522286ea53daac4aaa2f90c1210bf61",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -19361,7 +19310,7 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/deployments",
"created_at": "2020-08-05T11:05:57Z",
"updated_at": "2024-01-28T20:08:50Z",
- "pushed_at": "2024-03-20T01:32:58Z",
+ "pushed_at": "2024-03-20T22:30:55Z",
"git_url": "git://github.com/PolicyEngine/policyengine-uk.git",
"ssh_url": "git@github.com:PolicyEngine/policyengine-uk.git",
"clone_url": "https://github.com/PolicyEngine/policyengine-uk.git",
@@ -19381,7 +19330,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 256,
+ "open_issues_count": 257,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -19406,7 +19355,7 @@
],
"visibility": "public",
"forks": 21,
- "open_issues": 256,
+ "open_issues": 257,
"watchers": 20,
"default_branch": "master"
}
@@ -19414,7 +19363,7 @@
"base": {
"label": "PolicyEngine:master",
"ref": "master",
- "sha": "4849c4e43f5453fd4c48ef75ede782da3445a830",
+ "sha": "44076535b01ffcf88554ba002d7b2261b65f32bb",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -19503,7 +19452,7 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-uk/deployments",
"created_at": "2020-08-05T11:05:57Z",
"updated_at": "2024-01-28T20:08:50Z",
- "pushed_at": "2024-03-20T01:32:58Z",
+ "pushed_at": "2024-03-20T22:30:55Z",
"git_url": "git://github.com/PolicyEngine/policyengine-uk.git",
"ssh_url": "git@github.com:PolicyEngine/policyengine-uk.git",
"clone_url": "https://github.com/PolicyEngine/policyengine-uk.git",
@@ -19523,7 +19472,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 256,
+ "open_issues_count": 257,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -19548,35 +19497,35 @@
],
"visibility": "public",
"forks": 21,
- "open_issues": 256,
+ "open_issues": 257,
"watchers": 20,
"default_branch": "master"
}
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/829"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831"
},
"html": {
- "href": "https://github.com/PolicyEngine/policyengine-uk/pull/829"
+ "href": "https://github.com/PolicyEngine/policyengine-uk/pull/831"
},
"issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/829"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/831"
},
"comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/829/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/issues/831/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/829/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831/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/829/commits"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/pulls/831/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/eaa4a668da37db29afc9c2e4d323680082bc3de0"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-uk/statuses/713f8564a522286ea53daac4aaa2f90c1210bf61"
}
},
"author_association": "COLLABORATOR",
@@ -19586,154 +19535,154 @@
],
"policyengine-us": [
{
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4236",
- "id": 1781015359,
- "node_id": "PR_kwDOFqFFMc5qKCM_",
- "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4236",
- "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4236.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4236.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4236",
- "number": 4236,
- "state": "closed",
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4255",
+ "id": 1783146926,
+ "node_id": "PR_kwDOFqFFMc5qSKmu",
+ "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4255",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4255.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4255.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4255",
+ "number": 4255,
+ "state": "open",
"locked": false,
- "title": "Add 2023 North Carolina tax rules",
+ "title": "Fix Maryland Earned Income Tax Credit (EITC) ",
"user": {
- "login": "shuyu7zhan",
- "id": 94806484,
- "node_id": "U_kgDOBaah1A",
- "avatar_url": "https://avatars.githubusercontent.com/u/94806484?v=4",
+ "login": "Shinuing",
+ "id": 87620347,
+ "node_id": "MDQ6VXNlcjg3NjIwMzQ3",
+ "avatar_url": "https://avatars.githubusercontent.com/u/87620347?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/shuyu7zhan",
- "html_url": "https://github.com/shuyu7zhan",
- "followers_url": "https://api.github.com/users/shuyu7zhan/followers",
- "following_url": "https://api.github.com/users/shuyu7zhan/following{/other_user}",
- "gists_url": "https://api.github.com/users/shuyu7zhan/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/shuyu7zhan/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/shuyu7zhan/subscriptions",
- "organizations_url": "https://api.github.com/users/shuyu7zhan/orgs",
- "repos_url": "https://api.github.com/users/shuyu7zhan/repos",
- "events_url": "https://api.github.com/users/shuyu7zhan/events{/privacy}",
- "received_events_url": "https://api.github.com/users/shuyu7zhan/received_events",
+ "url": "https://api.github.com/users/Shinuing",
+ "html_url": "https://github.com/Shinuing",
+ "followers_url": "https://api.github.com/users/Shinuing/followers",
+ "following_url": "https://api.github.com/users/Shinuing/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Shinuing/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Shinuing/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Shinuing/subscriptions",
+ "organizations_url": "https://api.github.com/users/Shinuing/orgs",
+ "repos_url": "https://api.github.com/users/Shinuing/repos",
+ "events_url": "https://api.github.com/users/Shinuing/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Shinuing/received_events",
"type": "User",
"site_admin": false
},
- "body": "Fixes #4188\n\nCo-authored-by: Pavel Makarchuk ",
- "created_at": "2024-03-19T23:18:55Z",
- "updated_at": "2024-03-20T00:26:42Z",
- "closed_at": "2024-03-20T00:26:42Z",
- "merged_at": "2024-03-20T00:26:42Z",
- "merge_commit_sha": "9e5a14cebfbd432e5b8c6450c025fa5bf3da18b4",
+ "body": "Fix #4247 \r\n\r\nMain modifications: \r\n1. Separate non-refundable and refundable credit \r\n2. Rename \u201csingle\u201d to \u201cunmarried\u201d as single here means filing status as single, hoh or widow. \r\n3. Added unmarried childless non-refundable eitc",
+ "created_at": "2024-03-20T22:24:02Z",
+ "updated_at": "2024-03-20T22:52:43Z",
+ "closed_at": null,
+ "merged_at": null,
+ "merge_commit_sha": "83e34a696ad340fd27a9f1c46fc5429161028c94",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
- "draft": false,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4236/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4236/comments",
+ "draft": true,
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4255/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4255/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/4236/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/6017a9defff7cbc9e203890323bb5bff4f56e7ef",
+ "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4255/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/bc8a1cd9b0e8e4de132d21c8d38c9022378d5da6",
"head": {
- "label": "shuyu7zhan:NC-2023",
- "ref": "NC-2023",
- "sha": "6017a9defff7cbc9e203890323bb5bff4f56e7ef",
+ "label": "Shinuing:Shinuing/issue4247",
+ "ref": "Shinuing/issue4247",
+ "sha": "bc8a1cd9b0e8e4de132d21c8d38c9022378d5da6",
"user": {
- "login": "shuyu7zhan",
- "id": 94806484,
- "node_id": "U_kgDOBaah1A",
- "avatar_url": "https://avatars.githubusercontent.com/u/94806484?v=4",
+ "login": "Shinuing",
+ "id": 87620347,
+ "node_id": "MDQ6VXNlcjg3NjIwMzQ3",
+ "avatar_url": "https://avatars.githubusercontent.com/u/87620347?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/shuyu7zhan",
- "html_url": "https://github.com/shuyu7zhan",
- "followers_url": "https://api.github.com/users/shuyu7zhan/followers",
- "following_url": "https://api.github.com/users/shuyu7zhan/following{/other_user}",
- "gists_url": "https://api.github.com/users/shuyu7zhan/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/shuyu7zhan/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/shuyu7zhan/subscriptions",
- "organizations_url": "https://api.github.com/users/shuyu7zhan/orgs",
- "repos_url": "https://api.github.com/users/shuyu7zhan/repos",
- "events_url": "https://api.github.com/users/shuyu7zhan/events{/privacy}",
- "received_events_url": "https://api.github.com/users/shuyu7zhan/received_events",
+ "url": "https://api.github.com/users/Shinuing",
+ "html_url": "https://github.com/Shinuing",
+ "followers_url": "https://api.github.com/users/Shinuing/followers",
+ "following_url": "https://api.github.com/users/Shinuing/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Shinuing/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Shinuing/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Shinuing/subscriptions",
+ "organizations_url": "https://api.github.com/users/Shinuing/orgs",
+ "repos_url": "https://api.github.com/users/Shinuing/repos",
+ "events_url": "https://api.github.com/users/Shinuing/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Shinuing/received_events",
"type": "User",
"site_admin": false
},
"repo": {
- "id": 640030103,
- "node_id": "R_kgDOJiYVlw",
+ "id": 677513270,
+ "node_id": "R_kgDOKGIINg",
"name": "policyengine-us",
- "full_name": "shuyu7zhan/policyengine-us",
+ "full_name": "Shinuing/policyengine-us",
"private": false,
"owner": {
- "login": "shuyu7zhan",
- "id": 94806484,
- "node_id": "U_kgDOBaah1A",
- "avatar_url": "https://avatars.githubusercontent.com/u/94806484?v=4",
+ "login": "Shinuing",
+ "id": 87620347,
+ "node_id": "MDQ6VXNlcjg3NjIwMzQ3",
+ "avatar_url": "https://avatars.githubusercontent.com/u/87620347?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/shuyu7zhan",
- "html_url": "https://github.com/shuyu7zhan",
- "followers_url": "https://api.github.com/users/shuyu7zhan/followers",
- "following_url": "https://api.github.com/users/shuyu7zhan/following{/other_user}",
- "gists_url": "https://api.github.com/users/shuyu7zhan/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/shuyu7zhan/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/shuyu7zhan/subscriptions",
- "organizations_url": "https://api.github.com/users/shuyu7zhan/orgs",
- "repos_url": "https://api.github.com/users/shuyu7zhan/repos",
- "events_url": "https://api.github.com/users/shuyu7zhan/events{/privacy}",
- "received_events_url": "https://api.github.com/users/shuyu7zhan/received_events",
+ "url": "https://api.github.com/users/Shinuing",
+ "html_url": "https://github.com/Shinuing",
+ "followers_url": "https://api.github.com/users/Shinuing/followers",
+ "following_url": "https://api.github.com/users/Shinuing/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Shinuing/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Shinuing/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Shinuing/subscriptions",
+ "organizations_url": "https://api.github.com/users/Shinuing/orgs",
+ "repos_url": "https://api.github.com/users/Shinuing/repos",
+ "events_url": "https://api.github.com/users/Shinuing/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Shinuing/received_events",
"type": "User",
"site_admin": false
},
- "html_url": "https://github.com/shuyu7zhan/policyengine-us",
- "description": "A model of federal and State taxes and benefits.",
+ "html_url": "https://github.com/Shinuing/policyengine-us",
+ "description": null,
"fork": true,
- "url": "https://api.github.com/repos/shuyu7zhan/policyengine-us",
- "forks_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/forks",
- "keys_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/teams",
- "hooks_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/hooks",
- "issue_events_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/issues/events{/number}",
- "events_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/events",
- "assignees_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/assignees{/user}",
- "branches_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/branches{/branch}",
- "tags_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/tags",
- "blobs_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/languages",
- "stargazers_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/stargazers",
- "contributors_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/contributors",
- "subscribers_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/subscribers",
- "subscription_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/subscription",
- "commits_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/contents/{+path}",
- "compare_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/merges",
- "archive_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/downloads",
- "issues_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/issues{/number}",
- "pulls_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/labels{/name}",
- "releases_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/releases{/id}",
- "deployments_url": "https://api.github.com/repos/shuyu7zhan/policyengine-us/deployments",
- "created_at": "2023-05-12T20:02:50Z",
- "updated_at": "2023-05-24T22:23:25Z",
- "pushed_at": "2024-03-19T23:30:51Z",
- "git_url": "git://github.com/shuyu7zhan/policyengine-us.git",
- "ssh_url": "git@github.com:shuyu7zhan/policyengine-us.git",
- "clone_url": "https://github.com/shuyu7zhan/policyengine-us.git",
- "svn_url": "https://github.com/shuyu7zhan/policyengine-us",
+ "url": "https://api.github.com/repos/Shinuing/policyengine-us",
+ "forks_url": "https://api.github.com/repos/Shinuing/policyengine-us/forks",
+ "keys_url": "https://api.github.com/repos/Shinuing/policyengine-us/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/Shinuing/policyengine-us/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/Shinuing/policyengine-us/teams",
+ "hooks_url": "https://api.github.com/repos/Shinuing/policyengine-us/hooks",
+ "issue_events_url": "https://api.github.com/repos/Shinuing/policyengine-us/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/Shinuing/policyengine-us/events",
+ "assignees_url": "https://api.github.com/repos/Shinuing/policyengine-us/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/Shinuing/policyengine-us/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/Shinuing/policyengine-us/tags",
+ "blobs_url": "https://api.github.com/repos/Shinuing/policyengine-us/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/Shinuing/policyengine-us/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/Shinuing/policyengine-us/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/Shinuing/policyengine-us/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/Shinuing/policyengine-us/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/Shinuing/policyengine-us/languages",
+ "stargazers_url": "https://api.github.com/repos/Shinuing/policyengine-us/stargazers",
+ "contributors_url": "https://api.github.com/repos/Shinuing/policyengine-us/contributors",
+ "subscribers_url": "https://api.github.com/repos/Shinuing/policyengine-us/subscribers",
+ "subscription_url": "https://api.github.com/repos/Shinuing/policyengine-us/subscription",
+ "commits_url": "https://api.github.com/repos/Shinuing/policyengine-us/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/Shinuing/policyengine-us/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/Shinuing/policyengine-us/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/Shinuing/policyengine-us/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/Shinuing/policyengine-us/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/Shinuing/policyengine-us/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/Shinuing/policyengine-us/merges",
+ "archive_url": "https://api.github.com/repos/Shinuing/policyengine-us/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/Shinuing/policyengine-us/downloads",
+ "issues_url": "https://api.github.com/repos/Shinuing/policyengine-us/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/Shinuing/policyengine-us/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/Shinuing/policyengine-us/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/Shinuing/policyengine-us/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/Shinuing/policyengine-us/labels{/name}",
+ "releases_url": "https://api.github.com/repos/Shinuing/policyengine-us/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/Shinuing/policyengine-us/deployments",
+ "created_at": "2023-08-11T19:11:25Z",
+ "updated_at": "2023-08-13T20:30:40Z",
+ "pushed_at": "2024-03-20T22:25:40Z",
+ "git_url": "git://github.com/Shinuing/policyengine-us.git",
+ "ssh_url": "git@github.com:Shinuing/policyengine-us.git",
+ "clone_url": "https://github.com/Shinuing/policyengine-us.git",
+ "svn_url": "https://github.com/Shinuing/policyengine-us",
"homepage": "https://policyengine.org/us",
- "size": 51913,
+ "size": 52015,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",
@@ -19747,7 +19696,7 @@
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 1,
+ "open_issues_count": 0,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -19761,7 +19710,7 @@
"topics": [],
"visibility": "public",
"forks": 0,
- "open_issues": 1,
+ "open_issues": 0,
"watchers": 0,
"default_branch": "master"
}
@@ -19769,7 +19718,7 @@
"base": {
"label": "PolicyEngine:master",
"ref": "master",
- "sha": "770adf778f770f08dd342a78f0df92799f0c6555",
+ "sha": "e698353f53ec241971f743beb294c9c209d095cf",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -19858,13 +19807,13 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments",
"created_at": "2021-06-23T16:35:58Z",
"updated_at": "2024-03-18T23:13:38Z",
- "pushed_at": "2024-03-20T01:37:25Z",
+ "pushed_at": "2024-03-21T00:05:49Z",
"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": 626872,
+ "size": 632230,
"stargazers_count": 90,
"watchers_count": 90,
"language": "Python",
@@ -19874,11 +19823,11 @@
"has_wiki": true,
"has_pages": true,
"has_discussions": true,
- "forks_count": 149,
+ "forks_count": 150,
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 874,
+ "open_issues_count": 879,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -19901,36 +19850,36 @@
"united-states"
],
"visibility": "public",
- "forks": 149,
- "open_issues": 874,
+ "forks": 150,
+ "open_issues": 879,
"watchers": 90,
"default_branch": "master"
}
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4236"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4255"
},
"html": {
- "href": "https://github.com/PolicyEngine/policyengine-us/pull/4236"
+ "href": "https://github.com/PolicyEngine/policyengine-us/pull/4255"
},
"issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4236"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4255"
},
"comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4236/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4255/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4236/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4255/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/4236/commits"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4255/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/6017a9defff7cbc9e203890323bb5bff4f56e7ef"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/bc8a1cd9b0e8e4de132d21c8d38c9022378d5da6"
}
},
"author_association": "COLLABORATOR",
@@ -19938,168 +19887,168 @@
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4233",
- "id": 1780214325,
- "node_id": "PR_kwDOFqFFMc5qG-o1",
- "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4233",
- "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4233.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4233.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4233",
- "number": 4233,
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4253",
+ "id": 1782952613,
+ "node_id": "PR_kwDOFqFFMc5qRbKl",
+ "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4253",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4253.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4253.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4253",
+ "number": 4253,
"state": "closed",
"locked": false,
- "title": "Yy3187/issue4005",
+ "title": "Add the Connecticut EITC to the list of refundable credits",
"user": {
- "login": "yy3187",
- "id": 129118329,
- "node_id": "U_kgDOB7IweQ",
- "avatar_url": "https://avatars.githubusercontent.com/u/129118329?v=4",
+ "login": "PavelMakarchuk",
+ "id": 110687043,
+ "node_id": "U_kgDOBpjzQw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/110687043?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/yy3187",
- "html_url": "https://github.com/yy3187",
- "followers_url": "https://api.github.com/users/yy3187/followers",
- "following_url": "https://api.github.com/users/yy3187/following{/other_user}",
- "gists_url": "https://api.github.com/users/yy3187/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/yy3187/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/yy3187/subscriptions",
- "organizations_url": "https://api.github.com/users/yy3187/orgs",
- "repos_url": "https://api.github.com/users/yy3187/repos",
- "events_url": "https://api.github.com/users/yy3187/events{/privacy}",
- "received_events_url": "https://api.github.com/users/yy3187/received_events",
+ "url": "https://api.github.com/users/PavelMakarchuk",
+ "html_url": "https://github.com/PavelMakarchuk",
+ "followers_url": "https://api.github.com/users/PavelMakarchuk/followers",
+ "following_url": "https://api.github.com/users/PavelMakarchuk/following{/other_user}",
+ "gists_url": "https://api.github.com/users/PavelMakarchuk/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/PavelMakarchuk/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/PavelMakarchuk/subscriptions",
+ "organizations_url": "https://api.github.com/users/PavelMakarchuk/orgs",
+ "repos_url": "https://api.github.com/users/PavelMakarchuk/repos",
+ "events_url": "https://api.github.com/users/PavelMakarchuk/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/PavelMakarchuk/received_events",
"type": "User",
"site_admin": false
},
- "body": null,
- "created_at": "2024-03-19T15:46:07Z",
- "updated_at": "2024-03-19T15:46:13Z",
- "closed_at": "2024-03-19T15:46:13Z",
- "merged_at": null,
- "merge_commit_sha": "87a182a2fb126ebd30ef08a7149df2d032e473b5",
+ "body": "Fixes #4252",
+ "created_at": "2024-03-20T20:12:18Z",
+ "updated_at": "2024-03-20T22:52:53Z",
+ "closed_at": "2024-03-20T22:52:53Z",
+ "merged_at": "2024-03-20T22:52:53Z",
+ "merge_commit_sha": "53d899bee849515ffcfc4cfc6cd56e68d9ccdecb",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
- "draft": true,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4233/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4233/comments",
+ "draft": false,
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4253/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4253/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/4233/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/7681a705464f49c0603c33a9edb296c82ca0db07",
+ "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4253/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/c0880b90f8357309a02b1312b7e014f5b669d195",
"head": {
- "label": "yy3187:yy3187/issue4005",
- "ref": "yy3187/issue4005",
- "sha": "7681a705464f49c0603c33a9edb296c82ca0db07",
+ "label": "PolicyEngine:PavelMakarchuk/issue4252",
+ "ref": "PavelMakarchuk/issue4252",
+ "sha": "c0880b90f8357309a02b1312b7e014f5b669d195",
"user": {
- "login": "yy3187",
- "id": 129118329,
- "node_id": "U_kgDOB7IweQ",
- "avatar_url": "https://avatars.githubusercontent.com/u/129118329?v=4",
+ "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/yy3187",
- "html_url": "https://github.com/yy3187",
- "followers_url": "https://api.github.com/users/yy3187/followers",
- "following_url": "https://api.github.com/users/yy3187/following{/other_user}",
- "gists_url": "https://api.github.com/users/yy3187/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/yy3187/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/yy3187/subscriptions",
- "organizations_url": "https://api.github.com/users/yy3187/orgs",
- "repos_url": "https://api.github.com/users/yy3187/repos",
- "events_url": "https://api.github.com/users/yy3187/events{/privacy}",
- "received_events_url": "https://api.github.com/users/yy3187/received_events",
- "type": "User",
+ "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": 625008740,
- "node_id": "R_kgDOJUDgZA",
+ "id": 379667761,
+ "node_id": "MDEwOlJlcG9zaXRvcnkzNzk2Njc3NjE=",
"name": "policyengine-us",
- "full_name": "yy3187/policyengine-us",
+ "full_name": "PolicyEngine/policyengine-us",
"private": false,
"owner": {
- "login": "yy3187",
- "id": 129118329,
- "node_id": "U_kgDOB7IweQ",
- "avatar_url": "https://avatars.githubusercontent.com/u/129118329?v=4",
+ "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/yy3187",
- "html_url": "https://github.com/yy3187",
- "followers_url": "https://api.github.com/users/yy3187/followers",
- "following_url": "https://api.github.com/users/yy3187/following{/other_user}",
- "gists_url": "https://api.github.com/users/yy3187/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/yy3187/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/yy3187/subscriptions",
- "organizations_url": "https://api.github.com/users/yy3187/orgs",
- "repos_url": "https://api.github.com/users/yy3187/repos",
- "events_url": "https://api.github.com/users/yy3187/events{/privacy}",
- "received_events_url": "https://api.github.com/users/yy3187/received_events",
- "type": "User",
+ "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/yy3187/policyengine-us",
- "description": "A model of federal and State taxes and benefits.",
- "fork": true,
- "url": "https://api.github.com/repos/yy3187/policyengine-us",
- "forks_url": "https://api.github.com/repos/yy3187/policyengine-us/forks",
- "keys_url": "https://api.github.com/repos/yy3187/policyengine-us/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/yy3187/policyengine-us/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/yy3187/policyengine-us/teams",
- "hooks_url": "https://api.github.com/repos/yy3187/policyengine-us/hooks",
- "issue_events_url": "https://api.github.com/repos/yy3187/policyengine-us/issues/events{/number}",
- "events_url": "https://api.github.com/repos/yy3187/policyengine-us/events",
- "assignees_url": "https://api.github.com/repos/yy3187/policyengine-us/assignees{/user}",
- "branches_url": "https://api.github.com/repos/yy3187/policyengine-us/branches{/branch}",
- "tags_url": "https://api.github.com/repos/yy3187/policyengine-us/tags",
- "blobs_url": "https://api.github.com/repos/yy3187/policyengine-us/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/yy3187/policyengine-us/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/yy3187/policyengine-us/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/yy3187/policyengine-us/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/yy3187/policyengine-us/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/yy3187/policyengine-us/languages",
- "stargazers_url": "https://api.github.com/repos/yy3187/policyengine-us/stargazers",
- "contributors_url": "https://api.github.com/repos/yy3187/policyengine-us/contributors",
- "subscribers_url": "https://api.github.com/repos/yy3187/policyengine-us/subscribers",
- "subscription_url": "https://api.github.com/repos/yy3187/policyengine-us/subscription",
- "commits_url": "https://api.github.com/repos/yy3187/policyengine-us/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/yy3187/policyengine-us/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/yy3187/policyengine-us/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/yy3187/policyengine-us/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/yy3187/policyengine-us/contents/{+path}",
- "compare_url": "https://api.github.com/repos/yy3187/policyengine-us/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/yy3187/policyengine-us/merges",
- "archive_url": "https://api.github.com/repos/yy3187/policyengine-us/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/yy3187/policyengine-us/downloads",
- "issues_url": "https://api.github.com/repos/yy3187/policyengine-us/issues{/number}",
- "pulls_url": "https://api.github.com/repos/yy3187/policyengine-us/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/yy3187/policyengine-us/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/yy3187/policyengine-us/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/yy3187/policyengine-us/labels{/name}",
- "releases_url": "https://api.github.com/repos/yy3187/policyengine-us/releases{/id}",
- "deployments_url": "https://api.github.com/repos/yy3187/policyengine-us/deployments",
- "created_at": "2023-04-07T20:27:42Z",
- "updated_at": "2023-04-07T20:31:01Z",
- "pushed_at": "2024-03-19T15:53:51Z",
- "git_url": "git://github.com/yy3187/policyengine-us.git",
- "ssh_url": "git@github.com:yy3187/policyengine-us.git",
- "clone_url": "https://github.com/yy3187/policyengine-us.git",
- "svn_url": "https://github.com/yy3187/policyengine-us",
+ "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-03-18T23:13:38Z",
+ "pushed_at": "2024-03-21T00:05:49Z",
+ "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": 285952,
- "stargazers_count": 0,
- "watchers_count": 0,
+ "size": 632230,
+ "stargazers_count": 90,
+ "watchers_count": 90,
"language": "Python",
- "has_issues": false,
+ "has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
- "has_pages": false,
- "has_discussions": false,
- "forks_count": 0,
+ "has_pages": true,
+ "has_discussions": true,
+ "forks_count": 150,
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 0,
+ "open_issues_count": 879,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -20110,18 +20059,28 @@
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
- "topics": [],
+ "topics": [
+ "economic-policy",
+ "economics",
+ "inequality",
+ "policy",
+ "poverty",
+ "public-policy",
+ "python",
+ "tax",
+ "united-states"
+ ],
"visibility": "public",
- "forks": 0,
- "open_issues": 0,
- "watchers": 0,
+ "forks": 150,
+ "open_issues": 879,
+ "watchers": 90,
"default_branch": "master"
}
},
"base": {
"label": "PolicyEngine:master",
"ref": "master",
- "sha": "770adf778f770f08dd342a78f0df92799f0c6555",
+ "sha": "1d89e3d4283cc1443ecf54bdd5221f0bdeec8c34",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -20210,13 +20169,13 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments",
"created_at": "2021-06-23T16:35:58Z",
"updated_at": "2024-03-18T23:13:38Z",
- "pushed_at": "2024-03-20T01:37:25Z",
+ "pushed_at": "2024-03-21T00:05:49Z",
"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": 626872,
+ "size": 632230,
"stargazers_count": 90,
"watchers_count": 90,
"language": "Python",
@@ -20226,11 +20185,11 @@
"has_wiki": true,
"has_pages": true,
"has_discussions": true,
- "forks_count": 149,
+ "forks_count": 150,
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 874,
+ "open_issues_count": 879,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -20253,36 +20212,36 @@
"united-states"
],
"visibility": "public",
- "forks": 149,
- "open_issues": 874,
+ "forks": 150,
+ "open_issues": 879,
"watchers": 90,
"default_branch": "master"
}
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4233"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4253"
},
"html": {
- "href": "https://github.com/PolicyEngine/policyengine-us/pull/4233"
+ "href": "https://github.com/PolicyEngine/policyengine-us/pull/4253"
},
"issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4233"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4253"
},
"comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4233/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4253/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4233/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4253/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/4233/commits"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4253/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/7681a705464f49c0603c33a9edb296c82ca0db07"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/c0880b90f8357309a02b1312b7e014f5b669d195"
}
},
"author_association": "COLLABORATOR",
@@ -20290,190 +20249,59 @@
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4232",
- "id": 1780205541,
- "node_id": "PR_kwDOFqFFMc5qG8fl",
- "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4232",
- "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4232.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4232.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4232",
- "number": 4232,
- "state": "open",
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4251",
+ "id": 1782891276,
+ "node_id": "PR_kwDOFqFFMc5qRMMM",
+ "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4251",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4251.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4251.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4251",
+ "number": 4251,
+ "state": "closed",
"locked": false,
- "title": "Update Iowa income tax with new flat tax reform ",
+ "title": "Make Arkansas childcare expense credit non-refundable",
"user": {
- "login": "yy3187",
- "id": 129118329,
- "node_id": "U_kgDOB7IweQ",
- "avatar_url": "https://avatars.githubusercontent.com/u/129118329?v=4",
+ "login": "PavelMakarchuk",
+ "id": 110687043,
+ "node_id": "U_kgDOBpjzQw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/110687043?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/yy3187",
- "html_url": "https://github.com/yy3187",
- "followers_url": "https://api.github.com/users/yy3187/followers",
- "following_url": "https://api.github.com/users/yy3187/following{/other_user}",
- "gists_url": "https://api.github.com/users/yy3187/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/yy3187/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/yy3187/subscriptions",
- "organizations_url": "https://api.github.com/users/yy3187/orgs",
- "repos_url": "https://api.github.com/users/yy3187/repos",
- "events_url": "https://api.github.com/users/yy3187/events{/privacy}",
- "received_events_url": "https://api.github.com/users/yy3187/received_events",
+ "url": "https://api.github.com/users/PavelMakarchuk",
+ "html_url": "https://github.com/PavelMakarchuk",
+ "followers_url": "https://api.github.com/users/PavelMakarchuk/followers",
+ "following_url": "https://api.github.com/users/PavelMakarchuk/following{/other_user}",
+ "gists_url": "https://api.github.com/users/PavelMakarchuk/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/PavelMakarchuk/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/PavelMakarchuk/subscriptions",
+ "organizations_url": "https://api.github.com/users/PavelMakarchuk/orgs",
+ "repos_url": "https://api.github.com/users/PavelMakarchuk/repos",
+ "events_url": "https://api.github.com/users/PavelMakarchuk/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/PavelMakarchuk/received_events",
"type": "User",
"site_admin": false
},
- "body": "https://tax.iowa.gov/2023-changes-iowa-individual-income-tax",
- "created_at": "2024-03-19T15:42:03Z",
- "updated_at": "2024-03-19T17:02:38Z",
- "closed_at": null,
- "merged_at": null,
- "merge_commit_sha": "b51e085fbe3297a2ad4c74e4953828e0fa0b7ebe",
+ "body": "Fixes #4250",
+ "created_at": "2024-03-20T19:36:02Z",
+ "updated_at": "2024-03-20T19:56:11Z",
+ "closed_at": "2024-03-20T19:56:10Z",
+ "merged_at": "2024-03-20T19:56:10Z",
+ "merge_commit_sha": "502be5379a2ca8e3582d63b5a4b4fa495979a67b",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
- "draft": true,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4232/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4232/comments",
+ "draft": false,
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4251/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4251/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/4232/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/d583f58704af159e82c6641015bc9f81319aea9f",
+ "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4251/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/fd8e4d7e199598509405f8a45657bd2dca58c21e",
"head": {
- "label": "yy3187:yy3187/issue4135",
- "ref": "yy3187/issue4135",
- "sha": "d583f58704af159e82c6641015bc9f81319aea9f",
- "user": {
- "login": "yy3187",
- "id": 129118329,
- "node_id": "U_kgDOB7IweQ",
- "avatar_url": "https://avatars.githubusercontent.com/u/129118329?v=4",
- "gravatar_id": "",
- "url": "https://api.github.com/users/yy3187",
- "html_url": "https://github.com/yy3187",
- "followers_url": "https://api.github.com/users/yy3187/followers",
- "following_url": "https://api.github.com/users/yy3187/following{/other_user}",
- "gists_url": "https://api.github.com/users/yy3187/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/yy3187/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/yy3187/subscriptions",
- "organizations_url": "https://api.github.com/users/yy3187/orgs",
- "repos_url": "https://api.github.com/users/yy3187/repos",
- "events_url": "https://api.github.com/users/yy3187/events{/privacy}",
- "received_events_url": "https://api.github.com/users/yy3187/received_events",
- "type": "User",
- "site_admin": false
- },
- "repo": {
- "id": 625008740,
- "node_id": "R_kgDOJUDgZA",
- "name": "policyengine-us",
- "full_name": "yy3187/policyengine-us",
- "private": false,
- "owner": {
- "login": "yy3187",
- "id": 129118329,
- "node_id": "U_kgDOB7IweQ",
- "avatar_url": "https://avatars.githubusercontent.com/u/129118329?v=4",
- "gravatar_id": "",
- "url": "https://api.github.com/users/yy3187",
- "html_url": "https://github.com/yy3187",
- "followers_url": "https://api.github.com/users/yy3187/followers",
- "following_url": "https://api.github.com/users/yy3187/following{/other_user}",
- "gists_url": "https://api.github.com/users/yy3187/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/yy3187/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/yy3187/subscriptions",
- "organizations_url": "https://api.github.com/users/yy3187/orgs",
- "repos_url": "https://api.github.com/users/yy3187/repos",
- "events_url": "https://api.github.com/users/yy3187/events{/privacy}",
- "received_events_url": "https://api.github.com/users/yy3187/received_events",
- "type": "User",
- "site_admin": false
- },
- "html_url": "https://github.com/yy3187/policyengine-us",
- "description": "A model of federal and State taxes and benefits.",
- "fork": true,
- "url": "https://api.github.com/repos/yy3187/policyengine-us",
- "forks_url": "https://api.github.com/repos/yy3187/policyengine-us/forks",
- "keys_url": "https://api.github.com/repos/yy3187/policyengine-us/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/yy3187/policyengine-us/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/yy3187/policyengine-us/teams",
- "hooks_url": "https://api.github.com/repos/yy3187/policyengine-us/hooks",
- "issue_events_url": "https://api.github.com/repos/yy3187/policyengine-us/issues/events{/number}",
- "events_url": "https://api.github.com/repos/yy3187/policyengine-us/events",
- "assignees_url": "https://api.github.com/repos/yy3187/policyengine-us/assignees{/user}",
- "branches_url": "https://api.github.com/repos/yy3187/policyengine-us/branches{/branch}",
- "tags_url": "https://api.github.com/repos/yy3187/policyengine-us/tags",
- "blobs_url": "https://api.github.com/repos/yy3187/policyengine-us/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/yy3187/policyengine-us/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/yy3187/policyengine-us/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/yy3187/policyengine-us/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/yy3187/policyengine-us/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/yy3187/policyengine-us/languages",
- "stargazers_url": "https://api.github.com/repos/yy3187/policyengine-us/stargazers",
- "contributors_url": "https://api.github.com/repos/yy3187/policyengine-us/contributors",
- "subscribers_url": "https://api.github.com/repos/yy3187/policyengine-us/subscribers",
- "subscription_url": "https://api.github.com/repos/yy3187/policyengine-us/subscription",
- "commits_url": "https://api.github.com/repos/yy3187/policyengine-us/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/yy3187/policyengine-us/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/yy3187/policyengine-us/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/yy3187/policyengine-us/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/yy3187/policyengine-us/contents/{+path}",
- "compare_url": "https://api.github.com/repos/yy3187/policyengine-us/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/yy3187/policyengine-us/merges",
- "archive_url": "https://api.github.com/repos/yy3187/policyengine-us/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/yy3187/policyengine-us/downloads",
- "issues_url": "https://api.github.com/repos/yy3187/policyengine-us/issues{/number}",
- "pulls_url": "https://api.github.com/repos/yy3187/policyengine-us/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/yy3187/policyengine-us/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/yy3187/policyengine-us/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/yy3187/policyengine-us/labels{/name}",
- "releases_url": "https://api.github.com/repos/yy3187/policyengine-us/releases{/id}",
- "deployments_url": "https://api.github.com/repos/yy3187/policyengine-us/deployments",
- "created_at": "2023-04-07T20:27:42Z",
- "updated_at": "2023-04-07T20:31:01Z",
- "pushed_at": "2024-03-19T15:53:51Z",
- "git_url": "git://github.com/yy3187/policyengine-us.git",
- "ssh_url": "git@github.com:yy3187/policyengine-us.git",
- "clone_url": "https://github.com/yy3187/policyengine-us.git",
- "svn_url": "https://github.com/yy3187/policyengine-us",
- "homepage": "https://policyengine.org/us",
- "size": 285952,
- "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": "770adf778f770f08dd342a78f0df92799f0c6555",
+ "label": "PolicyEngine:PavelMakarchuk/issue4250",
+ "ref": "PavelMakarchuk/issue4250",
+ "sha": "fd8e4d7e199598509405f8a45657bd2dca58c21e",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -20562,13 +20390,13 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments",
"created_at": "2021-06-23T16:35:58Z",
"updated_at": "2024-03-18T23:13:38Z",
- "pushed_at": "2024-03-20T01:37:25Z",
+ "pushed_at": "2024-03-21T00:05:49Z",
"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": 626872,
+ "size": 632230,
"stargazers_count": 90,
"watchers_count": 90,
"language": "Python",
@@ -20578,11 +20406,11 @@
"has_wiki": true,
"has_pages": true,
"has_discussions": true,
- "forks_count": 149,
+ "forks_count": 150,
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 874,
+ "open_issues_count": 879,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -20605,136 +20433,16 @@
"united-states"
],
"visibility": "public",
- "forks": 149,
- "open_issues": 874,
+ "forks": 150,
+ "open_issues": 879,
"watchers": 90,
"default_branch": "master"
}
},
- "_links": {
- "self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4232"
- },
- "html": {
- "href": "https://github.com/PolicyEngine/policyengine-us/pull/4232"
- },
- "issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4232"
- },
- "comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4232/comments"
- },
- "review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4232/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/4232/commits"
- },
- "statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/d583f58704af159e82c6641015bc9f81319aea9f"
- }
- },
- "author_association": "COLLABORATOR",
- "auto_merge": null,
- "active_lock_reason": null
- },
- {
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4230",
- "id": 1779749343,
- "node_id": "PR_kwDOFqFFMc5qFNHf",
- "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4230",
- "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4230.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4230.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4230",
- "number": 4230,
- "state": "closed",
- "locked": false,
- "title": "Calibrate number of returns by filing status",
- "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 #4093\r\n\r\n",
- "created_at": "2024-03-19T12:19:27Z",
- "updated_at": "2024-03-19T14:27:35Z",
- "closed_at": "2024-03-19T14:27:34Z",
- "merged_at": "2024-03-19T14:27:34Z",
- "merge_commit_sha": "f8309ac127c23cf2b4466c284ce60bfdfc6f7c62",
- "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": [],
- "milestone": null,
- "draft": false,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4230/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4230/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/4230/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/8b3ab091739a88bdfe1f58d1a5e796d203ca047a",
- "head": {
- "label": "PolicyEngine:nikhilwoodruff/issue4093",
- "ref": "nikhilwoodruff/issue4093",
- "sha": "8b3ab091739a88bdfe1f58d1a5e796d203ca047a",
+ "base": {
+ "label": "PolicyEngine:master",
+ "ref": "master",
+ "sha": "4f2e32084be395c09017b2b3109053f2256525be",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -20823,13 +20531,13 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments",
"created_at": "2021-06-23T16:35:58Z",
"updated_at": "2024-03-18T23:13:38Z",
- "pushed_at": "2024-03-20T01:37:25Z",
+ "pushed_at": "2024-03-21T00:05:49Z",
"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": 626872,
+ "size": 632230,
"stargazers_count": 90,
"watchers_count": 90,
"language": "Python",
@@ -20839,11 +20547,11 @@
"has_wiki": true,
"has_pages": true,
"has_discussions": true,
- "forks_count": 149,
+ "forks_count": 150,
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 874,
+ "open_issues_count": 879,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -20866,16 +20574,227 @@
"united-states"
],
"visibility": "public",
- "forks": 149,
- "open_issues": 874,
+ "forks": 150,
+ "open_issues": 879,
"watchers": 90,
"default_branch": "master"
}
},
+ "_links": {
+ "self": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4251"
+ },
+ "html": {
+ "href": "https://github.com/PolicyEngine/policyengine-us/pull/4251"
+ },
+ "issue": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4251"
+ },
+ "comments": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4251/comments"
+ },
+ "review_comments": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4251/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/4251/commits"
+ },
+ "statuses": {
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/fd8e4d7e199598509405f8a45657bd2dca58c21e"
+ }
+ },
+ "author_association": "COLLABORATOR",
+ "auto_merge": null,
+ "active_lock_reason": null
+ },
+ {
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4248",
+ "id": 1782424152,
+ "node_id": "PR_kwDOFqFFMc5qPaJY",
+ "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4248",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4248.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4248.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4248",
+ "number": 4248,
+ "state": "open",
+ "locked": false,
+ "title": "South Carolina TANF ",
+ "user": {
+ "login": "hua7450",
+ "id": 113824411,
+ "node_id": "U_kgDOBsjSmw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/113824411?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/hua7450",
+ "html_url": "https://github.com/hua7450",
+ "followers_url": "https://api.github.com/users/hua7450/followers",
+ "following_url": "https://api.github.com/users/hua7450/following{/other_user}",
+ "gists_url": "https://api.github.com/users/hua7450/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/hua7450/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/hua7450/subscriptions",
+ "organizations_url": "https://api.github.com/users/hua7450/orgs",
+ "repos_url": "https://api.github.com/users/hua7450/repos",
+ "events_url": "https://api.github.com/users/hua7450/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/hua7450/received_events",
+ "type": "User",
+ "site_admin": false
+ },
+ "body": null,
+ "created_at": "2024-03-20T15:50:32Z",
+ "updated_at": "2024-03-20T16:20:59Z",
+ "closed_at": null,
+ "merged_at": null,
+ "merge_commit_sha": "30f3e8ab494832d6500b90c2d577859cf11369b4",
+ "assignee": null,
+ "assignees": [],
+ "requested_reviewers": [],
+ "requested_teams": [],
+ "labels": [],
+ "milestone": null,
+ "draft": true,
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4248/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4248/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/4248/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/56621a5367f4c326d9aa50d48f505e2329a02cf7",
+ "head": {
+ "label": "hua7450:hua7450/issue4218",
+ "ref": "hua7450/issue4218",
+ "sha": "56621a5367f4c326d9aa50d48f505e2329a02cf7",
+ "user": {
+ "login": "hua7450",
+ "id": 113824411,
+ "node_id": "U_kgDOBsjSmw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/113824411?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/hua7450",
+ "html_url": "https://github.com/hua7450",
+ "followers_url": "https://api.github.com/users/hua7450/followers",
+ "following_url": "https://api.github.com/users/hua7450/following{/other_user}",
+ "gists_url": "https://api.github.com/users/hua7450/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/hua7450/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/hua7450/subscriptions",
+ "organizations_url": "https://api.github.com/users/hua7450/orgs",
+ "repos_url": "https://api.github.com/users/hua7450/repos",
+ "events_url": "https://api.github.com/users/hua7450/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/hua7450/received_events",
+ "type": "User",
+ "site_admin": false
+ },
+ "repo": {
+ "id": 620531754,
+ "node_id": "R_kgDOJPyQKg",
+ "name": "policyengine-us",
+ "full_name": "hua7450/policyengine-us",
+ "private": false,
+ "owner": {
+ "login": "hua7450",
+ "id": 113824411,
+ "node_id": "U_kgDOBsjSmw",
+ "avatar_url": "https://avatars.githubusercontent.com/u/113824411?v=4",
+ "gravatar_id": "",
+ "url": "https://api.github.com/users/hua7450",
+ "html_url": "https://github.com/hua7450",
+ "followers_url": "https://api.github.com/users/hua7450/followers",
+ "following_url": "https://api.github.com/users/hua7450/following{/other_user}",
+ "gists_url": "https://api.github.com/users/hua7450/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/hua7450/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/hua7450/subscriptions",
+ "organizations_url": "https://api.github.com/users/hua7450/orgs",
+ "repos_url": "https://api.github.com/users/hua7450/repos",
+ "events_url": "https://api.github.com/users/hua7450/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/hua7450/received_events",
+ "type": "User",
+ "site_admin": false
+ },
+ "html_url": "https://github.com/hua7450/policyengine-us",
+ "description": "A model of federal and State taxes and benefits.",
+ "fork": true,
+ "url": "https://api.github.com/repos/hua7450/policyengine-us",
+ "forks_url": "https://api.github.com/repos/hua7450/policyengine-us/forks",
+ "keys_url": "https://api.github.com/repos/hua7450/policyengine-us/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/hua7450/policyengine-us/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/hua7450/policyengine-us/teams",
+ "hooks_url": "https://api.github.com/repos/hua7450/policyengine-us/hooks",
+ "issue_events_url": "https://api.github.com/repos/hua7450/policyengine-us/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/hua7450/policyengine-us/events",
+ "assignees_url": "https://api.github.com/repos/hua7450/policyengine-us/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/hua7450/policyengine-us/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/hua7450/policyengine-us/tags",
+ "blobs_url": "https://api.github.com/repos/hua7450/policyengine-us/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/hua7450/policyengine-us/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/hua7450/policyengine-us/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/hua7450/policyengine-us/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/hua7450/policyengine-us/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/hua7450/policyengine-us/languages",
+ "stargazers_url": "https://api.github.com/repos/hua7450/policyengine-us/stargazers",
+ "contributors_url": "https://api.github.com/repos/hua7450/policyengine-us/contributors",
+ "subscribers_url": "https://api.github.com/repos/hua7450/policyengine-us/subscribers",
+ "subscription_url": "https://api.github.com/repos/hua7450/policyengine-us/subscription",
+ "commits_url": "https://api.github.com/repos/hua7450/policyengine-us/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/hua7450/policyengine-us/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/hua7450/policyengine-us/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/hua7450/policyengine-us/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/hua7450/policyengine-us/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/hua7450/policyengine-us/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/hua7450/policyengine-us/merges",
+ "archive_url": "https://api.github.com/repos/hua7450/policyengine-us/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/hua7450/policyengine-us/downloads",
+ "issues_url": "https://api.github.com/repos/hua7450/policyengine-us/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/hua7450/policyengine-us/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/hua7450/policyengine-us/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/hua7450/policyengine-us/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/hua7450/policyengine-us/labels{/name}",
+ "releases_url": "https://api.github.com/repos/hua7450/policyengine-us/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/hua7450/policyengine-us/deployments",
+ "created_at": "2023-03-28T21:43:10Z",
+ "updated_at": "2023-04-13T15:16:42Z",
+ "pushed_at": "2024-03-20T15:52:51Z",
+ "git_url": "git://github.com/hua7450/policyengine-us.git",
+ "ssh_url": "git@github.com:hua7450/policyengine-us.git",
+ "clone_url": "https://github.com/hua7450/policyengine-us.git",
+ "svn_url": "https://github.com/hua7450/policyengine-us",
+ "homepage": "https://policyengine.org/us",
+ "size": 52272,
+ "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": "76070e492519bb5072d885e74069277780bde836",
+ "sha": "79ab04970d54859480f22d20c683057d1f9e2cf8",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -20964,13 +20883,13 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments",
"created_at": "2021-06-23T16:35:58Z",
"updated_at": "2024-03-18T23:13:38Z",
- "pushed_at": "2024-03-20T01:37:25Z",
+ "pushed_at": "2024-03-21T00:05:49Z",
"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": 626872,
+ "size": 632230,
"stargazers_count": 90,
"watchers_count": 90,
"language": "Python",
@@ -20980,11 +20899,11 @@
"has_wiki": true,
"has_pages": true,
"has_discussions": true,
- "forks_count": 149,
+ "forks_count": 150,
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 874,
+ "open_issues_count": 879,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -21007,36 +20926,36 @@
"united-states"
],
"visibility": "public",
- "forks": 149,
- "open_issues": 874,
+ "forks": 150,
+ "open_issues": 879,
"watchers": 90,
"default_branch": "master"
}
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4230"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4248"
},
"html": {
- "href": "https://github.com/PolicyEngine/policyengine-us/pull/4230"
+ "href": "https://github.com/PolicyEngine/policyengine-us/pull/4248"
},
"issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4230"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4248"
},
"comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4230/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4248/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4230/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4248/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/4230/commits"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4248/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/8b3ab091739a88bdfe1f58d1a5e796d203ca047a"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/56621a5367f4c326d9aa50d48f505e2329a02cf7"
}
},
"author_association": "COLLABORATOR",
@@ -21044,154 +20963,154 @@
"active_lock_reason": null
},
{
- "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4229",
- "id": 1779295400,
- "node_id": "PR_kwDOFqFFMc5qDeSo",
- "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4229",
- "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4229.diff",
- "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4229.patch",
- "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4229",
- "number": 4229,
- "state": "closed",
+ "url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4245",
+ "id": 1781530636,
+ "node_id": "PR_kwDOFqFFMc5qMAAM",
+ "html_url": "https://github.com/PolicyEngine/policyengine-us/pull/4245",
+ "diff_url": "https://github.com/PolicyEngine/policyengine-us/pull/4245.diff",
+ "patch_url": "https://github.com/PolicyEngine/policyengine-us/pull/4245.patch",
+ "issue_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4245",
+ "number": 4245,
+ "state": "open",
"locked": false,
- "title": "Add 2023 Michigan Tax Rules",
+ "title": "Represent TCJA changes as disabling programs rather than zeroing them out",
"user": {
- "login": "Mshuning",
- "id": 31402450,
- "node_id": "MDQ6VXNlcjMxNDAyNDUw",
- "avatar_url": "https://avatars.githubusercontent.com/u/31402450?v=4",
+ "login": "Kiki-67",
+ "id": 54519061,
+ "node_id": "MDQ6VXNlcjU0NTE5MDYx",
+ "avatar_url": "https://avatars.githubusercontent.com/u/54519061?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/Mshuning",
- "html_url": "https://github.com/Mshuning",
- "followers_url": "https://api.github.com/users/Mshuning/followers",
- "following_url": "https://api.github.com/users/Mshuning/following{/other_user}",
- "gists_url": "https://api.github.com/users/Mshuning/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/Mshuning/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/Mshuning/subscriptions",
- "organizations_url": "https://api.github.com/users/Mshuning/orgs",
- "repos_url": "https://api.github.com/users/Mshuning/repos",
- "events_url": "https://api.github.com/users/Mshuning/events{/privacy}",
- "received_events_url": "https://api.github.com/users/Mshuning/received_events",
+ "url": "https://api.github.com/users/Kiki-67",
+ "html_url": "https://github.com/Kiki-67",
+ "followers_url": "https://api.github.com/users/Kiki-67/followers",
+ "following_url": "https://api.github.com/users/Kiki-67/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Kiki-67/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Kiki-67/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Kiki-67/subscriptions",
+ "organizations_url": "https://api.github.com/users/Kiki-67/orgs",
+ "repos_url": "https://api.github.com/users/Kiki-67/repos",
+ "events_url": "https://api.github.com/users/Kiki-67/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Kiki-67/received_events",
"type": "User",
"site_admin": false
},
- "body": "Fixes #4183",
- "created_at": "2024-03-19T08:16:00Z",
- "updated_at": "2024-03-19T14:53:01Z",
- "closed_at": "2024-03-19T14:53:01Z",
- "merged_at": "2024-03-19T14:53:00Z",
- "merge_commit_sha": "3546dcad77fbdb33bb6707d61c3bbe0fd0f5fa1b",
+ "body": "Fixes #4070",
+ "created_at": "2024-03-20T07:59:31Z",
+ "updated_at": "2024-03-20T08:26:35Z",
+ "closed_at": null,
+ "merged_at": null,
+ "merge_commit_sha": "e00d3a1a8218c68c8b19eb7a7bbff18b3c883218",
"assignee": null,
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
- "draft": false,
- "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4229/commits",
- "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4229/comments",
+ "draft": true,
+ "commits_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4245/commits",
+ "review_comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4245/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/4229/comments",
- "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/fbde9c7fc884a388f547f319b70b8e40649829f4",
+ "comments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4245/comments",
+ "statuses_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/42b0d17cc99fde0755a527887d5ab4619f5efead",
"head": {
- "label": "Mshuning:Mshuning/issue4183",
- "ref": "Mshuning/issue4183",
- "sha": "fbde9c7fc884a388f547f319b70b8e40649829f4",
+ "label": "Kiki-67:Kiki-67/issue4070",
+ "ref": "Kiki-67/issue4070",
+ "sha": "42b0d17cc99fde0755a527887d5ab4619f5efead",
"user": {
- "login": "Mshuning",
- "id": 31402450,
- "node_id": "MDQ6VXNlcjMxNDAyNDUw",
- "avatar_url": "https://avatars.githubusercontent.com/u/31402450?v=4",
+ "login": "Kiki-67",
+ "id": 54519061,
+ "node_id": "MDQ6VXNlcjU0NTE5MDYx",
+ "avatar_url": "https://avatars.githubusercontent.com/u/54519061?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/Mshuning",
- "html_url": "https://github.com/Mshuning",
- "followers_url": "https://api.github.com/users/Mshuning/followers",
- "following_url": "https://api.github.com/users/Mshuning/following{/other_user}",
- "gists_url": "https://api.github.com/users/Mshuning/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/Mshuning/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/Mshuning/subscriptions",
- "organizations_url": "https://api.github.com/users/Mshuning/orgs",
- "repos_url": "https://api.github.com/users/Mshuning/repos",
- "events_url": "https://api.github.com/users/Mshuning/events{/privacy}",
- "received_events_url": "https://api.github.com/users/Mshuning/received_events",
+ "url": "https://api.github.com/users/Kiki-67",
+ "html_url": "https://github.com/Kiki-67",
+ "followers_url": "https://api.github.com/users/Kiki-67/followers",
+ "following_url": "https://api.github.com/users/Kiki-67/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Kiki-67/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Kiki-67/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Kiki-67/subscriptions",
+ "organizations_url": "https://api.github.com/users/Kiki-67/orgs",
+ "repos_url": "https://api.github.com/users/Kiki-67/repos",
+ "events_url": "https://api.github.com/users/Kiki-67/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Kiki-67/received_events",
"type": "User",
"site_admin": false
},
"repo": {
- "id": 628056298,
- "node_id": "R_kgDOJW9g6g",
+ "id": 635959412,
+ "node_id": "R_kgDOJef4dA",
"name": "policyengine-us",
- "full_name": "Mshuning/policyengine-us",
+ "full_name": "Kiki-67/policyengine-us",
"private": false,
"owner": {
- "login": "Mshuning",
- "id": 31402450,
- "node_id": "MDQ6VXNlcjMxNDAyNDUw",
- "avatar_url": "https://avatars.githubusercontent.com/u/31402450?v=4",
+ "login": "Kiki-67",
+ "id": 54519061,
+ "node_id": "MDQ6VXNlcjU0NTE5MDYx",
+ "avatar_url": "https://avatars.githubusercontent.com/u/54519061?v=4",
"gravatar_id": "",
- "url": "https://api.github.com/users/Mshuning",
- "html_url": "https://github.com/Mshuning",
- "followers_url": "https://api.github.com/users/Mshuning/followers",
- "following_url": "https://api.github.com/users/Mshuning/following{/other_user}",
- "gists_url": "https://api.github.com/users/Mshuning/gists{/gist_id}",
- "starred_url": "https://api.github.com/users/Mshuning/starred{/owner}{/repo}",
- "subscriptions_url": "https://api.github.com/users/Mshuning/subscriptions",
- "organizations_url": "https://api.github.com/users/Mshuning/orgs",
- "repos_url": "https://api.github.com/users/Mshuning/repos",
- "events_url": "https://api.github.com/users/Mshuning/events{/privacy}",
- "received_events_url": "https://api.github.com/users/Mshuning/received_events",
+ "url": "https://api.github.com/users/Kiki-67",
+ "html_url": "https://github.com/Kiki-67",
+ "followers_url": "https://api.github.com/users/Kiki-67/followers",
+ "following_url": "https://api.github.com/users/Kiki-67/following{/other_user}",
+ "gists_url": "https://api.github.com/users/Kiki-67/gists{/gist_id}",
+ "starred_url": "https://api.github.com/users/Kiki-67/starred{/owner}{/repo}",
+ "subscriptions_url": "https://api.github.com/users/Kiki-67/subscriptions",
+ "organizations_url": "https://api.github.com/users/Kiki-67/orgs",
+ "repos_url": "https://api.github.com/users/Kiki-67/repos",
+ "events_url": "https://api.github.com/users/Kiki-67/events{/privacy}",
+ "received_events_url": "https://api.github.com/users/Kiki-67/received_events",
"type": "User",
"site_admin": false
},
- "html_url": "https://github.com/Mshuning/policyengine-us",
+ "html_url": "https://github.com/Kiki-67/policyengine-us",
"description": "A model of federal and State taxes and benefits.",
"fork": true,
- "url": "https://api.github.com/repos/Mshuning/policyengine-us",
- "forks_url": "https://api.github.com/repos/Mshuning/policyengine-us/forks",
- "keys_url": "https://api.github.com/repos/Mshuning/policyengine-us/keys{/key_id}",
- "collaborators_url": "https://api.github.com/repos/Mshuning/policyengine-us/collaborators{/collaborator}",
- "teams_url": "https://api.github.com/repos/Mshuning/policyengine-us/teams",
- "hooks_url": "https://api.github.com/repos/Mshuning/policyengine-us/hooks",
- "issue_events_url": "https://api.github.com/repos/Mshuning/policyengine-us/issues/events{/number}",
- "events_url": "https://api.github.com/repos/Mshuning/policyengine-us/events",
- "assignees_url": "https://api.github.com/repos/Mshuning/policyengine-us/assignees{/user}",
- "branches_url": "https://api.github.com/repos/Mshuning/policyengine-us/branches{/branch}",
- "tags_url": "https://api.github.com/repos/Mshuning/policyengine-us/tags",
- "blobs_url": "https://api.github.com/repos/Mshuning/policyengine-us/git/blobs{/sha}",
- "git_tags_url": "https://api.github.com/repos/Mshuning/policyengine-us/git/tags{/sha}",
- "git_refs_url": "https://api.github.com/repos/Mshuning/policyengine-us/git/refs{/sha}",
- "trees_url": "https://api.github.com/repos/Mshuning/policyengine-us/git/trees{/sha}",
- "statuses_url": "https://api.github.com/repos/Mshuning/policyengine-us/statuses/{sha}",
- "languages_url": "https://api.github.com/repos/Mshuning/policyengine-us/languages",
- "stargazers_url": "https://api.github.com/repos/Mshuning/policyengine-us/stargazers",
- "contributors_url": "https://api.github.com/repos/Mshuning/policyengine-us/contributors",
- "subscribers_url": "https://api.github.com/repos/Mshuning/policyengine-us/subscribers",
- "subscription_url": "https://api.github.com/repos/Mshuning/policyengine-us/subscription",
- "commits_url": "https://api.github.com/repos/Mshuning/policyengine-us/commits{/sha}",
- "git_commits_url": "https://api.github.com/repos/Mshuning/policyengine-us/git/commits{/sha}",
- "comments_url": "https://api.github.com/repos/Mshuning/policyengine-us/comments{/number}",
- "issue_comment_url": "https://api.github.com/repos/Mshuning/policyengine-us/issues/comments{/number}",
- "contents_url": "https://api.github.com/repos/Mshuning/policyengine-us/contents/{+path}",
- "compare_url": "https://api.github.com/repos/Mshuning/policyengine-us/compare/{base}...{head}",
- "merges_url": "https://api.github.com/repos/Mshuning/policyengine-us/merges",
- "archive_url": "https://api.github.com/repos/Mshuning/policyengine-us/{archive_format}{/ref}",
- "downloads_url": "https://api.github.com/repos/Mshuning/policyengine-us/downloads",
- "issues_url": "https://api.github.com/repos/Mshuning/policyengine-us/issues{/number}",
- "pulls_url": "https://api.github.com/repos/Mshuning/policyengine-us/pulls{/number}",
- "milestones_url": "https://api.github.com/repos/Mshuning/policyengine-us/milestones{/number}",
- "notifications_url": "https://api.github.com/repos/Mshuning/policyengine-us/notifications{?since,all,participating}",
- "labels_url": "https://api.github.com/repos/Mshuning/policyengine-us/labels{/name}",
- "releases_url": "https://api.github.com/repos/Mshuning/policyengine-us/releases{/id}",
- "deployments_url": "https://api.github.com/repos/Mshuning/policyengine-us/deployments",
- "created_at": "2023-04-14T20:07:34Z",
- "updated_at": "2023-07-21T00:55:15Z",
- "pushed_at": "2024-03-19T13:17:34Z",
- "git_url": "git://github.com/Mshuning/policyengine-us.git",
- "ssh_url": "git@github.com:Mshuning/policyengine-us.git",
- "clone_url": "https://github.com/Mshuning/policyengine-us.git",
- "svn_url": "https://github.com/Mshuning/policyengine-us",
+ "url": "https://api.github.com/repos/Kiki-67/policyengine-us",
+ "forks_url": "https://api.github.com/repos/Kiki-67/policyengine-us/forks",
+ "keys_url": "https://api.github.com/repos/Kiki-67/policyengine-us/keys{/key_id}",
+ "collaborators_url": "https://api.github.com/repos/Kiki-67/policyengine-us/collaborators{/collaborator}",
+ "teams_url": "https://api.github.com/repos/Kiki-67/policyengine-us/teams",
+ "hooks_url": "https://api.github.com/repos/Kiki-67/policyengine-us/hooks",
+ "issue_events_url": "https://api.github.com/repos/Kiki-67/policyengine-us/issues/events{/number}",
+ "events_url": "https://api.github.com/repos/Kiki-67/policyengine-us/events",
+ "assignees_url": "https://api.github.com/repos/Kiki-67/policyengine-us/assignees{/user}",
+ "branches_url": "https://api.github.com/repos/Kiki-67/policyengine-us/branches{/branch}",
+ "tags_url": "https://api.github.com/repos/Kiki-67/policyengine-us/tags",
+ "blobs_url": "https://api.github.com/repos/Kiki-67/policyengine-us/git/blobs{/sha}",
+ "git_tags_url": "https://api.github.com/repos/Kiki-67/policyengine-us/git/tags{/sha}",
+ "git_refs_url": "https://api.github.com/repos/Kiki-67/policyengine-us/git/refs{/sha}",
+ "trees_url": "https://api.github.com/repos/Kiki-67/policyengine-us/git/trees{/sha}",
+ "statuses_url": "https://api.github.com/repos/Kiki-67/policyengine-us/statuses/{sha}",
+ "languages_url": "https://api.github.com/repos/Kiki-67/policyengine-us/languages",
+ "stargazers_url": "https://api.github.com/repos/Kiki-67/policyengine-us/stargazers",
+ "contributors_url": "https://api.github.com/repos/Kiki-67/policyengine-us/contributors",
+ "subscribers_url": "https://api.github.com/repos/Kiki-67/policyengine-us/subscribers",
+ "subscription_url": "https://api.github.com/repos/Kiki-67/policyengine-us/subscription",
+ "commits_url": "https://api.github.com/repos/Kiki-67/policyengine-us/commits{/sha}",
+ "git_commits_url": "https://api.github.com/repos/Kiki-67/policyengine-us/git/commits{/sha}",
+ "comments_url": "https://api.github.com/repos/Kiki-67/policyengine-us/comments{/number}",
+ "issue_comment_url": "https://api.github.com/repos/Kiki-67/policyengine-us/issues/comments{/number}",
+ "contents_url": "https://api.github.com/repos/Kiki-67/policyengine-us/contents/{+path}",
+ "compare_url": "https://api.github.com/repos/Kiki-67/policyengine-us/compare/{base}...{head}",
+ "merges_url": "https://api.github.com/repos/Kiki-67/policyengine-us/merges",
+ "archive_url": "https://api.github.com/repos/Kiki-67/policyengine-us/{archive_format}{/ref}",
+ "downloads_url": "https://api.github.com/repos/Kiki-67/policyengine-us/downloads",
+ "issues_url": "https://api.github.com/repos/Kiki-67/policyengine-us/issues{/number}",
+ "pulls_url": "https://api.github.com/repos/Kiki-67/policyengine-us/pulls{/number}",
+ "milestones_url": "https://api.github.com/repos/Kiki-67/policyengine-us/milestones{/number}",
+ "notifications_url": "https://api.github.com/repos/Kiki-67/policyengine-us/notifications{?since,all,participating}",
+ "labels_url": "https://api.github.com/repos/Kiki-67/policyengine-us/labels{/name}",
+ "releases_url": "https://api.github.com/repos/Kiki-67/policyengine-us/releases{/id}",
+ "deployments_url": "https://api.github.com/repos/Kiki-67/policyengine-us/deployments",
+ "created_at": "2023-05-03T20:34:17Z",
+ "updated_at": "2023-05-31T20:10:23Z",
+ "pushed_at": "2024-03-20T07:59:22Z",
+ "git_url": "git://github.com/Kiki-67/policyengine-us.git",
+ "ssh_url": "git@github.com:Kiki-67/policyengine-us.git",
+ "clone_url": "https://github.com/Kiki-67/policyengine-us.git",
+ "svn_url": "https://github.com/Kiki-67/policyengine-us",
"homepage": "https://policyengine.org/us",
- "size": 52040,
+ "size": 51921,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",
@@ -21227,7 +21146,7 @@
"base": {
"label": "PolicyEngine:master",
"ref": "master",
- "sha": "76070e492519bb5072d885e74069277780bde836",
+ "sha": "ae320e2f6de0fc64af606ef41df252dcabc6a64b",
"user": {
"login": "PolicyEngine",
"id": 88570531,
@@ -21316,13 +21235,13 @@
"deployments_url": "https://api.github.com/repos/PolicyEngine/policyengine-us/deployments",
"created_at": "2021-06-23T16:35:58Z",
"updated_at": "2024-03-18T23:13:38Z",
- "pushed_at": "2024-03-20T01:37:25Z",
+ "pushed_at": "2024-03-21T00:05:49Z",
"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": 626872,
+ "size": 632230,
"stargazers_count": 90,
"watchers_count": 90,
"language": "Python",
@@ -21332,11 +21251,11 @@
"has_wiki": true,
"has_pages": true,
"has_discussions": true,
- "forks_count": 149,
+ "forks_count": 150,
"mirror_url": null,
"archived": false,
"disabled": false,
- "open_issues_count": 874,
+ "open_issues_count": 879,
"license": {
"key": "agpl-3.0",
"name": "GNU Affero General Public License v3.0",
@@ -21359,36 +21278,36 @@
"united-states"
],
"visibility": "public",
- "forks": 149,
- "open_issues": 874,
+ "forks": 150,
+ "open_issues": 879,
"watchers": 90,
"default_branch": "master"
}
},
"_links": {
"self": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4229"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4245"
},
"html": {
- "href": "https://github.com/PolicyEngine/policyengine-us/pull/4229"
+ "href": "https://github.com/PolicyEngine/policyengine-us/pull/4245"
},
"issue": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4229"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4245"
},
"comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4229/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/issues/4245/comments"
},
"review_comments": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4229/comments"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4245/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/4229/commits"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/pulls/4245/commits"
},
"statuses": {
- "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/fbde9c7fc884a388f547f319b70b8e40649829f4"
+ "href": "https://api.github.com/repos/PolicyEngine/policyengine-us/statuses/42b0d17cc99fde0755a527887d5ab4619f5efead"
}
},
"author_association": "COLLABORATOR",
diff --git a/Incubating/prs.json b/Incubating/prs.json
index c4f3dad..94f9709 100644
--- a/Incubating/prs.json
+++ b/Incubating/prs.json
@@ -5334,7 +5334,7 @@
"clone_url": "https://github.com/jdebacker/OG-ZAF.git",
"svn_url": "https://github.com/jdebacker/OG-ZAF",
"homepage": "https://eapd-drb.github.io/OG-ZAF/",
- "size": 36318,
+ "size": 36313,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",
@@ -5686,7 +5686,7 @@
"clone_url": "https://github.com/jdebacker/OG-ZAF.git",
"svn_url": "https://github.com/jdebacker/OG-ZAF",
"homepage": "https://eapd-drb.github.io/OG-ZAF/",
- "size": 36318,
+ "size": 36313,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",
@@ -6038,7 +6038,7 @@
"clone_url": "https://github.com/jdebacker/OG-ZAF.git",
"svn_url": "https://github.com/jdebacker/OG-ZAF",
"homepage": "https://eapd-drb.github.io/OG-ZAF/",
- "size": 36318,
+ "size": 36313,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",
@@ -6742,7 +6742,7 @@
"clone_url": "https://github.com/jdebacker/OG-ZAF.git",
"svn_url": "https://github.com/jdebacker/OG-ZAF",
"homepage": "https://eapd-drb.github.io/OG-ZAF/",
- "size": 36318,
+ "size": 36313,
"stargazers_count": 0,
"watchers_count": 0,
"language": "Python",