Skip to content

Commit

Permalink
Deploying to gh-pages from @ af96206 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Oct 2, 2024
1 parent d55ca06 commit 17128d5
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 9 deletions.
23 changes: 23 additions & 0 deletions _sources/about/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@ Release history
Go [here](https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclosed)
for a complete commit history.


2024-10-02 Release 4.3.0
------------------------
(last merged pull request is
[#2819](https://github.com/PSLmodels/Tax-Calculator/pull/2819))

**This is an enhancement and bug-fix release.**

**API Changes**

**New Features**
- Add known values of inflation-indexed policy parameters for 2023 [[#2806](https://github.com/PSLmodels/Tax-Calculator/pull/2806) by Martin Holmer]
- Enhance `Records.tmd_constructor` static method [[#2809](https://github.com/PSLmodels/Tax-Calculator/pull/2809) by Martin Holmer]
- Remove TMD data files from Tax-Calculator repository [[#2810](https://github.com/PSLmodels/Tax-Calculator/pull/2810) by Martin Holmer]
- Add known values of inflation-indexed policy parameters for 2024 [[#2816](https://github.com/PSLmodels/Tax-Calculator/pull/2816) by Martin Holmer]
- Enhance `extend_tcja.py` and update `reforms/ext.json` [[#2817](https://github.com/PSLmodels/Tax-Calculator/pull/2817) by Martin Holmer]
- Enhance `ppp.py` script [[#2819](https://github.com/PSLmodels/Tax-Calculator/pull/2819) by Martin Holmer]

**Bug Fixes**
- Fix specification of domestic production deduction under TCJA [[#2807](https://github.com/PSLmodels/Tax-Calculator/pull/2807) by Martin Holmer]
- Fix `ALD_BusinessLosses_c` parameter values after 2025 [[#2818](https://github.com/PSLmodels/Tax-Calculator/pull/2818) by Martin Holmer]


2024-09-14 Release 4.2.2
------------------------
(last merged pull request is
Expand Down
2 changes: 1 addition & 1 deletion _sources/contributing/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Create new `taxcalc` packages
--> run `python ppp.py` [to update policy_current_law.json if needed]
--> run `python extend_tcja.py > ext.json` [to update reforms/ext.json if needed]
--> run `python extend_tcja.py > ext.json` [to update reforms/ext.json]
--> run `make tctest-jit` [to make sure JIT decorators are not hiding bugs]
Expand Down
2 changes: 1 addition & 1 deletion _sources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The cross-model validation work with NBER's TAXSIM-27 model is described

## Latest release

{doc}`4.2.2 (2024-09-14) <about/releases>`
{doc}`4.3.0 (2024-10-02) <about/releases>`

If you are already using Tax-Calculator, upgrade using the following command:

Expand Down
23 changes: 23 additions & 0 deletions about/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ <h2> Contents </h2>
</div>
<nav aria-label="Page">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#release-4-3-0">2024-10-02 Release 4.3.0</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#release-4-2-2">2024-09-14 Release 4.2.2</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#release-4-2-1">2024-07-30 Release 4.2.1</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#release-4-2-0">2024-07-21 Release 4.2.0</a></li>
Expand Down Expand Up @@ -581,6 +582,27 @@ <h2> Contents </h2>
<h1>Release history<a class="headerlink" href="#release-history" title="Link to this heading">#</a></h1>
<p>Go <a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pulls?q=is%3Apr+is%3Aclosed">here</a>
for a complete commit history.</p>
<section id="release-4-3-0">
<h2>2024-10-02 Release 4.3.0<a class="headerlink" href="#release-4-3-0" title="Link to this heading">#</a></h2>
<p>(last merged pull request is
<a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pull/2819">#2819</a>)</p>
<p><strong>This is an enhancement and bug-fix release.</strong></p>
<p><strong>API Changes</strong></p>
<p><strong>New Features</strong></p>
<ul class="simple">
<li><p>Add known values of inflation-indexed policy parameters for 2023 [<a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pull/2806">#2806</a> by Martin Holmer]</p></li>
<li><p>Enhance <code class="docutils literal notranslate"><span class="pre">Records.tmd_constructor</span></code> static method [<a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pull/2809">#2809</a> by Martin Holmer]</p></li>
<li><p>Remove TMD data files from Tax-Calculator repository [<a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pull/2810">#2810</a> by Martin Holmer]</p></li>
<li><p>Add known values of inflation-indexed policy parameters for 2024 [<a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pull/2816">#2816</a> by Martin Holmer]</p></li>
<li><p>Enhance <code class="docutils literal notranslate"><span class="pre">extend_tcja.py</span></code> and update <code class="docutils literal notranslate"><span class="pre">reforms/ext.json</span></code> [<a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pull/2817">#2817</a> by Martin Holmer]</p></li>
<li><p>Enhance <code class="docutils literal notranslate"><span class="pre">ppp.py</span></code> script [<a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pull/2819">#2819</a> by Martin Holmer]</p></li>
</ul>
<p><strong>Bug Fixes</strong></p>
<ul class="simple">
<li><p>Fix specification of domestic production deduction under TCJA [<a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pull/2807">#2807</a> by Martin Holmer]</p></li>
<li><p>Fix <code class="docutils literal notranslate"><span class="pre">ALD_BusinessLosses_c</span></code> parameter values after 2025 [<a class="reference external" href="https://github.com/PSLmodels/Tax-Calculator/pull/2818">#2818</a> by Martin Holmer]</p></li>
</ul>
</section>
<section id="release-4-2-2">
<h2>2024-09-14 Release 4.2.2<a class="headerlink" href="#release-4-2-2" title="Link to this heading">#</a></h2>
<p>(last merged pull request is
Expand Down Expand Up @@ -3196,6 +3218,7 @@ <h2>Before Release 0.6.2<a class="headerlink" href="#before-release-0-6-2" title
</div>
<nav class="bd-toc-nav page-toc">
<ul class="visible nav section-nav flex-column">
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#release-4-3-0">2024-10-02 Release 4.3.0</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#release-4-2-2">2024-09-14 Release 4.2.2</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#release-4-2-1">2024-07-30 Release 4.2.1</a></li>
<li class="toc-h2 nav-item toc-entry"><a class="reference internal nav-link" href="#release-4-2-0">2024-07-21 Release 4.2.0</a></li>
Expand Down
2 changes: 1 addition & 1 deletion contributing/RELEASING.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ <h1>Create new <code class="docutils literal notranslate"><span class="pre">taxc

--&gt; run `python ppp.py` [to update policy_current_law.json if needed]

--&gt; run `python extend_tcja.py &gt; ext.json` [to update reforms/ext.json if needed]
--&gt; run `python extend_tcja.py &gt; ext.json` [to update reforms/ext.json]

--&gt; run `make tctest-jit` [to make sure JIT decorators are not hiding bugs]

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ <h2>What is Tax-Calculator?<a class="headerlink" href="#what-is-tax-calculator"
</section>
<section id="latest-release">
<h2>Latest release<a class="headerlink" href="#latest-release" title="Link to this heading">#</a></h2>
<p><a class="reference internal" href="about/releases.html"><span class="doc">4.2.2 (2024-09-14)</span></a></p>
<p><a class="reference internal" href="about/releases.html"><span class="doc">4.3.0 (2024-10-02)</span></a></p>
<p>If you are already using Tax-Calculator, upgrade using the following command:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">update</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span><span class="p">::</span><span class="n">taxcalc</span>
</pre></div>
Expand Down
6 changes: 3 additions & 3 deletions recipes/recipe00.html
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
</style>
<div>
<a href="https://bokeh.org" target="_blank" class="bk-notebook-logo"></a>
<span id="f609ba30-6775-4838-9c3e-512d36afb24f">Loading BokehJS ...</span>
<span id="e048b4dd-b09b-4b84-8e0d-40943294c894">Loading BokehJS ...</span>
</div>
</div><script type="application/javascript">'use strict';
(function(root) {
Expand Down Expand Up @@ -864,7 +864,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
"</div>"}};

function display_loaded(error = null) {
const el = document.getElementById("f609ba30-6775-4838-9c3e-512d36afb24f");
const el = document.getElementById("e048b4dd-b09b-4b84-8e0d-40943294c894");
if (el != null) {
const html = (() => {
if (typeof root.Bokeh === "undefined") {
Expand Down Expand Up @@ -998,7 +998,7 @@ <h2>Plotting<a class="headerlink" href="#plotting" title="Link to this heading">
console.log("Bokeh: BokehJS failed to load within specified timeout.");
root._bokeh_failed_load = true;
} else if (force !== true) {
const cell = $(document.getElementById("f609ba30-6775-4838-9c3e-512d36afb24f")).parents('.cell').data().cell;
const cell = $(document.getElementById("e048b4dd-b09b-4b84-8e0d-40943294c894")).parents('.cell').data().cell;
cell.output_area.append_execute_result(NB_LOAD_WARNING)
}
}
Expand Down
2 changes: 1 addition & 1 deletion recipes/recipe04.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ <h1>Recipe 4: Estimating Differential Reform Response<a class="headerlink" href=
ALL 204.484 3.811 1.19
</pre></div>
</div>
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2011/3804893807.py:46: FutureWarning: The default of observed=False is deprecated and will be changed to True in a future version of pandas. Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.
<div class="output stderr highlight-myst-ansi notranslate"><div class="highlight"><pre><span></span>/tmp/ipykernel_2198/3804893807.py:46: FutureWarning: The default of observed=False is deprecated and will be changed to True in a future version of pandas. Pass observed=False to retain current behavior or observed=True to adopt the future default and silence this warning.
gbydf = vdf.groupby(&#39;table_row&#39;, as_index=False)
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 17128d5

Please sign in to comment.