Skip to content

Commit

Permalink
Merge pull request #2338 from martinholmer/2-3-0
Browse files Browse the repository at this point in the history
Update RELEASES/CHANGES info for release 2.3.0
  • Loading branch information
martinholmer authored Jun 8, 2019
2 parents 9e66030 + a9e1686 commit ab32802
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 8 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@ TAX-CALCULATOR CHANGE HISTORY
=============================


Changes in release 2.3.0 on 2019-06-08
--------------------------------------

**This is an enhancement release.**

- Redo validation tests using newest version of TAXSIM-27

- Simplify Records class internal logic by adding generic Data class


Changes in release 2.2.0 on 2019-05-20
--------------------------------------

Expand Down
22 changes: 22 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclose
for a complete commit history.


2019-06-08 Release 2.3.0
------------------------
(last merged pull request is
[#2337](https://github.com/PSLmodels/Tax-Calculator/pull/2337))

**This is an enhancement release.**

**API Changes**
- None

**New Features**
- Redo validation tests using newest version of TAXSIM-27
[[#2336](https://github.com/PSLmodels/Tax-Calculator/pull/2336)
by Martin Holmer with assistance from Dan Feenberg]
- Simplify Records class internal logic by adding generic Data class
[[#2337](https://github.com/PSLmodels/Tax-Calculator/pull/2337)
by Martin Holmer based on ideas from Cody Kallen]

**Bug Fixes**
- None


2019-05-20 Release 2.2.0
------------------------
(last merged pull request is
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ <h3>What is Tax-Calculator?</h3>
<h3>Latest Release</h3>

<p>
<a href="https://github.com/PSLmodels/Tax-Calculator/blob/master/RELEASES.md#2019-05-20-release-220" target="_blank">
2.2.0 (2019-05-20)
<a href="https://github.com/PSLmodels/Tax-Calculator/blob/master/RELEASES.md#2019-06-08-release-230" target="_blank">
2.3.0 (2019-06-08)
</a>
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/index.htmx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
<h3>Latest Release</h3>

<p>
<a href="https://github.com/PSLmodels/Tax-Calculator/blob/master/RELEASES.md#2019-05-20-release-220" target="_blank">
2.2.0 (2019-05-20)
<a href="https://github.com/PSLmodels/Tax-Calculator/blob/master/RELEASES.md#2019-06-08-release-230" target="_blank">
2.3.0 (2019-06-08)
</a>
</p>

Expand Down
16 changes: 14 additions & 2 deletions docs/tc_overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h4>Quick Summary</h4>
<h4>Complete Story</h4>

<p>
Tax-Calculator contains seven basic classes, and a collection of
Tax-Calculator contains eight basic classes, and a collection of
global utility functions, that together provide the full range of
Tax-Calculator capabilities. Here is a description of their role in
Tax-Calculator and a link to each the detailed documentation and
Expand All @@ -162,11 +162,23 @@ <h4>Complete Story</h4>
<ul>

<li><p>
<b>Records</b> &rarr; Contains attributes of each filing unit.<br />
<b>Data</b> &rarr; Contains basic logic for manipulating
cross-sectional data that need to have growth factors and sample
weights to age the data to years after the data start year.<br />
Documentation and source code are in
<a href="https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/data.py"
target="_blank">data.py</a>.
</p></li>

<ul>
<li><p>
<b>Records</b> &rarr; Derived from <b>Data</b> and contains attributes
of each tax filing unit.<br />
Documentation and source code are in
<a href="https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/records.py"
target="_blank">records.py</a>.
</p></li>
</ul>

<li><p>
<b>GrowFactors</b> &rarr; Contains CBO-derived baseline annual
Expand Down
16 changes: 14 additions & 2 deletions docs/tc_overview.htmx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<h4>Complete Story</h4>

<p>
Tax-Calculator contains seven basic classes, and a collection of
Tax-Calculator contains eight basic classes, and a collection of
global utility functions, that together provide the full range of
Tax-Calculator capabilities. Here is a description of their role in
Tax-Calculator and a link to each the detailed documentation and
Expand All @@ -141,11 +141,23 @@ source code for each class and all its methods.
<ul>

<li><p>
<b>Records</b> &rarr; Contains attributes of each filing unit.<br />
<b>Data</b> &rarr; Contains basic logic for manipulating
cross-sectional data that need to have growth factors and sample
weights to age the data to years after the data start year.<br />
Documentation and source code are in
<a href="https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/data.py"
target="_blank">data.py</a>.
</p></li>

<ul>
<li><p>
<b>Records</b> &rarr; Derived from <b>Data</b> and contains attributes
of each tax filing unit.<br />
Documentation and source code are in
<a href="https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/records.py"
target="_blank">records.py</a>.
</p></li>
</ul>

<li><p>
<b>GrowFactors</b> &rarr; Contains CBO-derived baseline annual
Expand Down

0 comments on commit ab32802

Please sign in to comment.