Skip to content

Commit

Permalink
updated verison 0.09 w/ proper links to prior changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Sep 17, 2024
1 parent f5ffd26 commit 921aff7
Show file tree
Hide file tree
Showing 54 changed files with 20 additions and 20 deletions.
Binary file modified docs/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
10 changes: 5 additions & 5 deletions docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Changelog
`Version 0.0.9`_
----------------------

.. _Version 0.0.9: ./v0.0.9/index.html
.. _Version 0.0.9: https://lshpaner.github.io/eda_toolkit/v0.0.9/index.html

**Bug Fixes and Minor Improvements**

Expand Down Expand Up @@ -63,7 +63,7 @@ Scatter Plots: Enhanced ``scatter_fit_plot()`` with support for hue-based colori
`Version 0.0.8`_
----------------------

.. _Version 0.0.8: ./v0.0.8/index.html
.. _Version 0.0.8: https://lshpaner.github.io/eda_toolkit/v0.0.8/index.html


:class:`stacked_crosstab_plot`
Expand Down Expand Up @@ -286,7 +286,7 @@ the usability and functionality of the EDA Toolkit.
`Version 0.0.7`_
----------------------

.. _Version 0.0.7: ./v0.0.7/index.html
.. _Version 0.0.7: https://lshpaner.github.io/eda_toolkit/v0.0.7/index.html

**Added Function for Customizable Correlation Matrix Visualization**

Expand Down Expand Up @@ -330,7 +330,7 @@ Convert all columns in the DataFrame to object type to prevent issues with numer
`Version 0.0.6`_
----------------------

.. _Version 0.0.6: ./v0.0.6/index.html
.. _Version 0.0.6: https://lshpaner.github.io/eda_toolkit/v0.0.6/index.html

**Added validation for Plot Type Parameter in KDE Distributions Function**

Expand All @@ -349,7 +349,7 @@ This release adds a validation step for the ``plot_type`` parameter in the ``kde
`Version 0.0.5`_
----------------------

.. _Version 0.0.5: ./v0.0.5/index.html
.. _Version 0.0.5: https://lshpaner.github.io/eda_toolkit/v0.0.5/index.html


**Ensure Consistent Font Size and Text Wrapping Across Plot Elements**
Expand Down
10 changes: 5 additions & 5 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<section id="id1">
<h1>Changelog<a class="headerlink" href="#id1" title="Link to this heading"></a></h1>
<section id="version-0-0-9">
<h2><a class="reference external" href="./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>
<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>
<p>Improved error messages and validation checks across multiple functions to prevent common pitfalls and ensure smoother user experience.</p>
<p><strong>Visualization Enhancements</strong></p>
Expand All @@ -148,7 +148,7 @@ <h2><a class="reference external" href="./v0.0.9/index.html">Version 0.0.9</a><a
<p>Scatter Plots: Enhanced <code class="docutils literal notranslate"><span class="pre">scatter_fit_plot()</span></code> with support for hue-based coloring, best fit lines, correlation display, and flexible grid plotting options.</p>
</section>
<section id="version-0-0-8">
<h2><a class="reference external" href="./v0.0.8/index.html">Version 0.0.8</a><a class="headerlink" href="#version-0-0-8" title="Link to this heading"></a></h2>
<h2><a class="reference external" href="https://lshpaner.github.io/eda_toolkit/v0.0.8/index.html">Version 0.0.8</a><a class="headerlink" href="#version-0-0-8" title="Link to this heading"></a></h2>
<p><a class="reference internal" href="eda_plots.html#stacked_crosstab_plot" title="stacked_crosstab_plot"><code class="xref py py-class docutils literal notranslate"><span class="pre">stacked_crosstab_plot</span></code></a></p>
<ul class="simple">
<li><p><strong>Flexible `save_formats` Input</strong>:
Expand Down Expand Up @@ -391,7 +391,7 @@ <h2>Version 0.0.8a<a class="headerlink" href="#version-0-0-8a" title="Link to th
</ul>
</section>
<section id="version-0-0-7">
<h2><a class="reference external" href="./v0.0.7/index.html">Version 0.0.7</a><a class="headerlink" href="#version-0-0-7" title="Link to this heading"></a></h2>
<h2><a class="reference external" href="https://lshpaner.github.io/eda_toolkit/v0.0.7/index.html">Version 0.0.7</a><a class="headerlink" href="#version-0-0-7" title="Link to this heading"></a></h2>
<p><strong>Added Function for Customizable Correlation Matrix Visualization</strong></p>
<p>This release introduces a new function, <code class="docutils literal notranslate"><span class="pre">flex_corr_matrix</span></code>, which allows users to
generate both full and upper triangular correlation heatmaps with a high degree
Expand Down Expand Up @@ -426,7 +426,7 @@ <h2><a class="reference external" href="./v0.0.7/index.html">Version 0.0.7</a><a
</div>
</section>
<section id="version-0-0-6">
<h2><a class="reference external" href="./v0.0.6/index.html">Version 0.0.6</a><a class="headerlink" href="#version-0-0-6" title="Link to this heading"></a></h2>
<h2><a class="reference external" href="https://lshpaner.github.io/eda_toolkit/v0.0.6/index.html">Version 0.0.6</a><a class="headerlink" href="#version-0-0-6" title="Link to this heading"></a></h2>
<p><strong>Added validation for Plot Type Parameter in KDE Distributions Function</strong></p>
<p>This release adds a validation step for the <code class="docutils literal notranslate"><span class="pre">plot_type</span></code> parameter in the <code class="docutils literal notranslate"><span class="pre">kde_distributions</span></code> function. The allowed values for <code class="docutils literal notranslate"><span class="pre">plot_type</span></code> are <code class="docutils literal notranslate"><span class="pre">&quot;hist&quot;</span></code>, <code class="docutils literal notranslate"><span class="pre">&quot;kde&quot;</span></code>, and <code class="docutils literal notranslate"><span class="pre">&quot;both&quot;</span></code>. If an invalid value is provided, the function will now raise a <code class="docutils literal notranslate"><span class="pre">ValueError</span></code> with a clear message indicating the accepted values. This change improves the robustness of the function and helps prevent potential errors due to incorrect parameter values.</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="c1"># Validate plot_type parameter</span>
Expand All @@ -440,7 +440,7 @@ <h2><a class="reference external" href="./v0.0.6/index.html">Version 0.0.6</a><a
</div>
</section>
<section id="version-0-0-5">
<h2><a class="reference external" href="./v0.0.5/index.html">Version 0.0.5</a><a class="headerlink" href="#version-0-0-5" title="Link to this heading"></a></h2>
<h2><a class="reference external" href="https://lshpaner.github.io/eda_toolkit/v0.0.5/index.html">Version 0.0.5</a><a class="headerlink" href="#version-0-0-5" title="Link to this heading"></a></h2>
<p><strong>Ensure Consistent Font Size and Text Wrapping Across Plot Elements</strong></p>
<p>This PR addresses inconsistencies in font sizes and text wrapping across various plot elements in the <code class="docutils literal notranslate"><span class="pre">stacked_crosstab_plot</span></code> function. The following updates have been implemented to ensure uniformity and improve the readability of plots:</p>
<ol class="arabic simple">
Expand Down
2 changes: 1 addition & 1 deletion docs/v0.0.5/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 1b1adf592aabc8db8c151cf1f350e9c7
config: 40da02d13308de8c2e29b887f9080ff2
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/v0.0.5/.doctrees/acknowledgements.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/citations.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/getting_started.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/references.doctree
Binary file not shown.
Binary file modified docs/v0.0.5/.doctrees/usage_guide.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/v0.0.6/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 60be3e2a88935ae62d8f0e0d04c41ddb
config: 4951476772a375025c278185f6841bf4
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/v0.0.6/.doctrees/acknowledgements.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/citations.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/getting_started.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/references.doctree
Binary file not shown.
Binary file modified docs/v0.0.6/.doctrees/usage_guide.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/v0.0.7/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 50986ddd40a23ca171a83426287f7282
config: e3757dc14aec780732891902f90835bf
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/v0.0.7/.doctrees/acknowledgements.doctree
Binary file not shown.
Binary file modified docs/v0.0.7/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/v0.0.7/.doctrees/citations.doctree
Binary file not shown.
Binary file modified docs/v0.0.7/.doctrees/contributors.doctree
Binary file not shown.
Binary file modified docs/v0.0.7/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/v0.0.7/.doctrees/getting_started.doctree
Binary file not shown.
Binary file modified docs/v0.0.7/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/v0.0.7/.doctrees/references.doctree
Binary file not shown.
Binary file modified docs/v0.0.7/.doctrees/usage_guide.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/v0.0.8/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: fb358438d45846fc8c555a18b2b1819b
config: 335fbd31d0909dc569ae2c0f1f8d2996
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/v0.0.8/.doctrees/acknowledgements.doctree
Binary file not shown.
Binary file modified docs/v0.0.8/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/v0.0.8/.doctrees/citations.doctree
Binary file not shown.
Binary file modified docs/v0.0.8/.doctrees/contributors.doctree
Binary file not shown.
Binary file modified docs/v0.0.8/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/v0.0.8/.doctrees/getting_started.doctree
Binary file not shown.
Binary file modified docs/v0.0.8/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/v0.0.8/.doctrees/references.doctree
Binary file not shown.
Binary file modified docs/v0.0.8/.doctrees/usage_guide.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/v0.0.9/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a7cb7a947a3651bcecc113592ff0f0c4
config: 335f0ae474b7e21ff0f6dba9023a62ba
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified docs/v0.0.9/.doctrees/acknowledgements.doctree
Binary file not shown.
Binary file modified docs/v0.0.9/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/v0.0.9/.doctrees/citations.doctree
Binary file not shown.
Binary file modified docs/v0.0.9/.doctrees/contributors.doctree
Binary file not shown.
Binary file modified docs/v0.0.9/.doctrees/data_management.doctree
Binary file not shown.
Binary file modified docs/v0.0.9/.doctrees/eda_plots.doctree
Binary file not shown.
Binary file modified docs/v0.0.9/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/v0.0.9/.doctrees/getting_started.doctree
Binary file not shown.
Binary file modified docs/v0.0.9/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/v0.0.9/.doctrees/references.doctree
Binary file not shown.
10 changes: 5 additions & 5 deletions source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Changelog
`Version 0.0.9`_
----------------------

.. _Version 0.0.9: ./v0.0.9/index.html
.. _Version 0.0.9: https://lshpaner.github.io/eda_toolkit/v0.0.9/index.html

**Bug Fixes and Minor Improvements**

Expand Down Expand Up @@ -63,7 +63,7 @@ Scatter Plots: Enhanced ``scatter_fit_plot()`` with support for hue-based colori
`Version 0.0.8`_
----------------------

.. _Version 0.0.8: ./v0.0.8/index.html
.. _Version 0.0.8: https://lshpaner.github.io/eda_toolkit/v0.0.8/index.html


:class:`stacked_crosstab_plot`
Expand Down Expand Up @@ -286,7 +286,7 @@ the usability and functionality of the EDA Toolkit.
`Version 0.0.7`_
----------------------

.. _Version 0.0.7: ./v0.0.7/index.html
.. _Version 0.0.7: https://lshpaner.github.io/eda_toolkit/v0.0.7/index.html

**Added Function for Customizable Correlation Matrix Visualization**

Expand Down Expand Up @@ -330,7 +330,7 @@ Convert all columns in the DataFrame to object type to prevent issues with numer
`Version 0.0.6`_
----------------------

.. _Version 0.0.6: ./v0.0.6/index.html
.. _Version 0.0.6: https://lshpaner.github.io/eda_toolkit/v0.0.6/index.html

**Added validation for Plot Type Parameter in KDE Distributions Function**

Expand All @@ -349,7 +349,7 @@ This release adds a validation step for the ``plot_type`` parameter in the ``kde
`Version 0.0.5`_
----------------------

.. _Version 0.0.5: ./v0.0.5/index.html
.. _Version 0.0.5: https://lshpaner.github.io/eda_toolkit/v0.0.5/index.html


**Ensure Consistent Font Size and Text Wrapping Across Plot Elements**
Expand Down

0 comments on commit 921aff7

Please sign in to comment.