taxcalc 6.0.0__tar.gz → 6.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {taxcalc-6.0.0/taxcalc.egg-info → taxcalc-6.1.0}/PKG-INFO +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/conda.recipe/meta.yaml +2 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/about/releases.md +50 -7
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/index.md +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/environment.yml +4 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/setup.py +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/__init__.py +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/calcfunctions.py +11 -11
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/policy.py +7 -4
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/policy_current_law.json +6 -6
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/2017_law.json +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ARPA.json +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/Renacci.json +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/TCJA.json +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/Trump2016.json +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/Trump2017.json +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/reforms.json +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_4package.py +3 -15
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_calcfunctions.py +2 -2
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_reforms.py +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0/taxcalc.egg-info}/PKG-INFO +1 -1
- {taxcalc-6.0.0 → taxcalc-6.1.0}/.coveragerc +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/.github/FUNDING.yml +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/.github/workflows/build_and_test.yml +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/.github/workflows/check_jupyterbook.yml +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/.github/workflows/deploy_jupyterbook.yml +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/.github/workflows/deploy_parameters_docs.yml +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/.gitignore +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/LICENSE +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/MANIFEST.in +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/Makefile +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/PSL_catalog.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/README.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/codecov.yml +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/conda.recipe/bld.bat +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/conda.recipe/build.sh +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/csv_show.sh +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/csv_vars.sh +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/PSL.svg +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/_config.yml +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/_static/atr.png +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/_static/mtr.png +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/_static/pch.png +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/_toc.yml +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/about/LICENSE.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/about/history.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/about/roadmap.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/calcfunctions.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/calculator.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/consumption.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/data.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/decorators.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/growdiff.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/growfactors.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/parameters.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/policy.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/public_api.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/records.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/taxcalcio.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/utils.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/api/utilsprvt.rst +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/contributing/RELEASING.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/contributing/contributor_guide.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/contributing/param_naming.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/contributing/pr_workflow.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/contributing/testing.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/README.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/assumption_params.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/cli.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/index.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/input_vars.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/make/make_io_vars.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/make/make_params.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/make/make_uguide.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/output_vars.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/policy_params.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/python_interface.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/templates/assumption_params_template.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/templates/input_vars_template.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/templates/output_vars_template.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/guide/templates/policy_params_template.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/README.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/_static/reformA.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/_static/reformB.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/_static/reformC.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/convert_all.sh +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/index.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/md_src/recipe00.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/md_src/recipe01.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/md_src/recipe02.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/md_src/recipe03.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/md_src/recipe04.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/md_src/recipe04_pandas.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/md_src/recipe05.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/md_src/recipe06.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/recipe00.ipynb +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/recipe01.ipynb +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/recipe02.ipynb +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/recipe03.ipynb +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/recipe04.ipynb +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/recipe04_pandas.ipynb +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/recipe05.ipynb +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/recipes/recipe06.ipynb +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/usage/data.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/usage/overview.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/usage/starting.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/usage/tcja_after_2025.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/docs/use_cases.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/gitpr +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/gitpr.bat +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/gitsync +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/gitsync.bat +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/pyproject.toml +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/pytest.ini +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/setup.cfg +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/assumptions/ASSUMPTIONS.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/assumptions/README.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/assumptions/economic_assumptions_template.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/calculator.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/cli/__init__.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/cli/tc.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/conftest.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/consumption.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/consumption.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/cps.csv.gz +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/cps_weights.csv.gz +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/data.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/decorators.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/growdiff.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/growdiff.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/growfactors.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/growfactors.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/parameters.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/records.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/records_variables.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/2017_law.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ARPA.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/BrownKhanna.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/BrownKhanna.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/CARES.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/CARES.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ConsolidatedAppropriationsAct2021.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ConsolidatedAppropriationsAct2021.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/Larson2019.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/Larson2019.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/README.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/REFORMS.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/Renacci.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/SandersDeFazio.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/SandersDeFazio.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/TCJA.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/TCJA.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/Trump2016.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/Trump2017.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/archive/Clinton2016.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/archive/RyanBrady.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/archive/TCJA_House.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/archive/TCJA_House_Amended.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/archive/TCJA_Reconciliation.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/archive/TCJA_Senate.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/archive/TCJA_Senate_111417.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/archive/TCJA_Senate_120117.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/cases.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ext.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/growfactors_ext.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ptaxes0.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ptaxes0.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ptaxes1.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ptaxes1.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ptaxes2.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ptaxes2.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ptaxes3.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/reforms/ptaxes3.out.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/taxcalcio.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/benefits_expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/cmpi_cps_expect.txt +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/cmpi_puf_expect.txt +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/conftest.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/cpscsv_agg_expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/puf_var_correl_coeffs_2016.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/puf_var_wght_means_by_year.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/pufcsv_agg_expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/pufcsv_mtr_expect.txt +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/reforms_expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_benefits.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_calculator.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_consumption.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_cpscsv.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_data.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_decorators.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_growdiff.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_growfactors.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_parameters.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_policy.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_records.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_responses.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_taxcalcio.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/tests/test_utils.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/utils.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/utilsprvt.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/CSV_INPUT_VARS.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/CSV_OUTPUT_VARS.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/README.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/Differences_Explained.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/README.md +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/a17-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/a18-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/a19-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/a20-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/a21-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/b17-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/b18-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/b19-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/b20-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/b21-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/c17-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/c18-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/expected_differences/c19-taxdiffs-expect.csv +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/input_setup.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/main_comparison.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/prepare_taxcalc_input.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/process_taxcalc_output.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/taxsim_emulation.json +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/taxsim_input.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/tc_sims.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/taxsim35/tests_35.py +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc/validation/tests_35.sh +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc.egg-info/SOURCES.txt +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc.egg-info/dependency_links.txt +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc.egg-info/entry_points.txt +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc.egg-info/requires.txt +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/taxcalc.egg-info/top_level.txt +0 -0
- {taxcalc-6.0.0 → taxcalc-6.1.0}/tctest-nojit.sh +0 -0
@@ -1,20 +1,56 @@
|
|
1
1
|
Release history
|
2
2
|
===============
|
3
|
-
Go
|
3
|
+
Go
|
4
|
+
[here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclosed)
|
4
5
|
for a complete commit history.
|
5
6
|
|
7
|
+
|
8
|
+
2025-10-11 Release 6.1.0
|
9
|
+
------------------------
|
10
|
+
(last merged pull request is
|
11
|
+
[#2965](https://github.com/PSLmodels/Tax-Calculator/pull/2965))
|
12
|
+
|
13
|
+
**This is an enhancement release.**
|
14
|
+
|
15
|
+
**API Changes**
|
16
|
+
|
17
|
+
**New Features**
|
18
|
+
|
19
|
+
- Rename two policy parameters to clarify they are addons not levels
|
20
|
+
[[#2965](https://github.com/PSLmodels/Tax-Calculator/pull/2965) by
|
21
|
+
Martin Holmer]
|
22
|
+
|
23
|
+
- Update dependencies in `environment.yml` and `conda.recipe/meta.yaml` files
|
24
|
+
[[#2964](https://github.com/PSLmodels/Tax-Calculator/pull/2964) by
|
25
|
+
Martin Holmer]
|
26
|
+
|
27
|
+
**Bug Fixes**
|
28
|
+
|
29
|
+
|
6
30
|
2025-09-24 Release 6.0.0
|
7
31
|
------------------------
|
8
32
|
(last merged pull request is
|
9
33
|
[#2961](https://github.com/PSLmodels/Tax-Calculator/pull/2961))
|
10
34
|
|
11
|
-
**This is a major release with changes that make Tax-Calculator
|
35
|
+
**This is a major release with changes that make Tax-Calculator
|
36
|
+
incompatible with earlier releases.**
|
12
37
|
|
13
38
|
**API Changes**
|
14
|
-
|
39
|
+
|
40
|
+
- Remove the [taxdata](https://github.com/PSLmodels/taxdata)-produced
|
41
|
+
`puf_weights.csv.gz` and `puf_ratios.csv` files from the
|
42
|
+
Tax-Calculator repository. Adds a new `Records.puf_constructor`
|
43
|
+
static method for use with PUF data. Users will now need to supply
|
44
|
+
those PUF weights and PUF ratios files (from the `taxdata`
|
45
|
+
repository) just as they have always needed to supply the `puf.csv`
|
46
|
+
file from the `taxdata` repository.
|
47
|
+
[[#2961](https://github.com/PSLmodels/Tax-Calculator/pull/2961) by
|
48
|
+
Martin Holmer]
|
15
49
|
|
16
50
|
**New Features**
|
17
51
|
|
52
|
+
**Bug Fixes**
|
53
|
+
|
18
54
|
|
19
55
|
2025-09-19 Release 5.3.0
|
20
56
|
------------------------
|
@@ -26,13 +62,17 @@ for a complete commit history.
|
|
26
62
|
**API Changes**
|
27
63
|
|
28
64
|
**New Features**
|
65
|
+
|
29
66
|
- Update new PUF weights and ratios files.
|
30
67
|
[[#2925](https://github.com/PSLmodels/Tax-Calculator/pull/2925) by
|
31
|
-
Bodi Yang], from the update in [[TaxData PR
|
32
|
-
taxdata/pull/452) by Bodi Yang]
|
68
|
+
Bodi Yang], from the update in [[TaxData PR
|
69
|
+
#452](https://github.com/PSLmodels/ taxdata/pull/452) by Bodi Yang]
|
33
70
|
|
34
|
-
Note: PUF users are required to produce new `puf.csv` file from
|
35
|
-
|
71
|
+
Note: PUF users are required to produce new `puf.csv` file from
|
72
|
+
TaxData repository and replace the old file in the Tax-Calculator
|
73
|
+
directory. Correct usage: Tax-Calculator >= 5.3.0 versions are
|
74
|
+
compatible with the newly produced `puf.csv` file; Tax-Calculator <=
|
75
|
+
5.2.0 versions are compatible with the previous `puf.csv` file
|
36
76
|
|
37
77
|
- Make `FST_AGI_thd` parameters to be non inflation-indexed
|
38
78
|
[[#2951](https://github.com/PSLmodels/Tax-Calculator/pull/2951) by
|
@@ -54,6 +94,7 @@ for a complete commit history.
|
|
54
94
|
[[#2957](https://github.com/PSLmodels/Tax-Calculator/pull/2957) by
|
55
95
|
Martin Holmer]
|
56
96
|
|
97
|
+
**Bug Fixes**
|
57
98
|
|
58
99
|
|
59
100
|
2025-08-08 Release 5.2.0
|
@@ -74,6 +115,8 @@ for a complete commit history.
|
|
74
115
|
[[#2944](https://github.com/PSLmodels/Tax-Calculator/pull/2944) by
|
75
116
|
Martin Holmer]
|
76
117
|
|
118
|
+
**Bug Fixes**
|
119
|
+
|
77
120
|
|
78
121
|
2025-07-22 Release 5.1.0
|
79
122
|
------------------------
|
@@ -54,7 +54,7 @@ cross-model validation work with NBER's TAXSIM-35 model is described
|
|
54
54
|
|
55
55
|
## Latest release
|
56
56
|
|
57
|
-
{doc}`6.
|
57
|
+
{doc}`6.1.0 (2025-10-11) <about/releases>`
|
58
58
|
|
59
59
|
If you are already using Tax-Calculator, upgrade using the following command:
|
60
60
|
```
|
@@ -11,6 +11,9 @@ dependencies:
|
|
11
11
|
- setuptools
|
12
12
|
- pytest
|
13
13
|
- pytest-xdist
|
14
|
+
- pytest-asyncio
|
15
|
+
- requests
|
16
|
+
- aiohttp
|
14
17
|
- pycodestyle
|
15
18
|
- pylint
|
16
19
|
- coverage
|
@@ -20,3 +23,4 @@ dependencies:
|
|
20
23
|
- pip:
|
21
24
|
- jupyter-book
|
22
25
|
- "paramtools>=0.20.0"
|
26
|
+
- "mcp[cli]"
|
@@ -1871,7 +1871,7 @@ def AMT(e07300, dwks13, standard, f6251, c00100, c18300, taxbc,
|
|
1871
1871
|
dwks14, c05700, e62900, e00700, dwks10, age_head, age_spouse,
|
1872
1872
|
earned, cmbtp, qbided,
|
1873
1873
|
AMT_child_em_c_age, AMT_brk1,
|
1874
|
-
AMT_em, AMT_prt, AMT_rt1,
|
1874
|
+
AMT_em, AMT_prt, AMT_rt1, AMT_rt2_addon,
|
1875
1875
|
AMT_child_em, AMT_em_ps, AMT_em_pe,
|
1876
1876
|
AMT_CG_brk1, AMT_CG_brk2, AMT_CG_brk3, AMT_CG_rt1, AMT_CG_rt2,
|
1877
1877
|
AMT_CG_rt3, AMT_CG_rt4, c05800, c09600, c62100):
|
@@ -1946,8 +1946,8 @@ def AMT(e07300, dwks13, standard, f6251, c00100, c18300, taxbc,
|
|
1946
1946
|
AMT exemption phaseout rate
|
1947
1947
|
AMT_rt1: float
|
1948
1948
|
AMT rate 1
|
1949
|
-
|
1950
|
-
Additional AMT rate for AMT taxable income
|
1949
|
+
AMT_rt2_addon: float
|
1950
|
+
Additional AMT rate for AMT taxable income above AMT bracket 1
|
1951
1951
|
AMT_child_em: float
|
1952
1952
|
Child AMT exemption additional income base
|
1953
1953
|
AMT_em_ps: list
|
@@ -1977,14 +1977,14 @@ def AMT(e07300, dwks13, standard, f6251, c00100, c18300, taxbc,
|
|
1977
1977
|
c09600: float
|
1978
1978
|
Alternative Minimum Tax (AMT) liability
|
1979
1979
|
c62100: float
|
1980
|
-
Alternative Minimum Tax (AMT)
|
1980
|
+
Alternative Minimum Tax (AMT) taxable income
|
1981
1981
|
|
1982
1982
|
Returns
|
1983
1983
|
-------
|
1984
1984
|
c62100: float
|
1985
|
-
Alternative Minimum Tax (AMT)
|
1985
|
+
Alternative Minimum Tax (AMT) taxable income
|
1986
1986
|
c09600: float
|
1987
|
-
Alternative Minimum Tax (AMT) liability
|
1987
|
+
Alternative Minimum Tax (AMT) tax liability
|
1988
1988
|
c05800: float
|
1989
1989
|
Total (regular + AMT) income tax liability before credits
|
1990
1990
|
"""
|
@@ -2012,7 +2012,7 @@ def AMT(e07300, dwks13, standard, f6251, c00100, c18300, taxbc,
|
|
2012
2012
|
line29 = min(line29, earned + AMT_child_em)
|
2013
2013
|
line30 = max(0., c62100 - line29)
|
2014
2014
|
line3163 = (AMT_rt1 * line30 +
|
2015
|
-
|
2015
|
+
AMT_rt2_addon * max(0., (line30 - (AMT_brk1 / sep))))
|
2016
2016
|
if dwks10 > 0. or dwks13 > 0. or dwks14 > 0. or dwks19 > 0. or e24515 > 0.:
|
2017
2017
|
# complete Form 6251, Part III (line36 is equal to line30)
|
2018
2018
|
line37 = dwks13
|
@@ -2021,7 +2021,7 @@ def AMT(e07300, dwks13, standard, f6251, c00100, c18300, taxbc,
|
|
2021
2021
|
line40 = min(line30, line39)
|
2022
2022
|
line41 = max(0., line30 - line40)
|
2023
2023
|
line42 = (AMT_rt1 * line41 +
|
2024
|
-
|
2024
|
+
AMT_rt2_addon * max(0., (line41 - (AMT_brk1 / sep))))
|
2025
2025
|
line44 = dwks14
|
2026
2026
|
line45 = max(0., AMT_CG_brk1[MARS - 1] - line44)
|
2027
2027
|
line46 = min(line30, line37)
|
@@ -2268,7 +2268,7 @@ def EITCamount(basic_frac, phasein_rate, earnings, max_amount,
|
|
2268
2268
|
@iterate_jit(nopython=True)
|
2269
2269
|
def EITC(MARS, DSI, EIC, c00100, e00300, e00400, e00600, c01000,
|
2270
2270
|
e02000, e26270, age_head, age_spouse, earned, earned_p, earned_s,
|
2271
|
-
EITC_ps, EITC_MinEligAge, EITC_MaxEligAge,
|
2271
|
+
EITC_ps, EITC_MinEligAge, EITC_MaxEligAge, EITC_ps_addon_MarriedJ,
|
2272
2272
|
EITC_rt, EITC_c, EITC_prt, EITC_basic_frac,
|
2273
2273
|
EITC_InvestIncome_c, EITC_excess_InvestIncome_rt,
|
2274
2274
|
EITC_indiv, EITC_sep_filers_elig, c59660):
|
@@ -2315,7 +2315,7 @@ def EITC(MARS, DSI, EIC, c00100, e00300, e00400, e00600, c01000,
|
|
2315
2315
|
Minimum age for childless EITC eligibility
|
2316
2316
|
EITC_MaxEligAge: int
|
2317
2317
|
Maximum age for childless EITC eligibility
|
2318
|
-
|
2318
|
+
EITC_ps_addon_MarriedJ: list
|
2319
2319
|
Extra earned income credit phaseout start AGI for
|
2320
2320
|
married filling jointly
|
2321
2321
|
EITC_rt: list
|
@@ -2360,7 +2360,7 @@ def EITC(MARS, DSI, EIC, c00100, e00300, e00400, e00600, c01000,
|
|
2360
2360
|
c59660 = eitc
|
2361
2361
|
|
2362
2362
|
if MARS == 2:
|
2363
|
-
po_start = EITC_ps[EIC] +
|
2363
|
+
po_start = EITC_ps[EIC] + EITC_ps_addon_MarriedJ[EIC]
|
2364
2364
|
if not EITC_indiv:
|
2365
2365
|
# filing unit EITC rather than individual EITC
|
2366
2366
|
eitc = EITCamount(EITC_basic_frac,
|
@@ -55,8 +55,7 @@ class Policy(Parameters):
|
|
55
55
|
return last_budget_year - Policy.JSON_START_YEAR + 1
|
56
56
|
|
57
57
|
# NOTE: the following three data structures use internal parameter names:
|
58
|
-
# (1) specify which Policy parameters have been removed or renamed
|
59
|
-
# where "recently" means in the last major release
|
58
|
+
# (1) specify which Policy parameters have been removed or renamed
|
60
59
|
REMOVED_PARAMS = {
|
61
60
|
# following parameters were renamed in PR 2918
|
62
61
|
'SS_thd50': 'was renamed SS_thd1 in Tax-Calculator 5.0.0',
|
@@ -110,9 +109,13 @@ class Policy(Parameters):
|
|
110
109
|
'ID_reduction_other_rate': (
|
111
110
|
'was renamed ID_reduction_rate in Tax-Calculator 5.1.0'
|
112
111
|
),
|
112
|
+
# following parameters were renamed in PR 2965
|
113
|
+
'AMT_rt2': 'was renamed AMT_rt2_addon in Tax-Calculator 6.1.0',
|
114
|
+
'EITC_ps_MarriedJ': (
|
115
|
+
'was renamed EITC_ps_addon_MarriedJ in Tax-Calculator 6.1.0'
|
116
|
+
),
|
113
117
|
}
|
114
|
-
# (2) specify which Policy parameters have been redefined
|
115
|
-
# where "recently" means in the last major release
|
118
|
+
# (2) specify which Policy parameters have been redefined
|
116
119
|
REDEFINED_PARAMS = {}
|
117
120
|
# (3) specify which Policy parameters are wage (rather than price) indexed
|
118
121
|
WAGE_INDEXED_PARAMS = ['SS_Earnings_c', 'SS_Earnings_thd']
|
@@ -17502,9 +17502,9 @@
|
|
17502
17502
|
"cps": true
|
17503
17503
|
}
|
17504
17504
|
},
|
17505
|
-
"
|
17505
|
+
"AMT_rt2_addon": {
|
17506
17506
|
"title": "Additional AMT rate for AMT taxable income above AMT bracket 1",
|
17507
|
-
"description": "The additional tax rate applied to the portion of AMT income above the AMT bracket 1.",
|
17507
|
+
"description": "The additional tax rate applied to the portion of AMT income above the AMT bracket 1, which means that AMT_rt2_addon equals AMT_rt2 minus AMT_rt1.",
|
17508
17508
|
"notes": "This is the additional tax rate (on top of AMT rate 1) for AMT income above AMT bracket 1.",
|
17509
17509
|
"section_1": "Personal Income",
|
17510
17510
|
"section_2": "Alternative Minimum Tax",
|
@@ -17519,8 +17519,8 @@
|
|
17519
17519
|
],
|
17520
17520
|
"validators": {
|
17521
17521
|
"range": {
|
17522
|
-
"min": 0,
|
17523
|
-
"max": 1
|
17522
|
+
"min": 0.0,
|
17523
|
+
"max": 0.1
|
17524
17524
|
}
|
17525
17525
|
},
|
17526
17526
|
"compatible_data": {
|
@@ -19734,9 +19734,9 @@
|
|
19734
19734
|
"cps": true
|
19735
19735
|
}
|
19736
19736
|
},
|
19737
|
-
"
|
19737
|
+
"EITC_ps_addon_MarriedJ": {
|
19738
19738
|
"title": "Extra earned income credit phaseout start AGI for married filling jointly",
|
19739
|
-
"description": "This is the additional amount added on the regular phaseout start amount for taxpayers with filling status of married filing jointly.",
|
19739
|
+
"description": "This is the additional amount added on the regular phaseout start amount for taxpayers with filling status of married filing jointly, which means that EITC_ps_addon_MarriedJ equals EITC_ps_MarriedJ minus EITC_ps.",
|
19740
19740
|
"notes": "",
|
19741
19741
|
"section_1": "Refundable Credits",
|
19742
19742
|
"section_2": "Earned Income Tax Credit",
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"AMT_brk1": {"2017": 187800},
|
100
100
|
"EITC_c": {"2017": [510, 3400, 5616, 6318]},
|
101
101
|
"EITC_ps": {"2017": [8340, 18340, 18340, 18340]},
|
102
|
-
"
|
102
|
+
"EITC_ps_addon_MarriedJ": {"2017": [5600, 5600, 5600, 5600]},
|
103
103
|
"EITC_InvestIncome_c": {"2017": 3450},
|
104
104
|
"ETC_pe_Single": {"2017": 66},
|
105
105
|
"ETC_pe_Married": {"2017": 132},
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"2022": [0.0765, 0.34, 0.4, 0.45]},
|
50
50
|
"EITC_ps": {"2021": [11610, 19464.12, 19464.12, 19464.12],
|
51
51
|
"2022": [9160, 20130, 20130, 20130]},
|
52
|
-
"
|
52
|
+
"EITC_ps_addon_MarriedJ": {"2021": [5940, 5950, 5950, 5950],
|
53
53
|
"2022": [6130, 6130, 6130, 6130]},
|
54
54
|
"EITC_MinEligAge": {"2021": 19,
|
55
55
|
"2022": 25},
|
@@ -123,7 +123,7 @@
|
|
123
123
|
"EITC_c": {"2018": [519, 3461, 5716, 6431]},
|
124
124
|
"EITC_MaxEligAge": {"2022":125, "2023": 125},
|
125
125
|
"EITC_ps": {"2018": [8490, 18660, 18660, 18660]},
|
126
|
-
"
|
126
|
+
"EITC_ps_addon_MarriedJ": {"2018": [5680, 5690, 5690, 5690]},
|
127
127
|
"EITC_InvestIncome_c": {"2018": 3500},
|
128
128
|
"ETC_pe_Single": {"2018": 67},
|
129
129
|
"ETC_pe_Married": {"2018": 134},
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"CG_brk1": {"2017": [37500, 75000, 37500, 37500, 75000]},
|
38
38
|
"CG_brk2": {"2017": [112500, 225000, 112500, 112500, 225000]},
|
39
39
|
"AMT_rt1": {"2017": 0},
|
40
|
-
"
|
40
|
+
"AMT_rt2_addon": {"2017": 0},
|
41
41
|
"NIIT_rt": {"2017": 0},
|
42
42
|
"STD": {"2017": [15000, 30000, 15000, 15000, 30000]},
|
43
43
|
"II_em": {"2017": 0},
|
@@ -23,7 +23,7 @@
|
|
23
23
|
"II_rt6": {"2017": 0.35},
|
24
24
|
"II_rt7": {"2017": 0.35},
|
25
25
|
"AMT_rt1": {"2017": 0},
|
26
|
-
"
|
26
|
+
"AMT_rt2_addon": {"2017": 0},
|
27
27
|
"NIIT_rt": {"2017": 0},
|
28
28
|
"STD": {"2017": [12700, 25400, 12700, 18700, 25400]},
|
29
29
|
"ID_StateLocalTax_hc": {"2017": 1.0},
|
@@ -365,7 +365,7 @@
|
|
365
365
|
"38": {
|
366
366
|
"baseline": "2017_law.json",
|
367
367
|
"start_year": 2015,
|
368
|
-
"value": {"
|
368
|
+
"value": {"AMT_rt2_addon": 0.04},
|
369
369
|
"name": "Increase AMT rate above the surtax threshold by 2 pts",
|
370
370
|
"output_type": "iitax",
|
371
371
|
"compare_with": {}
|
@@ -8,9 +8,7 @@ Tests for package existence and dependencies consistency.
|
|
8
8
|
import os
|
9
9
|
import re
|
10
10
|
import ast
|
11
|
-
import subprocess
|
12
11
|
import yaml
|
13
|
-
import pytest
|
14
12
|
|
15
13
|
|
16
14
|
def extract_install_requires(setup_py_content):
|
@@ -41,19 +39,6 @@ def extract_install_requires(setup_py_content):
|
|
41
39
|
return []
|
42
40
|
|
43
41
|
|
44
|
-
@pytest.mark.local
|
45
|
-
def test_for_package_existence():
|
46
|
-
"""
|
47
|
-
Ensure that no conda taxcalc package is installed when running pytest.
|
48
|
-
Primarily to help developers catch mistaken installations of taxcalc;
|
49
|
-
the local mark prevents test from running on GitHub.
|
50
|
-
"""
|
51
|
-
out = subprocess.check_output(['conda', 'list', 'taxcalc']).decode('ascii')
|
52
|
-
envless_out = out.replace('taxcalc-dev', 'environment')
|
53
|
-
if re.search('taxcalc', envless_out) is not None:
|
54
|
-
assert False, 'ERROR: taxcalc package is installed'
|
55
|
-
|
56
|
-
|
57
42
|
def test_for_consistency(tests_path):
|
58
43
|
"""
|
59
44
|
Ensure that there is consistency between environment.yml dependencies
|
@@ -63,6 +48,9 @@ def test_for_consistency(tests_path):
|
|
63
48
|
dev_pkgs = set([
|
64
49
|
'pytest',
|
65
50
|
'pytest-xdist',
|
51
|
+
'pytest-asyncio',
|
52
|
+
'requests',
|
53
|
+
'aiohttp',
|
66
54
|
'pycodestyle',
|
67
55
|
'pylint',
|
68
56
|
'coverage',
|
@@ -521,7 +521,7 @@ earned_s = 0
|
|
521
521
|
EITC_ps = [8790, 19330, 19330, 19330]
|
522
522
|
EITC_MinEligAge = 25
|
523
523
|
EITC_MaxEligAge = 64
|
524
|
-
|
524
|
+
EITC_ps_addon_MarriedJ = [5890, 5890, 5890, 5890]
|
525
525
|
EITC_rt = [0.0765, 0.34, 0.4, 0.45]
|
526
526
|
EITC_c = [538, 3584, 5920, 6660]
|
527
527
|
EITC_prt = [0.0765, 0.1598, 0.2106, 0.2106]
|
@@ -536,7 +536,7 @@ UI_em = 10200
|
|
536
536
|
c59660 = 0 # this will be 6660 after the EITC calculation
|
537
537
|
tuple1 = (MARS, DSI, EIC, c00100, e00300, e00400, e00600, c01000,
|
538
538
|
e02000, e26270, age_head, age_spouse, earned, earned_p, earned_s,
|
539
|
-
EITC_ps, EITC_MinEligAge, EITC_MaxEligAge,
|
539
|
+
EITC_ps, EITC_MinEligAge, EITC_MaxEligAge, EITC_ps_addon_MarriedJ,
|
540
540
|
EITC_rt, EITC_c, EITC_prt, EITC_basic_frac,
|
541
541
|
EITC_InvestIncome_c, EITC_excess_InvestIncome_rt,
|
542
542
|
EITC_indiv, EITC_sep_filers_elig, c59660)
|
@@ -45,7 +45,7 @@ def test_2017_law_reform(tests_path):
|
|
45
45
|
'AMT_brk1': {'relation': '>', 'value': 191100},
|
46
46
|
'EITC_c': {'relation': '>', 'value': 519},
|
47
47
|
'EITC_ps': {'relation': '>', 'value': 8490},
|
48
|
-
'
|
48
|
+
'EITC_ps_addon_MarriedJ': {'relation': '>', 'value': 5680},
|
49
49
|
'EITC_InvestIncome_c': {'relation': '>', 'value': 3500},
|
50
50
|
# ... parameters affected by TCJA and that are not indexed
|
51
51
|
'ID_Charity_crt_all': {'relation': '=', 'value': 0.5},
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|