From 070904411ffb82f2280f9785a8e7ad60e9da890b Mon Sep 17 00:00:00 2001 From: Martin Holmer Date: Tue, 4 Dec 2018 15:55:41 -0500 Subject: [PATCH] Update CHANGES.md and RELEASES.md info --- CHANGES.md | 6 ++++++ RELEASES.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ff7ccc572..46592d3e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 --------------------------------------- diff --git a/RELEASES.md b/RELEASES.md index ab9f88d60..d1f83f55a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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