Skip to content

Commit

Permalink
Merge pull request PSLmodels#2855 from martinholmer/4-3-5
Browse files Browse the repository at this point in the history
Changes for 4.3.5 version
  • Loading branch information
jdebacker authored Dec 16, 2024
2 parents df06211 + 47cd7b1 commit 57e0f62
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions docs/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclose
for a complete commit history.


2024-12-16 Release 4.3.5
------------------------
(last merged pull request is
[#2854](https://github.com/PSLmodels/Tax-Calculator/pull/2854))

**This is a minor enhancement and bug-fix release.**

**API Changes**

**New Features**
- Update PUF and CPS input data using CBO June 2024 baseline projection
[[#2831](https://github.com/PSLmodels/Tax-Calculator/pull/2831) by Bodi Yang]
- Generalize tmd_constructor in both Records and Policy classes
[[#2850](https://github.com/PSLmodels/Tax-Calculator/pull/2850) by Martin Holmer]
- Add changes that should have been included in PR #2831
[[#2854](https://github.com/PSLmodels/Tax-Calculator/pull/2854) by Martin Holmer]

**Bug Fixes**
- Fix several broken documentation links
[[#2847](https://github.com/PSLmodels/Tax-Calculator/pull/2847) by Martin Holmer] and
[[#2849](https://github.com/PSLmodels/Tax-Calculator/pull/2849) by Martin Holmer]
- Remove incorrect use of GrowFactors() in Policy and Parameters classes
[[#2852](https://github.com/PSLmodels/Tax-Calculator/pull/2852) by Martin Holmer]


2024-11-30 Release 4.3.4
------------------------
(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}`4.3.4 (2024-11-30) <about/releases>`
{doc}`4.3.5 (2024-12-16) <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 = "4.3.4"
version = "4.3.5"

config = {
"description": "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,6 +14,6 @@
from taxcalc.utils import *
from taxcalc.cli import *

__version__ = '4.3.4a'
__version__ = '4.3.5'
__min_python3_version__ = 10
__max_python3_version__ = 12
2 changes: 1 addition & 1 deletion taxcalc/reforms/ext.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// REFORM TO EXTEND TEMPORARY TCJA PROVISIONS BEYOND 2025
// USING TAX-CALCULATOR 4.3.4
// USING TAX-CALCULATOR 4.3.5
// WITH 2025-to-2026 INDEXING FACTOR = 1.024900
// AND 2028-to-2029 INDEXING FACTOR = 1.021800
{
Expand Down

0 comments on commit 57e0f62

Please sign in to comment.