Skip to content
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

Update policyengine-core version #5198

Merged
merged 36 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
4af81c0
chore: Update policyengine-core version
anth-volk Oct 9, 2024
89d1929
Various 2024 Kansas tax model updates
PavelMakarchuk Oct 14, 2024
fb3cb7a
format
PavelMakarchuk Oct 14, 2024
70c6ca4
Idaho Income Tax Rate 2024
PavelMakarchuk Oct 14, 2024
ff56fe9
Missouri Income Tax Rates 2024 (#5212)
PavelMakarchuk Oct 14, 2024
fd68cb6
Update PolicyEngine US
MaxGhenis Oct 14, 2024
8d3a502
Harris capital gains tax reform (#5222)
PavelMakarchuk Oct 14, 2024
7517198
Update PolicyEngine US
MaxGhenis Oct 14, 2024
a11346c
Kentucky Standard Deduction 2024 & 2025 ($3,160 -> $3,270) (#5227)
DTrim99 Oct 14, 2024
94fc0cc
Update PolicyEngine US
MaxGhenis Oct 14, 2024
147cc05
Fixes #5215 (#5228)
DTrim99 Oct 14, 2024
8d9e92e
Update PolicyEngine US
MaxGhenis Oct 14, 2024
ff81772
Fixes #5218 (#5229)
DTrim99 Oct 15, 2024
2ac0fef
Update PolicyEngine US
MaxGhenis Oct 15, 2024
96d9440
reference link
PavelMakarchuk Oct 15, 2024
5b94b42
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
PavelMakarchuk Oct 15, 2024
e893dd3
format
PavelMakarchuk Oct 15, 2024
1cc7c2a
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
PavelMakarchuk Oct 15, 2024
082f3e5
reference
PavelMakarchuk Oct 15, 2024
13932ef
Merge pull request #5213 from PolicyEngine/PavelMakarchuk/issue5193
PavelMakarchuk Oct 15, 2024
913242a
Update PolicyEngine US
PavelMakarchuk Oct 15, 2024
33caa80
Kansas Additional Exemption for Disabled Veterans 2023 (#5052)
hua7450 Oct 15, 2024
f26a36f
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
PavelMakarchuk Oct 15, 2024
8890511
Update PolicyEngine US
MaxGhenis Oct 15, 2024
b0219bc
Merge branch 'master' of https://github.com/PolicyEngine/policyengine…
PavelMakarchuk Oct 15, 2024
187b9e6
changelog
PavelMakarchuk Oct 15, 2024
97550bc
Merge pull request #5210 from PolicyEngine/states_update
PavelMakarchuk Oct 15, 2024
17630f0
Update PolicyEngine US
PavelMakarchuk Oct 15, 2024
10cd6d1
IN county tax (#1167)
MattHJensen Oct 15, 2024
7dbe67a
Update PolicyEngine US
MaxGhenis Oct 15, 2024
3177b65
Exclude students from the SNAP unit with certain exceptions. (#4975)
PavelMakarchuk Oct 15, 2024
2a42188
Update PolicyEngine US
MaxGhenis Oct 15, 2024
062b26c
Chained CPI 2035 (#5232)
DTrim99 Oct 15, 2024
7d10e6d
Update PolicyEngine US
MaxGhenis Oct 15, 2024
92a19e0
Merge branch 'chore/update-core' of https://github.com/PolicyEngine/p…
anth-volk Oct 17, 2024
37f582f
chore: Update to match newer version of -core
anth-volk Oct 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
changed:
- Updated required version of policyengine-core
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
),
],
install_requires=[
"policyengine-core>=3.8.1",
"policyengine-core>=3.9.0",
"policyengine-us-data==1.11.0",
"microdf-python",
"tqdm",
Expand Down
Loading