Releases: TheCGO/fiscalsim-us
Releases · TheCGO/fiscalsim-us
0.2.7
This release:
- Limits the
policyengine-core
dependency in setup.py
to be less than v. 2.9.
- Updates the Codecov.io GH Action in
build_and_test.yml
0.2.6
This release:
- Updates Montana tax logic
0.2.5
This release:
- Updates
environment.yml
and build_and_test.yml
to allow for python 3.11
- Updates Virginia tax logic with correct mapping from federal filing status to state filing status.
0.2.4
This release:
- Fixes circularity in CO tax logic
- Fixes circularity in MO tax logic
0.2.3
This release:
- Adds three files
prior_year_state_income_tax_paid.py
, prior_year_local_income_tax_paid.py
, and sales_or_prior_year_state_and_local_income_tax.py
- Adjusts
salt_deduction.py
to calculate based on the added variables above
0.2.2
This release:
- Updates files from PolicyEngine-US v0.500.0
0.2.1
This release:
- Updates two files
la_nonrefundable_childcare.py
and in_unemployment_compensation_deduction.py
that need a min()
reference updated to min_()
0.2.0
This release:
- Updates the Python version to 3.10 in
environment.yml
, setup.py
, README.md
, build_and_test.yml
, deploy_docs.yml
, docs_check.yml
, and publish_to_pypi.yml
.
- Adds back the Windows CI tests to `build_and_test.yml. See Issue #49.
- Updates to
numpy>=1.24,<1.24
and policyengine-core>=2.8,<3
in setup.py
. This change is what enabled the update to Python 3.10 and came from PR #117 to policyengine-core
.
0.1.5
This release:
- Updates the main
README.md
file content and its badges.
0.1.4
This release:
- Adds Louisiana state income tax logic with credits and refunds (PR #51)