Skip to content

Commit

Permalink
Update documentation for release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Dec 14, 2018
1 parent 097eda7 commit d61f461
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 11 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.24.0 on 2018-12-14
---------------------------------------

- Make taxcalc packages available for Python 3.7 as well as for Python 3.6.


Changes in release 0.23.4 on 2018-12-13
---------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![PSL cataloged](https://img.shields.io/badge/PSL-cataloged-a0a0a0.svg)](https://www.PSLmodels.org)
[![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Python 3.6+](https://img.shields.io/badge/python-3.6%2B-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Build Status](https://travis-ci.org/PSLmodels/Tax-Calculator.svg?branch=master)](https://travis-ci.org/PSLmodels/Tax-Calculator)
[![Codecov](https://codecov.io/gh/PSLmodels/Tax-Calculator/branch/master/graph/badge.svg)](https://codecov.io/gh/PSLmodels/Tax-Calculator)

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


2018-12-14 Release 0.24.0
-------------------------
(last merged pull request is
[#2176](https://github.com/PSLmodels/Tax-Calculator/pull/2176))

**API Changes**
- None

**New Features**
- Make taxcalc packages available for Python 3.7 as well as for Python 3.6
[[#2176](https://github.com/PSLmodels/Tax-Calculator/pull/2176)
by Martin Holmer]

**Bug Fixes**
- None


2018-12-13 Release 0.23.4
-------------------------
(last merged pull request is
Expand All @@ -18,7 +35,7 @@ for a complete commit history.
by Martin Holmer]

**Bug Fixes**
- fix obscure bug regarding rules for determining eligibility for the child AMT exemption that was discovered during [validation work](https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/validation/taxsim/README.md#validation-of-tax-calculator-against-internet-taxsim-version-27)
- Fix obscure bug regarding rules for determining eligibility for the child AMT exemption that was discovered during [validation work](https://github.com/PSLmodels/Tax-Calculator/blob/master/taxcalc/validation/taxsim/README.md#validation-of-tax-calculator-against-internet-taxsim-version-27)
[[#2162](https://github.com/PSLmodels/Tax-Calculator/pull/2162)
by Martin Holmer]

Expand Down
15 changes: 8 additions & 7 deletions docs/index.htmx
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ files to TaxBrain.</p>

<p><b>Install the free Anaconda Python distribution</b> by going to
the <a href="https://www.anaconda.com/download/">Anaconda download
page</a> and selecting Python 3.6. You should install Python 3.6
because we have discontinued support for Python 2.7 and are not yet
supporting Python 3.7. You must do this installation even if you already
page</a> and selecting Python 3.6 or Python 3.7. You should install
Python 3.6+ because we have discontinued support for Python 2.7.
You must do this installation even if you already
have Python installed on your computer because the Anaconda
distribution contains all the additional Python packages that
Tax-Calculator uses to conduct tax calculations (many of which are not
Expand All @@ -234,11 +234,12 @@ following two commands at the operating system command prompt (which
is shown as <kbd>$</kbd> here, but would be <kbd>></kbd> on Windows)
in any directory:
<pre>$ conda --version</pre>
Expected output is something like <kbd>conda 4.4.7</kbd>
Expected output is something like <kbd>conda 4.5.11</kbd>
<pre>$ python --version</pre>
Expected output should contain the <kbd>Python 3.6</kbd> phrase as
well as the <kbd>Anaconda</kbd> phrase, the presence of which confirm
that the installation went smoothly.</p>
Expected output should contain the <kbd>Python 3.6</kbd> or the
<kbd>Python 3.7</kbd> phrase as well as the <kbd>Anaconda</kbd>
phrase, the presence of which confirm that the installation went
smoothly.</p>

<p><b>Install the free taxcalc package</b> by entering the following:
<pre>$ conda install -c PSLmodels taxcalc</pre>
Expand Down
4 changes: 2 additions & 2 deletions read-the-docs/source/contributor_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Setup Python
-------------

The Tax-Calculator is written in the Python programming language.
Download and install the free Anaconda distribution of Python 3.6
from `Anaconda`_. You must do this even if you already have
Download and install the free Anaconda distribution of Python 3.6 or
Python 3.7 from `Anaconda`_. You must do this even if you already have
Python installed on your computer because the Anaconda distribution
contains all the additional Python packages that we use to conduct tax
calculations (many of which are not included in other Python
Expand Down

0 comments on commit d61f461

Please sign in to comment.