Skip to content

Commit

Permalink
Update CHANGES.md and RELEASES.md info
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Dec 4, 2018
1 parent 1af7844 commit 0709044
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ TAX-CALCULATOR CHANGE HISTORY
=============================


Changes in release 0.23.3 on 2018-12-05
---------------------------------------

- Fix minor error in calculation of AMT for those in the 18 to 23 age range. This changes estimated aggregate income tax liability in 2018 by only 0.06 percent.


Changes in release 0.23.2 on 2018-11-22
---------------------------------------

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


2018-12-05 Release 0.23.3
-------------------------
(last merged pull request is
[#2150](https://github.com/open-source-economics/Tax-Calculator/pull/2150))

**API Changes**
- None

**New Features**
- Revise taxcalc/validation/taxsim logic to work with new TAXSIM version 27
[[#2140](https://github.com/open-source-economics/Tax-Calculator/pull/2140)
by Martin Holmer]
- Use `tc --dump` in validation work, which allows removal of `simtax.py` and it class and tests
[[#2142](https://github.com/open-source-economics/Tax-Calculator/pull/2142)
by Martin Holmer]
- Add test to Makefile that detects previously undetected bugs in `calcfunctions.py`
[[#2144](https://github.com/open-source-economics/Tax-Calculator/pull/2144)
by Martin Holmer]
- Eliminate Tax-Calculator dependency on the `toolz` package
[[#2148](https://github.com/open-source-economics/Tax-Calculator/pull/2148)
by Martin Holmer]

**Bug Fixes**
- Change the age range for those using the special child AMT-exemption rules
[[#2141](https://github.com/open-source-economics/Tax-Calculator/pull/2141)
by Martin Holmer]


2018-11-22 Release 0.23.2
-------------------------
(last merged pull request is
Expand Down

0 comments on commit 0709044

Please sign in to comment.