Skip to content

Commit

Permalink
Preparing for version 1.0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgarridol committed May 20, 2024
1 parent 42babeb commit 0c8698e
Show file tree
Hide file tree
Showing 8 changed files with 4,198 additions and 3,098 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.5.1] - 2024-05-20

### Fixed

- Fixed bugs in `artificial_ssl_dataset`, now support again pandas DataFrame and y_unlabeled returns the right values

## [1.0.5] - 2024-05-08

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion docs/sslearn.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ <h2>Submodules</h2>
<li><a href="sslearn/base.html">base</a></li>
<li><a href="sslearn/datasets.html">datasets</a></li>
<li><a href="sslearn/model_selection.html">model_selection</a></li>
<li><a href="sslearn/restricted (Copia en conflicto de CROSS-PC 2024-05-14).html">restricted (Copia en conflicto de CROSS-PC 2024-05-14)</a></li>
<li><a href="sslearn/restricted.html">restricted</a></li>
<li><a href="sslearn/subview.html">subview</a></li>
<li><a href="sslearn/utils.html">utils</a></li>
Expand Down Expand Up @@ -162,7 +163,7 @@ <h2 id="citing">Citing</h2>
</span><span id="L-10"><a href="#L-10"><span class="linenos">10</span></a> <span class="vm">__doc__</span> <span class="o">=</span> <span class="s2">&quot;Semi-Supervised Learning (SSL) is a Python package that provides tools to train and evaluate semi-supervised learning models.&quot;</span>
</span><span id="L-11"><a href="#L-11"><span class="linenos">11</span></a>
</span><span id="L-12"><a href="#L-12"><span class="linenos">12</span></a>
</span><span id="L-13"><a href="#L-13"><span class="linenos">13</span></a><span class="n">__version__</span><span class="o">=</span><span class="s1">&#39;1.0.5&#39;</span>
</span><span id="L-13"><a href="#L-13"><span class="linenos">13</span></a><span class="n">__version__</span><span class="o">=</span><span class="s1">&#39;1.0.5.1&#39;</span>
</span><span id="L-14"><a href="#L-14"><span class="linenos">14</span></a><span class="n">__AUTHOR__</span><span class="o">=</span><span class="s2">&quot;José Luis Garrido-Labrador&quot;</span> <span class="c1"># Author of the package</span>
</span><span id="L-15"><a href="#L-15"><span class="linenos">15</span></a><span class="n">__AUTHOR_EMAIL__</span><span class="o">=</span><span class="s2">&quot;jlgarrido@ubu.es&quot;</span> <span class="c1"># Author&#39;s email</span>
</span><span id="L-16"><a href="#L-16"><span class="linenos">16</span></a><span class="n">__URL__</span><span class="o">=</span><span class="s2">&quot;https://pypi.org/project/sslearn/&quot;</span>
Expand Down
438 changes: 227 additions & 211 deletions docs/sslearn/model_selection.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5,859 changes: 2,975 additions & 2,884 deletions docs/sslearn/wrapper.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<url><loc>https://pdoc.dev/docs/</loc></url>
<url><loc>https://pdoc.dev/docs/sslearn.html</loc></url>
<url><loc>https://pdoc.dev/docs/sslearn/subview.html</loc></url>
<url><loc>https://pdoc.dev/docs/sslearn/restricted (Copia en conflicto de CROSS-PC 2024-05-14).html</loc></url>
<url><loc>https://pdoc.dev/docs/sslearn/model_selection.html</loc></url>
<url><loc>https://pdoc.dev/docs/sslearn/base.html</loc></url>
<url><loc>https://pdoc.dev/docs/sslearn/datasets.html</loc></url>
Expand Down
2 changes: 1 addition & 1 deletion sslearn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__doc__ = "Semi-Supervised Learning (SSL) is a Python package that provides tools to train and evaluate semi-supervised learning models."


__version__='1.0.5'
__version__='1.0.5.1'
__AUTHOR__="José Luis Garrido-Labrador" # Author of the package
__AUTHOR_EMAIL__="jlgarrido@ubu.es" # Author's email
__URL__="https://pypi.org/project/sslearn/"
Expand Down

0 comments on commit 0c8698e

Please sign in to comment.