-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
4.0.0 release #2753
Conversation
Update to CDCC_prt
Divide CDCC parameters by 100
Update CDCC rates in reform to be on new scale
Update fix conflict branch
Update v4 branch with latest from master
add Employer side payroll parameters
Sync v4 branch with master
Update v4 development branch with latest from master
V4 development
Merge master into V4 development
Sync `v4_development` branch to `master`
V4 development
@martinholmer, please see PR #2753 to better understand what is going on. @bodiyang Can you make this a draft PR until #2573 is merged? |
@jdebacker said:
There was absolutely no explanation of "what is going on" in that original PR. |
docs/about/releases.md
Outdated
**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] |
There was a problem hiding this comment.
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..."
@bodiyang This branch appears to be just a few changes from |
have merge the change from |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2753 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 13 13
Lines 2605 2605
=======================================
Hits 2590 2590
Misses 15 15
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be #2752
@jdebacker have update the documentation. current testing failure is from the codecov ~ probably we can have a rerun of the tests |
This PR prepares Tax-Calc 4.0.0 new version release.
please check release.md file for the new features of the model.