Skip to content

Commit

Permalink
Merge pull request #233 from PSLmodels/update-version
Browse files Browse the repository at this point in the history
Update version from 0.3.0 to 0.4.0
  • Loading branch information
martinholmer authored Oct 4, 2024
2 parents d5c6e39 + be72985 commit 8d68d68
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="tmd",
version="0.3.0",
version="0.4.0",
packages=find_packages(),
python_requires=">=3.10,<3.13",
install_requires=[
Expand Down
4 changes: 2 additions & 2 deletions tmd/areas/create_area_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ def valid_area(area: str):
all_ok = False
# check state congressional district number if appropriate
if len(area) == 4:
# assume CDs are based on 2020 Census (that is, 118th Congress)
max_cdn = state_info[scode][2020]
# assume CDs are based on 2010 Census (that is, 117th Congress)
max_cdn = state_info[scode][2010]
if max_cdn <= 1:
sys.stderr.write(
f": use area '{s_c}' for this one-district state\n"
Expand Down
21 changes: 10 additions & 11 deletions tmd/examination/results4.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Phase 4+ National Data Examination Results
==========================================

**RESULTS AS OF 2024-09-21**
**RESULTS AS OF 2024-10-04**

This project is developing a new dataset for use by income and payroll
tax microsimulation models. The project is progressing in several
Expand All @@ -19,7 +19,7 @@ For more on the source of the federal agency estimates and on how the
model-plus-dataset estimates are generated, see the [examination
methods](./methods.md) document. The model used to generate the
following Phase 4 estimates is [Tax-Calculator
4.2.2](https://github.com/PSLmodels/Tax-Calculator/blob/master/docs/about/releases.md)).
4.3.0](https://github.com/PSLmodels/Tax-Calculator/blob/master/docs/about/releases.md)).

<br>

Expand All @@ -28,7 +28,7 @@ following Phase 4 estimates is [Tax-Calculator
| CY23 Amount | CY26 Amount | Estimate Source |
| ---: | ---: | :--- |
| 1580.0 | 1829.9 | CBO |
| 1591.7 | 1847.0 | Tax-Calculator + phase 4 dataset |
| 1595.0 | 1851.4 | Tax-Calculator + phase 4 dataset |

<br>

Expand All @@ -37,7 +37,7 @@ following Phase 4 estimates is [Tax-Calculator
| CY23 Amount | CY26 Amount | Estimate Source |
| ---: | ---: | :--- |
| 2512.3 | 2849.4 | CBO |
| 2505.3 | 3140.8 | Tax-Calculator + phase 4 dataset |
| 2507.0 | 3161.2 | Tax-Calculator + phase 4 dataset |

<br>

Expand All @@ -47,7 +47,7 @@ following Phase 4 estimates is [Tax-Calculator
| ---: | ---: | :--- |
| 122.1 | 57.6 | JCT (assumes less than 100% participation) |
| 108.6 | 55.7 | TSY (probably assumes less than 100% participation) |
| 130.1 | 44.7 | Tax-Calculator + phase 4 dataset (100% participation) |
| 130.2 | 44.7 | Tax-Calculator + phase 4 dataset (100% participation) |

<br>

Expand All @@ -57,7 +57,7 @@ following Phase 4 estimates is [Tax-Calculator
| ---: | ---: | :--- |
| 71.9 | 78.0 | JCT (assumes less than 100% participation) |
| 63.6 | 71.2 | TSY (probably assumes less than 100% participation) |
| 69.8 | 78.0 | Tax-Calculator + phase 4 dataset (100% participation) |
| 69.6 | 77.8 | Tax-Calculator + phase 4 dataset (100% participation) |

<br>

Expand All @@ -67,7 +67,7 @@ following Phase 4 estimates is [Tax-Calculator
| ---: | ---: | :--- |
| 45.9 | 56.4 | JCT |
| 31.4 | 38.4 | TSY |
| 35.7 | 47.6 | Tax-Calculator + phase 4 dataset |
| 35.9 | 47.7 | Tax-Calculator + phase 4 dataset |

<br>

Expand All @@ -77,7 +77,7 @@ following Phase 4 estimates is [Tax-Calculator
| ---: | ---: | :--- |
| -56.5 | -53.8 | JCT |
| ---- | ---- | TSY |
| -54.0 | -52.3 | Tax-Calculator + phase 4 dataset |
| -54.0 | -53.8 | Tax-Calculator + phase 4 dataset |

<br>

Expand All @@ -87,7 +87,7 @@ following Phase 4 estimates is [Tax-Calculator
| ---: | ---: | :--- |
| 259.3 | 239.8 | JCT |
| 153.9 | 182.4 | TSY |
| 220.9 | 218.4 | Tax-Calculator + phase 4 dataset |
| 220.9 | 224.7 | Tax-Calculator + phase 4 dataset |

<br>

Expand All @@ -107,5 +107,4 @@ following Phase 4 estimates is [Tax-Calculator
| ---: | ---: | :--- |
| 21.2 | 151.3 | JCT |
| 26.5 | 149.0 | TSY |
| 21.1 | 164.8 | Tax-Calculator + phase 4 dataset |

| 21.2 | 165.4 | Tax-Calculator + phase 4 dataset |

0 comments on commit 8d68d68

Please sign in to comment.