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

4.0.0 release #2753

Merged
merged 37 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
29f91fc
Divide CDCC_crt and CDCC_frt parameters by 100 to match other paramet…
duncanhobbs Sep 29, 2021
25c5cfe
Update documentation for CDCC_crt and CDCC_frt to reflect division by…
duncanhobbs Sep 29, 2021
473ae2a
Update test_reforms.py with adjusted parameter values.
duncanhobbs Oct 5, 2021
fac5f21
Correct precision of CDCC_frt.
duncanhobbs Oct 5, 2021
7fbd861
make CDCC_prt a rate
jdebacker Oct 21, 2021
b4b1749
update F2441 docstring
jdebacker Oct 21, 2021
1cf3c04
Merge pull request #1 from jdebacker/pr-2628
duncanhobbs Oct 22, 2021
cd37b7f
Merge pull request #2628 from duncanhobbs/divide-by-100
jdebacker Oct 25, 2021
3cf3a21
update documentation of policy parameters
Jan 3, 2023
73ee270
update functions
Jan 3, 2023
8c9de96
update reform, tests files
Jan 4, 2023
d25902f
update parameter in policy law file
Jan 4, 2023
0969fc8
update testing reform file
Jan 11, 2023
8255631
solve payroll testing problem
Jan 12, 2023
f323e85
Merge branch 'v4_development' into its_merge_conflict_fix
jdebacker Jan 19, 2023
dc5f6b6
change CDCC rate scale
jdebacker Jan 19, 2023
cdc449d
Merge branch 'v4_development' into pr-2670
jdebacker Jan 19, 2023
c37e14e
Merge pull request #2671 from jdebacker/pr-2670
jdebacker Jan 19, 2023
dce49ac
Merge pull request #2672 from PSLmodels/v4_development
jdebacker Jan 19, 2023
0444a60
Merge pull request #2670 from PSLmodels/its_merge_conflict_fix
jdebacker Jan 19, 2023
c6420c1
Merge pull request #2669 from bodiyang/employer-payroll
jdebacker Jan 20, 2023
01ebe83
Merge pull request #2680 from PSLmodels/master
jdebacker May 3, 2023
bc20f78
Merge pull request #2693 from PSLmodels/master
jdebacker Sep 28, 2023
0495b94
Merge pull request #34 from PSLmodels/v4_development
bodiyang Feb 27, 2024
829892d
Merge branch 'v4_development' into master_v4_conflicts
jdebacker May 6, 2024
877145a
Merge pull request #2742 from PSLmodels/master_v4_conflicts
jdebacker May 8, 2024
9560083
Merge pull request #2749 from PSLmodels/master
jdebacker May 20, 2024
f313bfe
Merge pull request #43 from PSLmodels/v4_development
bodiyang May 28, 2024
ebf0cfa
release doc
May 30, 2024
8ab58fc
update version
May 30, 2024
ee589b9
change documentation
Jun 3, 2024
802e20e
Merge pull request #45 from PSLmodels/master
bodiyang Jun 4, 2024
dcdf068
Merge branch '4.0.0-release' into v4_development
bodiyang Jun 4, 2024
2794aa4
Merge pull request #46 from bodiyang/v4_development
bodiyang Jun 4, 2024
96e9f16
releases.md
Jun 5, 2024
1a6b09c
Merge branch '4.0.0-release' of github.com:bodiyang/Tax-Calculator in…
Jun 5, 2024
cb7b95a
update release file
Jun 5, 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
14 changes: 14 additions & 0 deletions docs/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ Release history
Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclosed)
for a complete commit history.

2024-06-01 Release 4.0.0
------------------------
(last merged pull request is
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be #2752

[#2749](https://github.com/PSLmodels/Tax-Calculator/pull/2749))

**This is a major release with changes that make Tax-Calculator incompatible with earlier releases.**

**API Changes**
- Reframewrok of the payroll tax policy parameters: Payroll tax parameters are split into the employer side and employee side ~ `FICA_mc_trt`, `FICA_ss_trt` are replaced by `FICA_mc_trt_employer`, `FICA_mc_trt_employee`, `FICA_ss_trt_employer` and `FICA_ss_trt_employee`. [[#2669](https://github.com/PSLmodels/Tax-Calculator/pull/2669) by Bodi Yang]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Reframework" spelled wrong -- and perhaps use "Apply a new framework for the payroll..."

- CDCC rate scale (`CDCC_crt`, `CDCC_frt`) changed from 0~1 to 0~100. [[#2628](https://github.com/PSLmodels/Tax-Calculator/pull/2628) by Duncan Hobbs and [#2671](https://github.com/PSLmodels/Tax-Calculator/pull/2671) by Jason DeBacker]

**New Features**
- Tax-Calculator 4.0.0 starts to incorporate with new [Taxcalc-Payroll](https://github.com/bodiyang/Taxcalc-Payroll) model, micro-simulation model focusing on payroll tax analysis. New features include (1) payroll tax reform simulation upon either employer side or employee side; (2) employer side payroll tax offset. [[Taxcalc-Payroll](https://github.com/bodiyang/Taxcalc-Payroll) developed by Bodi Yang]
bodiyang marked this conversation as resolved.
Show resolved Hide resolved

2024-05-10 Release 3.6.0
------------------------
(last merged pull request is
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The cross-model validation work with NBER's TAXSIM-27 model is described

## Latest release

{doc}`3.6.0 (2024-05-10) <about/releases>`
{doc}`4.0.0 (2024-06-01) <about/releases>`

If you are already using Tax-Calculator, upgrade using the following command:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md") as f:
longdesc = f.read()

version = "3.6.0"
version = "4.0.0"

config = {
"description": "Tax Calculator",
Expand Down
2 changes: 1 addition & 1 deletion taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: taxcalc
Version: 3.6.0
Version: 4.0.0
Summary: taxcalc
Home-page: https://github.com/PSLmodels/Tax-Calculator
Download-URL: https://github.com/PSLmodels/Tax-Calculator
Expand Down
2 changes: 1 addition & 1 deletion taxcalc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from taxcalc.utils import *
from taxcalc.cli import *

__version__ = '3.6.0'
__version__ = '4.0.0'
Loading