Skip to content

Commit

Permalink
Merge pull request #20 from jlgarridol/development
Browse files Browse the repository at this point in the history
1.0.5.2 - Hot Fix
  • Loading branch information
jlgarridol authored May 27, 2024
2 parents 58ba5b7 + 646051f commit fcad2af
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 1,198 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.2] - 2024-05-27

### HotFix

- Remove some files that are not necessary in the package.

## [1.0.5.1] - 2024-05-20

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

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions docs/sslearn.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ <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 @@ -163,7 +162,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.1&#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.2&#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

This file was deleted.

1 change: 0 additions & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<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.1'
__version__='1.0.5.2'
__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
208 changes: 0 additions & 208 deletions sslearn/restricted (Copia en conflicto de CROSS-PC 2024-05-14).py

This file was deleted.

0 comments on commit fcad2af

Please sign in to comment.