Skip to content

Releases: TheCGO/fiscalsim-us

0.2.9

11 Apr 07:03
d72aef2
Compare
Choose a tag to compare

This release:

  • Reinstates running build_and_test.yml on push after merge.
  • Limits docs_check.yml to only run on pull request commits.
  • Updates some tags in README.md.

0.2.8

11 Apr 06:04
0324145
Compare
Choose a tag to compare

This release:

  • Limits build_and_test.yml GH Action to pull requests and no pushes on merge. It also limits the codecov run to the Linux-OS tests.

0.2.7

11 Apr 00:58
cc0cd64
Compare
Choose a tag to compare

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

18 Nov 07:26
bb025d2
Compare
Choose a tag to compare

This release:

  • Updates Montana tax logic

0.2.5

25 Oct 17:07
51990dc
Compare
Choose a tag to compare

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

24 Oct 20:31
fe6d7e4
Compare
Choose a tag to compare

This release:

  • Fixes circularity in CO tax logic
  • Fixes circularity in MO tax logic

0.2.3

13 Oct 21:27
66c48e7
Compare
Choose a tag to compare

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

13 Oct 16:28
4a96442
Compare
Choose a tag to compare

This release:

  • Updates files from PolicyEngine-US v0.500.0

0.2.1

09 Oct 08:18
c908062
Compare
Choose a tag to compare

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

09 Oct 07:34
d2b8948
Compare
Choose a tag to compare

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.