Skip to content

Commit

Permalink
added v0.0.10 in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Sep 18, 2024
1 parent 405a481 commit c7e7947
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 9 deletions.
Binary file modified docs/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
17 changes: 17 additions & 0 deletions docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
Changelog
=========

`Version 0.0.10`_
----------------------

.. _Version 0.0.10: https://lshpaner.github.io/eda_toolkit/v0.0.10/index.html

**Legend Handling**

- The legend is now displayed only if there are valid legend handles (``len(handles) > 0``) and if ``show_legend`` is set to ``True``.

- The check ``ax.get_legend().remove()`` ensures that unnecessary legends are removed if they are empty or if ``show_legend`` is set to ``False``.

**Error Handling**
- Error handling in the ``except`` block has been enhanced to ensure that any exceptions related to legends or labels are managed properly. The legend handling logic still respects the ``show_legend`` flag even in cases where exceptions occur.

This update prevents empty legend squares from appearing and maintains the intended default behavior of showing legends only when they contain relevant content.


`Version 0.0.9`_
----------------------

Expand Down
26 changes: 19 additions & 7 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<li class="toctree-l1"><a class="reference internal" href="contributors.html">Contributors/Maintainers</a></li>
<li class="toctree-l1"><a class="reference internal" href="citations.html">Citing EDA Toolkit</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-10">Version 0.0.10</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-9">Version 0.0.9</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-8">Version 0.0.8</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-8c">Version 0.0.8c</a></li>
Expand All @@ -90,9 +91,9 @@
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-2">Version 0.0.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-1rc0">Version 0.0.1rc0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-1b0">Version 0.0.1b0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id7">Version 0.0.1b0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id8">Version 0.0.1b0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id9">Version 0.0.1b0</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id10">Version 0.0.1b0</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li>
Expand Down Expand Up @@ -125,6 +126,17 @@
</div><div style="height: 100px;"></div><p></p>
<section id="id1">
<h1>Changelog<a class="headerlink" href="#id1" title="Link to this heading"></a></h1>
<section id="version-0-0-10">
<h2><a class="reference external" href="https://lshpaner.github.io/eda_toolkit/v0.0.10/index.html">Version 0.0.10</a><a class="headerlink" href="#version-0-0-10" title="Link to this heading"></a></h2>
<p><strong>Legend Handling</strong></p>
<ul class="simple">
<li><p>The legend is now displayed only if there are valid legend handles (<code class="docutils literal notranslate"><span class="pre">len(handles)</span> <span class="pre">&gt;</span> <span class="pre">0</span></code>) and if <code class="docutils literal notranslate"><span class="pre">show_legend</span></code> is set to <code class="docutils literal notranslate"><span class="pre">True</span></code>.</p></li>
<li><p>The check <code class="docutils literal notranslate"><span class="pre">ax.get_legend().remove()</span></code> ensures that unnecessary legends are removed if they are empty or if <code class="docutils literal notranslate"><span class="pre">show_legend</span></code> is set to <code class="docutils literal notranslate"><span class="pre">False</span></code>.</p></li>
</ul>
<p><strong>Error Handling</strong>
- Error handling in the <code class="docutils literal notranslate"><span class="pre">except</span></code> block has been enhanced to ensure that any exceptions related to legends or labels are managed properly. The legend handling logic still respects the <code class="docutils literal notranslate"><span class="pre">show_legend</span></code> flag even in cases where exceptions occur.</p>
<p>This update prevents empty legend squares from appearing and maintains the intended default behavior of showing legends only when they contain relevant content.</p>
</section>
<section id="version-0-0-9">
<h2><a class="reference external" href="https://lshpaner.github.io/eda_toolkit/v0.0.9/index.html">Version 0.0.9</a><a class="headerlink" href="#version-0-0-9" title="Link to this heading"></a></h2>
<p><strong>Bug Fixes and Minor Improvements</strong></p>
Expand Down Expand Up @@ -569,8 +581,8 @@ <h2>Version 0.0.1b0<a class="headerlink" href="#version-0-0-1b0" title="Link to
</ul>
<p>These changes enhance the flexibility and functionality of the <code class="docutils literal notranslate"><span class="pre">stacked_crosstab_plot</span></code> function, allowing for more customizable and specific plot generation based on user requirements.</p>
</section>
<section id="id7">
<h2>Version 0.0.1b0<a class="headerlink" href="#id7" title="Link to this heading"></a></h2>
<section id="id8">
<h2>Version 0.0.1b0<a class="headerlink" href="#id8" title="Link to this heading"></a></h2>
<p><strong>Refined KDE Distributions</strong></p>
<p><strong>Key Changes</strong></p>
<ol class="arabic simple">
Expand All @@ -588,8 +600,8 @@ <h2>Version 0.0.1b0<a class="headerlink" href="#id7" title="Link to this heading
- Updated the function’s docstring to reflect new parameters and provide comprehensive guidance on usage.</p></li>
</ol>
</section>
<section id="id8">
<h2>Version 0.0.1b0<a class="headerlink" href="#id8" title="Link to this heading"></a></h2>
<section id="id9">
<h2>Version 0.0.1b0<a class="headerlink" href="#id9" title="Link to this heading"></a></h2>
<p><strong>Enhanced KDE Distributions Function</strong></p>
<p><strong>Added Parameters</strong></p>
<ol class="arabic simple">
Expand Down Expand Up @@ -671,8 +683,8 @@ <h2>Version 0.0.1b0<a class="headerlink" href="#id8" title="Link to this heading
- Updated function documentation to reflect new parameters and error handling.</p></li>
</ol>
</section>
<section id="id9">
<h2>Version 0.0.1b0<a class="headerlink" href="#id9" title="Link to this heading"></a></h2>
<section id="id10">
<h2>Version 0.0.1b0<a class="headerlink" href="#id10" title="Link to this heading"></a></h2>
<p><strong>Contingency Table Updates</strong></p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">fillna('')</span></code> added to output so that null values come through, removed <code class="docutils literal notranslate"><span class="pre">'All'</span></code> column name from output, sort options <code class="docutils literal notranslate"><span class="pre">0</span></code> and <code class="docutils literal notranslate"><span class="pre">1</span></code>, updated docstring documentation. Tested successfully on <code class="docutils literal notranslate"><span class="pre">Python</span> <span class="pre">3.7.3</span></code>.</p></li>
Expand Down
3 changes: 2 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ <h1>Table of Contents<a class="headerlink" href="#table-of-contents" title="Link
<li class="toctree-l1"><a class="reference internal" href="contributors.html">Contributors/Maintainers</a></li>
<li class="toctree-l1"><a class="reference internal" href="citations.html">Citing EDA Toolkit</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-10">Version 0.0.10</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-9">Version 0.0.9</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-8">Version 0.0.8</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-8c">Version 0.0.8c</a></li>
Expand All @@ -259,9 +260,9 @@ <h1>Table of Contents<a class="headerlink" href="#table-of-contents" title="Link
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-2">Version 0.0.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-1rc0">Version 0.0.1rc0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-1b0">Version 0.0.1b0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id7">Version 0.0.1b0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id8">Version 0.0.1b0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id9">Version 0.0.1b0</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id10">Version 0.0.1b0</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="references.html">References</a></li>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
Changelog
=========

`Version 0.0.10`_
----------------------

.. _Version 0.0.10: https://lshpaner.github.io/eda_toolkit/v0.0.10/index.html

**Legend Handling**

- The legend is now displayed only if there are valid legend handles (``len(handles) > 0``) and if ``show_legend`` is set to ``True``.

- The check ``ax.get_legend().remove()`` ensures that unnecessary legends are removed if they are empty or if ``show_legend`` is set to ``False``.

**Error Handling**
- Error handling in the ``except`` block has been enhanced to ensure that any exceptions related to legends or labels are managed properly. The legend handling logic still respects the ``show_legend`` flag even in cases where exceptions occur.

This update prevents empty legend squares from appearing and maintains the intended default behavior of showing legends only when they contain relevant content.


`Version 0.0.9`_
----------------------

Expand Down

0 comments on commit c7e7947

Please sign in to comment.