Skip to content

Commit

Permalink
Merge pull request PSLmodels#2059 from martinholmer/0-21-0
Browse files Browse the repository at this point in the history
Information about forthcoming Tax-Calculator release 0.21.0
  • Loading branch information
martinholmer authored Sep 11, 2018
2 parents 8802bfd + 67df1d2 commit ed468de
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 8 deletions.
19 changes: 19 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Go [here](https://github.com/open-source-economics/Tax-Calculator/pulls?q=is%3Ap
for a complete commit history.


2018-09-11 Release 0.21.0 : FIRST RELEASE COMPATIBLE ONLY WITH PYTHON 3.6
-------------------------------------------------------------------------
(last merged pull request is
[#2058](https://github.com/open-source-economics/Tax-Calculator/pull/2058))

**API Changes**
- Require Python 3.6 to run Tax-Calculator source code or conda package
[[#2058](https://github.com/open-source-economics/Tax-Calculator/pull/2058)
by Martin Holmer], which requires new `puf.csv` input file (see [taxdata pull request 283](https://github.com/open-source-economics/taxdata/pull/283) for details) with this information:
* Byte size: 56415698
* MD5 checksum: 3f1c7c2b16b6394a9148779db992bed1

**New Features**
- None

**Bug Fixes**
- None


2018-09-06 Release 0.20.3 : LAST RELEASE COMPATIBLE WITH PYTHON 2.7
-------------------------------------------------------------------
(last merged pull request is
Expand Down
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build:

requirements:
build:
- python >=3.6.5
- python >=3.6.5,<3.7
- numpy >=1.12.1
- pandas >=0.22.0
- bokeh >=0.12.3
- numba
- toolz

run:
- python >=3.6.5
- python >=3.6.5,<3.7
- numpy >=1.12.1
- pandas >=0.22.0
- bokeh >=0.12.3
Expand Down
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ <h2 id="whatsnew">What's New</h2>
than an older version that your browser has saved in its cache of
previously visited pages.</i></p>

<p><a href="https://github.com/open-source-economics/Tax-Calculator/blob/master/RELEASES.md#2018-09-11-release-0210">Code changes so works only with
Python 3.6 plus minor PUF data change</a> are available in Tax-Calculator
release 0.21.0 and higher. <b>Note that release 0.21.0 is the first
release that is compatible with only Python 3.6.</b>

<p><a href="https://github.com/open-source-economics/Tax-Calculator/blob/master/RELEASES.md#2018-09-06-release-0203">Both CPS and PUF data improvements</a>
are available in Tax-Calculator release 0.20.3 and higher.
<b>Note that release 0.20.3 is the last release that will be compatible
Expand Down
5 changes: 5 additions & 0 deletions docs/index.htmx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ ensure you are viewing the most recent version of this page rather
than an older version that your browser has saved in its cache of
previously visited pages.</i></p>

<p><a href="https://github.com/open-source-economics/Tax-Calculator/blob/master/RELEASES.md#2018-09-11-release-0210">Code changes so works only with
Python 3.6 plus minor PUF data change</a> are available in Tax-Calculator
release 0.21.0 and higher. <b>Note that release 0.21.0 is the first
release that is compatible with only Python 3.6.</b>

<p><a href="https://github.com/open-source-economics/Tax-Calculator/blob/master/RELEASES.md#2018-09-06-release-0203">Both CPS and PUF data improvements</a>
are available in Tax-Calculator release 0.20.3 and higher.
<b>Note that release 0.20.3 is the last release that will be compatible
Expand Down
10 changes: 5 additions & 5 deletions docs/recipe00.graph.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: taxcalc-dev
dependencies:
- python >=3.6.5
- python >=3.6.5,<3.7
- numpy >=1.12.1
- pandas >=0.22.0
- bokeh >=0.12.3
Expand Down

0 comments on commit ed468de

Please sign in to comment.