-
Notifications
You must be signed in to change notification settings - Fork 10
QBID variables added, simulations improved, changelog entry workflow logic #256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 20 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
3cf6658
qbid inputs in puf
baogorek cc249f8
Getting the new variables in all files
baogorek 3be9ebd
checking on the variables I deleted
baogorek 1722f02
first pass at new variables
baogorek c33e3bf
fixing issues, bringing original variables back in some cases
baogorek 6f01054
Use per-component probabilities for QBI qualification
baogorek a30ff1a
Merge pull request #274 from PolicyEngine/codex/add-would_be_qualifie…
baogorek df63e10
new percentages
baogorek 5c793cf
cps proportions
baogorek 4cf5804
adding better simulations in IRS/PUF data
baogorek 9942f34
dataset updates with _would_be formulas added
baogorek f1d5052
uncommenting code
baogorek 47a6322
Format CPS and PUF datasets with Black
baogorek 6e78204
Merge pull request #277 from PolicyEngine/codex/fix-code-style-with-b…
baogorek 8acb06a
Merge branch 'main' of github.com:PolicyEngine/policyengine-us-data i…
baogorek 7f76edd
Merge branch 'main' of github.com:PolicyEngine/policyengine-us-data i…
baogorek 1596072
Add changelog entry check workflow
baogorek 0a22ac0
Merge pull request #280 from PolicyEngine/codex/add-github-action-for…
baogorek a6878b6
added a changelog entry
baogorek 17e7e8f
removing uprating factors exemption from .gitignore
baogorek f1c2927
moved dictionary of values to utils. improving formulas and documenta…
baogorek dff8acb
slighly modified w2 wages and ubia simulation
baogorek 806c745
turning O3 link into actual share link
baogorek 13b8337
Merge branch 'main' of github.com:PolicyEngine/policyengine-us-data i…
baogorek 7be076b
adding to assumptions and merging in main branch
baogorek 12a3f5f
parameters in yaml
baogorek 3c10e5b
Update policyengine_us_data/datasets/puf/puf.py
baogorek 1c07561
Revert "Update policyengine_us_data/datasets/puf/puf.py"
baogorek 01646f9
parameters in yaml file
baogorek d6eacfd
Merge branch 'main' of github.com:PolicyEngine/policyengine-us-data i…
baogorek fe669fc
assumptions and encapsulation of wage and ubia simulation
baogorek 155a3ee
left out rng
baogorek bebd0f3
left out rng again
baogorek de0ef90
yaml comment
baogorek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| #!/usr/bin/env bash | ||
|
|
||
| # Fails if changelog_entry.yaml is empty or contains only whitespace | ||
| if [ ! -s changelog_entry.yaml ] || ! grep -q '[^[:space:]]' changelog_entry.yaml; then | ||
| echo "changelog_entry.yaml is empty. Please add a changelog entry before merging." | ||
| exit 1 | ||
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| name: Changelog entry | ||
| on: | ||
| pull_request: | ||
| branches: [main] | ||
|
|
||
| jobs: | ||
| require-entry: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| with: | ||
| fetch-depth: 0 | ||
| - name: Ensure changelog entry exists | ||
| run: .github/check-changelog-entry.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| - bump: minor | ||
| changes: | ||
| added: | ||
| - Added automated checks for changelog entry | ||
| - New "would be qualified income" variables simulated | ||
| - REIT, PTP, and BDC dividend income variables simulated | ||
| - UBIA property is being simulated | ||
| - Farm Operations Income added | ||
| changed: | ||
| - W2 Wages from Qualified business is now being simulated with random variables | ||
| - qualified business income sources have been redefined based on IRS PUF inputs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.