From c79bf79f5f5b8b0139f9f909f9253a9f00d08ec4 Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Sun, 15 Dec 2024 15:43:33 -0500 Subject: [PATCH 1/2] Begin work on 4-3-5 branch --- docs/about/releases.md | 23 +++++++++++++++++++++++ setup.py | 2 +- taxcalc/__init__.py | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/about/releases.md b/docs/about/releases.md index 70c8d7119..c34b36dff 100644 --- a/docs/about/releases.md +++ b/docs/about/releases.md @@ -4,6 +4,29 @@ 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 +[#2852](https://github.com/PSLmodels/Tax-Calculator/pull/2852)) + +**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] + +**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 diff --git a/setup.py b/setup.py index fb16ce918..d748c0007 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/taxcalc/__init__.py b/taxcalc/__init__.py index fa0c5d7bb..d5be98ba0 100644 --- a/taxcalc/__init__.py +++ b/taxcalc/__init__.py @@ -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 From 36a2e7b3e80712a1c4fca0c466a1afbe037f4003 Mon Sep 17 00:00:00 2001 From: "martin.holmer@gmail.com" Date: Sun, 15 Dec 2024 18:00:22 -0500 Subject: [PATCH 2/2] Finish work on 4-3-5 branch --- docs/about/releases.md | 4 +++- docs/index.md | 2 +- taxcalc/reforms/ext.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/about/releases.md b/docs/about/releases.md index c34b36dff..bae8689e2 100644 --- a/docs/about/releases.md +++ b/docs/about/releases.md @@ -7,7 +7,7 @@ for a complete commit history. 2024-12-16 Release 4.3.5 ------------------------ (last merged pull request is -[#2852](https://github.com/PSLmodels/Tax-Calculator/pull/2852)) +[#2854](https://github.com/PSLmodels/Tax-Calculator/pull/2854)) **This is a minor enhancement and bug-fix release.** @@ -18,6 +18,8 @@ for a complete commit history. [[#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 diff --git a/docs/index.md b/docs/index.md index adb95c1f3..97b6fa88e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) ` +{doc}`4.3.5 (2024-12-16) ` If you are already using Tax-Calculator, upgrade using the following command: diff --git a/taxcalc/reforms/ext.json b/taxcalc/reforms/ext.json index 28546f2bb..1a72b182c 100644 --- a/taxcalc/reforms/ext.json +++ b/taxcalc/reforms/ext.json @@ -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 {