Skip to content

Commit a0bd30a

Browse files
committed
v1.1.5
1 parent 8f01c47 commit a0bd30a

25 files changed

+47
-47
lines changed

.devel/sphinx/news.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33

4-
## 1.1.5 (pending)
4+
## 1.1.5 (2024-08-22)
55

66
- Minor extensions/updates.
77

.github/workflows/py.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: genieclust for Python
1+
name: clustering-benchmarks for Python
22

33
on:
44
push:
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies

NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33

4-
## 1.1.5 (pending)
4+
## 1.1.5 (2024-08-22)
55

66
- Minor extensions/updates.
77

docs/clustbench-documentation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ <h1>Documentation<a class="headerlink" href="#documentation" title="Link to this
895895
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
896896
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
897897
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
898-
Last updated on 2024-07-25T15:57:52+0200.
898+
Last updated on 2024-08-22T12:55:54+0200.
899899
This site will never display any ads: it is a non-profit project.
900900
It does not collect any data.
901901
</div>

docs/genindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ <h2>T</h2>
452452
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
453453
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
454454
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
455-
Last updated on 2024-07-25T15:57:52+0200.
455+
Last updated on 2024-08-22T12:55:54+0200.
456456
This site will never display any ads: it is a non-profit project.
457457
It does not collect any data.
458458
</div>

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ <h1>A Framework for Benchmarking Clustering Algorithms<a class="headerlink" href
431431
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
432432
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
433433
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
434-
Last updated on 2024-07-25T15:57:52+0200.
434+
Last updated on 2024-08-22T12:55:54+0200.
435435
This site will never display any ads: it is a non-profit project.
436436
It does not collect any data.
437437
</div>

docs/news.html

+22-22
Original file line numberDiff line numberDiff line change
@@ -306,34 +306,34 @@
306306
<article role="main">
307307
<section class="tex2jax_ignore mathjax_ignore" id="changelog">
308308
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
309-
<section id="pending">
310-
<h2>1.1.5 (pending)<a class="headerlink" href="#pending" title="Link to this heading"></a></h2>
309+
<section id="id1">
310+
<h2>1.1.5 (2024-08-22)<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
311311
<ul class="simple">
312312
<li><p>Minor extensions/updates.</p></li>
313313
</ul>
314314
</section>
315-
<section id="id1">
316-
<h2>1.1.4 (2023-12-12)<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
315+
<section id="id2">
316+
<h2>1.1.4 (2023-12-12)<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
317317
<ul class="simple">
318318
<li><p>[BUGFIX] #5: <code class="docutils literal notranslate"><span class="pre">load_dataset</span></code> threw an <code class="docutils literal notranslate"><span class="pre">OSError</span></code> while trying to load
319319
a dataset.</p></li>
320320
</ul>
321321
</section>
322-
<section id="id2">
323-
<h2>1.1.2 (2023-10-19)<a class="headerlink" href="#id2" title="Link to this heading"></a></h2>
322+
<section id="id3">
323+
<h2>1.1.2 (2023-10-19)<a class="headerlink" href="#id3" title="Link to this heading"></a></h2>
324324
<ul class="simple">
325325
<li><p>[BUGFIX] <code class="docutils literal notranslate"><span class="pre">adjusted_asymetric_accuracy</span></code> is now called
326326
<code class="docutils literal notranslate"><span class="pre">normalized_clustering_accuracy</span></code> in <code class="docutils literal notranslate"><span class="pre">genieclust</span></code>.</p></li>
327327
</ul>
328328
</section>
329-
<section id="id3">
330-
<h2>1.1.1 (2022-10-06)<a class="headerlink" href="#id3" title="Link to this heading"></a></h2>
329+
<section id="id4">
330+
<h2>1.1.1 (2022-10-06)<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
331331
<ul class="simple">
332332
<li><p>[BUGFIX] #3: <code class="docutils literal notranslate"><span class="pre">root_dir</span></code> in <code class="docutils literal notranslate"><span class="pre">glob.glob</span></code> is only available Python &gt;= 3.10.</p></li>
333333
</ul>
334334
</section>
335-
<section id="id4">
336-
<h2>1.1.0 (2022-09-17)<a class="headerlink" href="#id4" title="Link to this heading"></a></h2>
335+
<section id="id5">
336+
<h2>1.1.0 (2022-09-17)<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
337337
<ul class="simple">
338338
<li><p>The project’s homepage was created. It is available at
339339
<a class="reference external" href="https://clustering-benchmarks.gagolewski.com/">https://clustering-benchmarks.gagolewski.com/</a>.</p></li>
@@ -344,16 +344,16 @@ <h2>1.1.0 (2022-09-17)<a class="headerlink" href="#id4" title="Link to this head
344344
<a class="reference external" href="https://github.com/gagolews/clustering-results-v1">https://github.com/gagolews/clustering-results-v1</a>.</p></li>
345345
</ul>
346346
</section>
347-
<section id="id5">
348-
<h2>1.0.0 (2020-05-08)<a class="headerlink" href="#id5" title="Link to this heading"></a></h2>
347+
<section id="id6">
348+
<h2>1.0.0 (2020-05-08)<a class="headerlink" href="#id6" title="Link to this heading"></a></h2>
349349
<ul class="simple">
350350
<li><p>Datasets in the 1st (v1.0.0) version of the benchmark
351351
battery are now frozen. The historical snapshot is available at
352352
DOI: <a class="reference external" href="https://doi.org/10.5281/zenodo.3815066">10.5281/zenodo.3815066</a>.</p></li>
353353
</ul>
354354
</section>
355-
<section id="id6">
356-
<h2>0.0.0 (2015-12-29)<a class="headerlink" href="#id6" title="Link to this heading"></a></h2>
355+
<section id="id7">
356+
<h2>0.0.0 (2015-12-29)<a class="headerlink" href="#id7" title="Link to this heading"></a></h2>
357357
<ul>
358358
<li><p>Version 0 of the benchmark battery consists of the datasets
359359
studied in: Gagolewski M., Bartoszuk M., Cena A.,
@@ -402,7 +402,7 @@ <h2>0.0.0 (2015-12-29)<a class="headerlink" href="#id6" title="Link to this head
402402
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
403403
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
404404
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
405-
Last updated on 2024-07-25T15:57:52+0200.
405+
Last updated on 2024-08-22T12:55:54+0200.
406406
This site will never display any ads: it is a non-profit project.
407407
It does not collect any data.
408408
</div>
@@ -424,13 +424,13 @@ <h2>0.0.0 (2015-12-29)<a class="headerlink" href="#id6" title="Link to this head
424424
<div class="toc-tree">
425425
<ul>
426426
<li><a class="reference internal" href="#">Changelog</a><ul>
427-
<li><a class="reference internal" href="#pending">1.1.5 (pending)</a></li>
428-
<li><a class="reference internal" href="#id1">1.1.4 (2023-12-12)</a></li>
429-
<li><a class="reference internal" href="#id2">1.1.2 (2023-10-19)</a></li>
430-
<li><a class="reference internal" href="#id3">1.1.1 (2022-10-06)</a></li>
431-
<li><a class="reference internal" href="#id4">1.1.0 (2022-09-17)</a></li>
432-
<li><a class="reference internal" href="#id5">1.0.0 (2020-05-08)</a></li>
433-
<li><a class="reference internal" href="#id6">0.0.0 (2015-12-29)</a></li>
427+
<li><a class="reference internal" href="#id1">1.1.5 (2024-08-22)</a></li>
428+
<li><a class="reference internal" href="#id2">1.1.4 (2023-12-12)</a></li>
429+
<li><a class="reference internal" href="#id3">1.1.2 (2023-10-19)</a></li>
430+
<li><a class="reference internal" href="#id4">1.1.1 (2022-10-06)</a></li>
431+
<li><a class="reference internal" href="#id5">1.1.0 (2022-09-17)</a></li>
432+
<li><a class="reference internal" href="#id6">1.0.0 (2020-05-08)</a></li>
433+
<li><a class="reference internal" href="#id7">0.0.0 (2015-12-29)</a></li>
434434
</ul>
435435
</li>
436436
</ul>

docs/py-modindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h1>Python Module Index</h1>
334334
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
335335
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
336336
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
337-
Last updated on 2024-07-25T15:57:52+0200.
337+
Last updated on 2024-08-22T12:55:54+0200.
338338
This site will never display any ads: it is a non-profit project.
339339
It does not collect any data.
340340
</div>

docs/search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
329329
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
330330
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
331-
Last updated on 2024-07-25T15:57:52+0200.
331+
Last updated on 2024-08-22T12:55:54+0200.
332332
This site will never display any ads: it is a non-profit project.
333333
It does not collect any data.
334334
</div>

docs/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/weave/clustbench-usage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ <h2>Applying Clustering Methods Manually<a class="headerlink" href="#applying-cl
533533
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
534534
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
535535
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
536-
Last updated on 2024-07-25T15:57:52+0200.
536+
Last updated on 2024-08-22T12:55:54+0200.
537537
This site will never display any ads: it is a non-profit project.
538538
It does not collect any data.
539539
</div>

docs/weave/colouriser.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
366366
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
367367
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
368-
Last updated on 2024-07-25T15:57:52+0200.
368+
Last updated on 2024-08-22T12:55:54+0200.
369369
This site will never display any ads: it is a non-profit project.
370370
It does not collect any data.
371371
</div>

docs/weave/contributing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
355355
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
356356
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
357-
Last updated on 2024-07-25T15:57:52+0200.
357+
Last updated on 2024-08-22T12:55:54+0200.
358358
This site will never display any ads: it is a non-profit project.
359359
It does not collect any data.
360360
</div>

docs/weave/data-v1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
534534
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
535535
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
536-
Last updated on 2024-07-25T15:57:52+0200.
536+
Last updated on 2024-08-22T12:55:54+0200.
537537
This site will never display any ads: it is a non-profit project.
538538
It does not collect any data.
539539
</div>

docs/weave/external-validity-measures.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ <h2>Information-Theoretic Measures<a class="headerlink" href="#information-theor
747747
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
748748
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
749749
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
750-
Last updated on 2024-07-25T15:57:52+0200.
750+
Last updated on 2024-08-22T12:55:54+0200.
751751
This site will never display any ads: it is a non-profit project.
752752
It does not collect any data.
753753
</div>

docs/weave/file-format.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ <h2>Clustering Results<a class="headerlink" href="#clustering-results" title="Li
422422
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
423423
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
424424
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
425-
Last updated on 2024-07-25T15:57:52+0200.
425+
Last updated on 2024-08-22T12:55:54+0200.
426426
This site will never display any ads: it is a non-profit project.
427427
It does not collect any data.
428428
</div>

docs/weave/how-to-access.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h2>MATLAB<a class="headerlink" href="#matlab" title="Link to this heading">¶</
439439
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
440440
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
441441
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
442-
Last updated on 2024-07-25T15:57:52+0200.
442+
Last updated on 2024-08-22T12:55:54+0200.
443443
This site will never display any ads: it is a non-profit project.
444444
It does not collect any data.
445445
</div>

docs/weave/internal-validity-measures.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ <h2>Generalised Dunn Indices<a class="headerlink" href="#generalised-dunn-indice
575575
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
576576
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
577577
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
578-
Last updated on 2024-07-25T15:57:52+0200.
578+
Last updated on 2024-08-22T12:55:54+0200.
579579
This site will never display any ads: it is a non-profit project.
580580
It does not collect any data.
581581
</div>

docs/weave/many-partitions.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ <h2>Predicted vs Best-Matching Reference Labelling<a class="headerlink" href="#p
437437
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
438438
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
439439
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
440-
Last updated on 2024-07-25T15:57:52+0200.
440+
Last updated on 2024-08-22T12:55:54+0200.
441441
This site will never display any ads: it is a non-profit project.
442442
It does not collect any data.
443443
</div>

docs/weave/noise-points.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ <h2>Evaluating Similarity<a class="headerlink" href="#evaluating-similarity" tit
474474
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
475475
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
476476
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
477-
Last updated on 2024-07-25T15:57:52+0200.
477+
Last updated on 2024-08-22T12:55:54+0200.
478478
This site will never display any ads: it is a non-profit project.
479479
It does not collect any data.
480480
</div>

docs/weave/results-v1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h2>Feature Engineering<a class="headerlink" href="#feature-engineering" title="
415415
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
416416
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
417417
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
418-
Last updated on 2024-07-25T15:57:52+0200.
418+
Last updated on 2024-08-22T12:55:54+0200.
419419
This site will never display any ads: it is a non-profit project.
420420
It does not collect any data.
421421
</div>

docs/weave/suite-v1.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4209,7 +4209,7 @@
42094209
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
42104210
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
42114211
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
4212-
Last updated on 2024-07-25T15:57:52+0200.
4212+
Last updated on 2024-08-22T12:55:54+0200.
42134213
This site will never display any ads: it is a non-profit project.
42144214
It does not collect any data.
42154215
</div>

docs/weave/true-vs-predicted.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ <h2>External Cluster Validity Measures<a class="headerlink" href="#external-clus
584584
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
585585
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
586586
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
587-
Last updated on 2024-07-25T15:57:52+0200.
587+
Last updated on 2024-08-22T12:55:54+0200.
588588
This site will never display any ads: it is a non-profit project.
589589
It does not collect any data.
590590
</div>

docs/z_bibliography.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ <h2>Bibliography<a class="headerlink" href="#bibliography" title="Link to this h
611611
Some rights reserved. Licensed under <a href='https://creativecommons.org/licenses/by-nc-nd/4.0/'>CC BY-NC-ND 4.0</a>.
612612
Built with <a href="https://sphinx-doc.org/">Sphinx</a>
613613
and a customised <a href="https://github.com/pradyunsg/furo">Furo</a> theme.
614-
Last updated on 2024-07-25T15:57:52+0200.
614+
Last updated on 2024-08-22T12:55:54+0200.
615615
This site will never display any ads: it is a non-profit project.
616616
It does not collect any data.
617617
</div>

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
Cython
12
numpy
23
scipy
3-
cython
44
matplotlib
55
scikit-learn
66
genieclust

0 commit comments

Comments
 (0)