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 Minnesota tax logic to 2023 #80

Merged
merged 28 commits into from
Nov 22, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
03c595b
Updated AMT standard_deduct.yaml to 2023
rickecon May 7, 2024
580d846
Updated mult.yaml and rate.yaml AMT params
rickecon May 7, 2024
3801f57
Updated MN AMT std-Deduct_phase_out.yaml
rickecon May 7, 2024
4c5adca
Updated MN additions to AGI params
rickecon May 7, 2024
4061a49
Update mn_incom_tax.py
rickecon May 7, 2024
3c56dcf
Added mn_prev_year_state_refund.py variable
rickecon May 7, 2024
f2d1d16
Updates to Minnesota 2023 tax logic
rickecon May 8, 2024
50e4639
Updated mn_cdcc.py
rickecon May 8, 2024
08e2e28
Updated mn_income_tax.py
rickecon May 8, 2024
b933631
Updated mn cdcc
rickecon May 10, 2024
b612fc9
Updated MN working families credit
rickecon May 10, 2024
3d11569
Updated MN refundable credits
rickecon May 10, 2024
c83aa26
Updated MN parameters README.md
rickecon May 10, 2024
a964f88
Updated nonrefundable credits
rickecon May 10, 2024
255e5e6
Updated MN AMT
rickecon May 10, 2024
84ef0fd
updated subtractions and tax rates
rickecon May 10, 2024
2486d67
Updated MN deductions and exemptions
rickecon May 10, 2024
4959268
Black formatted files
rickecon May 10, 2024
b8e7600
Updated tests
rickecon May 10, 2024
70810f1
Updated version
rickecon May 10, 2024
2a41703
Updated test_microsim.py
rickecon May 10, 2024
ebec600
Black formatted files
rickecon May 10, 2024
5cb0913
Removed MacOS tests from build_and_test.yml
rickecon May 10, 2024
d0da378
Updated previous PR merged files
rickecon Nov 22, 2024
5cfab8d
Updated test_microsim.py
rickecon Nov 22, 2024
10334e3
Added back macos-latest to build_and_test.yml
rickecon Nov 22, 2024
4f7e390
Updated timestamp and changed numpy version requirement
rickecon Nov 22, 2024
f67fc5d
Set to skip test_microsim.py
rickecon Nov 22, 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
Prev Previous commit
Next Next commit
Updated version
  • Loading branch information
rickecon committed May 10, 2024
commit 70810f15dadd42970308f7ccf716d51ab03ffee1
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.10] - 2024-05-10 04:30:00

### Added

- Updates Minnesota tax logic to 2023 law

## [0.2.9] - 2024-04-11 00:30:00

### Added
@@ -211,6 +217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- First prototype version based off of openfisca-us and tax-calculator.


[0.2.10]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.9...v0.2.10
[0.2.9]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.8...v0.2.9
[0.2.8]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/TheCGO/fiscalsim-us/compare/v0.2.6...v0.2.7
5 changes: 5 additions & 0 deletions changelog.yaml
Original file line number Diff line number Diff line change
@@ -191,3 +191,8 @@
- Limits `docs_check.yml` to only run on pull request commits.
- Updates some tags in `README.md.`
date: 2024-04-11 00:30:00
- bump: patch
changes:
added:
- Updates Minnesota tax logic to 2023 law
date: 2024-05-10 04:30:00
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

setup(
name="fiscalsim-us",
version="0.2.9",
version="0.2.10",
author="Center for Growth and Opportunity at Utah State University (CGO)",
author_email="fiscalsim@thecgo.org",
long_description=readme,
Loading