Skip to content

Commit

Permalink
updated changelog and citation in v0.0.0.15a
Browse files Browse the repository at this point in the history
  • Loading branch information
lshpaner committed Sep 18, 2024
1 parent 8b6cf72 commit 9585f64
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 4 deletions.
Binary file modified docs/.doctrees/about.doctree
Binary file not shown.
Binary file modified docs/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_sources/about.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Citing Model Tuner
month = jul,
year = 2024,
publisher = {Zenodo},
version = {0.0.14a},
version = {0.0.15a},
doi = {10.5281/zenodo.12727322},
url = {https://doi.org/10.5281/zenodo.12727322}
}
Expand Down
13 changes: 13 additions & 0 deletions docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ Changelog
.. important::
Complete version release history available `here <https://pypi.org/project/model-tuner/#history>`_


Version 0.0.15a
--------------------

Contains all previous fixes relating to:

- ``CatBoost`` support (early stopping, and support involving resetting estimators).
- Pipeline steps now support hyperparameter tuning of the resamplers (``SMOTE``, ``ADASYN``, etc.).
- Removed older implementations of impute and scaling and moved onto supporting only custom ``pipeline_steps``.
- Fixed bugs in stratification with regards to length mismatch of dependent variable when using column names to stratify.
- Cleaned a removed multiple lines of unused code and unused initialisation parameters.


Version 0.0.014a
------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1>Citing Model Tuner<a class="headerlink" href="#citing-model-tuner" title="Li
<span class="w"> </span><span class="nv">month</span><span class="w"> </span><span class="o">=</span><span class="w"> </span>jul,
<span class="w"> </span><span class="nv">year</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="m">2024</span>,
<span class="w"> </span><span class="nv">publisher</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">{</span>Zenodo<span class="o">}</span>,
<span class="w"> </span><span class="nv">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">{</span><span class="m">0</span>.0.14a<span class="o">}</span>,
<span class="w"> </span><span class="nv">version</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">{</span><span class="m">0</span>.0.15a<span class="o">}</span>,
<span class="w"> </span><span class="nv">doi</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">{</span><span class="m">10</span>.5281/zenodo.12727322<span class="o">}</span>,
<span class="w"> </span><span class="nv">url</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">{</span>https://doi.org/10.5281/zenodo.12727322<span class="o">}</span>
<span class="o">}</span>
Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<li class="toctree-l1"><a class="reference internal" href="about.html#acknowledgements">Acknowledgements</a></li>
<li class="toctree-l1"><a class="reference internal" href="about.html#citing-model-tuner">Citing Model Tuner</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-15a">Version 0.0.15a</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-014a">Version 0.0.014a</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-013a">Version 0.0.013a</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-0-012a">Version 0.0.012a</a></li>
Expand Down Expand Up @@ -119,6 +120,17 @@ <h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading
<p class="admonition-title">Important</p>
<p>Complete version release history available <a class="reference external" href="https://pypi.org/project/model-tuner/#history">here</a></p>
</div>
<section id="version-0-0-15a">
<h2>Version 0.0.15a<a class="headerlink" href="#version-0-0-15a" title="Link to this heading"></a></h2>
<p>Contains all previous fixes relating to:</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">CatBoost</span></code> support (early stopping, and support involving resetting estimators).</p></li>
<li><p>Pipeline steps now support hyperparameter tuning of the resamplers (<code class="docutils literal notranslate"><span class="pre">SMOTE</span></code>, <code class="docutils literal notranslate"><span class="pre">ADASYN</span></code>, etc.).</p></li>
<li><p>Removed older implementations of impute and scaling and moved onto supporting only custom <code class="docutils literal notranslate"><span class="pre">pipeline_steps</span></code>.</p></li>
<li><p>Fixed bugs in stratification with regards to length mismatch of dependent variable when using column names to stratify.</p></li>
<li><p>Cleaned a removed multiple lines of unused code and unused initialisation parameters.</p></li>
</ul>
</section>
<section id="version-0-0-014a">
<h2>Version 0.0.014a<a class="headerlink" href="#version-0-0-014a" title="Link to this heading"></a></h2>
<p>In previous versions, the <code class="docutils literal notranslate"><span class="pre">train_val_test_split</span></code> method allowed for stratification
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ <h1>Model Tuner Documentation<a class="headerlink" href="#model-tuner-documentat
<li class="toctree-l1"><a class="reference internal" href="about.html#acknowledgements">Acknowledgements</a></li>
<li class="toctree-l1"><a class="reference internal" href="about.html#citing-model-tuner">Citing Model Tuner</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-15a">Version 0.0.15a</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-014a">Version 0.0.014a</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-013a">Version 0.0.013a</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-0-012a">Version 0.0.012a</a></li>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Citing Model Tuner
month = jul,
year = 2024,
publisher = {Zenodo},
version = {0.0.14a},
version = {0.0.15a},
doi = {10.5281/zenodo.12727322},
url = {https://doi.org/10.5281/zenodo.12727322}
}
Expand Down
13 changes: 13 additions & 0 deletions source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ Changelog
.. important::
Complete version release history available `here <https://pypi.org/project/model-tuner/#history>`_


Version 0.0.15a
--------------------

Contains all previous fixes relating to:

- ``CatBoost`` support (early stopping, and support involving resetting estimators).
- Pipeline steps now support hyperparameter tuning of the resamplers (``SMOTE``, ``ADASYN``, etc.).
- Removed older implementations of impute and scaling and moved onto supporting only custom ``pipeline_steps``.
- Fixed bugs in stratification with regards to length mismatch of dependent variable when using column names to stratify.
- Cleaned a removed multiple lines of unused code and unused initialisation parameters.


Version 0.0.014a
------------------

Expand Down

0 comments on commit 9585f64

Please sign in to comment.