From d371c3d4447796fc8f3e37f202009636fa0865f0 Mon Sep 17 00:00:00 2001 From: gagolews Date: Sat, 17 Sep 2022 17:13:58 +1000 Subject: [PATCH] v1.1.2 --- .devel/sphinx/news.md | 4 +- .github/workflows/py.yml | 4 +- DESCRIPTION | 2 +- NEWS | 4 +- docs/_static/documentation_options.js | 2 +- docs/genieclust.html | 4 +- docs/genieclust_cluster_validity.html | 4 +- docs/genieclust_compare_partitions.html | 26 ++++----- docs/genieclust_genie.html | 4 +- docs/genieclust_inequity.html | 4 +- docs/genieclust_internal.html | 4 +- docs/genieclust_plots-1.pdf | Bin 8343 -> 8343 bytes docs/genieclust_plots-2.pdf | Bin 12353 -> 12353 bytes docs/genieclust_plots-3.pdf | Bin 7203 -> 7203 bytes docs/genieclust_plots-4.pdf | Bin 8867 -> 8867 bytes docs/genieclust_plots.html | 4 +- docs/genieclust_tools.html | 4 +- docs/genindex.html | 4 +- docs/index.html | 4 +- docs/news.html | 67 ++++++++++++++---------- docs/py-modindex.html | 4 +- docs/rapi.html | 4 +- docs/rapi/cluster_validity.html | 4 +- docs/rapi/compare_partitions.html | 10 ++-- docs/rapi/emst_mlpack.html | 4 +- docs/rapi/gclust.html | 4 +- docs/rapi/genieclust-package.html | 4 +- docs/rapi/inequity.html | 4 +- docs/rapi/mst.html | 4 +- docs/search.html | 4 +- docs/searchindex.js | 2 +- docs/weave/basics.html | 4 +- docs/weave/benchmarks_approx.html | 4 +- docs/weave/benchmarks_ar.html | 4 +- docs/weave/benchmarks_details.html | 4 +- docs/weave/noise.html | 4 +- docs/weave/r.html | 4 +- docs/weave/sklearn_toy_example.html | 4 +- docs/weave/sparse.html | 4 +- docs/weave/string.html | 4 +- docs/weave/timings.html | 4 +- docs/z_bibliography.html | 4 +- genieclust/__init__.py | 2 +- 43 files changed, 123 insertions(+), 116 deletions(-) diff --git a/.devel/sphinx/news.md b/.devel/sphinx/news.md index 0419e5b9..684c3bb0 100644 --- a/.devel/sphinx/news.md +++ b/.devel/sphinx/news.md @@ -1,7 +1,7 @@ # What Is New in *genieclust* -## 1.1.1.9001 (under development) +## 1.1.2 (2022-09-17) * [Python and R] `adjusted_asymmetric_accuracy` now accepts confusion matrices with fewer columns than rows. @@ -10,8 +10,6 @@ * [Python and R] `pair_sets_index`, and `normalized_accuracy` return the same results for nonsymmetric confusion matrices and transposes thereof. -* ... - ## 1.1.1 (2022-09-15) diff --git a/.github/workflows/py.yml b/.github/workflows/py.yml index 942fd1eb..2ee23a45 100644 --- a/.github/workflows/py.yml +++ b/.github/workflows/py.yml @@ -47,6 +47,6 @@ jobs: - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=devel,build,docs,.git,R,dist,genieclust.egg-info,man,tutorials + flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=.devel,build,docs,.git,R,dist,genieclust.egg-info,man,tutorials # exit-zero treats all errors as warnings - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=devel,build,docs,.git,R,dist,genieclust.egg-info,man,tutorials + flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics --exclude=.devel,build,docs,.git,R,dist,genieclust.egg-info,man,tutorials diff --git a/DESCRIPTION b/DESCRIPTION index c5acc2a3..3a7ec0a6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: genieclust Type: Package Title: Fast and Robust Hierarchical Clustering with Noise Points Detection -Version: 1.1.1.9001 +Version: 1.1.2 Date: 2022-09-17 Authors@R: c( person("Marek", "Gagolewski", diff --git a/NEWS b/NEWS index 0419e5b9..684c3bb0 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ # What Is New in *genieclust* -## 1.1.1.9001 (under development) +## 1.1.2 (2022-09-17) * [Python and R] `adjusted_asymmetric_accuracy` now accepts confusion matrices with fewer columns than rows. @@ -10,8 +10,6 @@ * [Python and R] `pair_sets_index`, and `normalized_accuracy` return the same results for nonsymmetric confusion matrices and transposes thereof. -* ... - ## 1.1.1 (2022-09-15) diff --git a/docs/_static/documentation_options.js b/docs/_static/documentation_options.js index 2c5b67a6..ad675b93 100644 --- a/docs/_static/documentation_options.js +++ b/docs/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '1.1.1', + VERSION: '1.1.2', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/genieclust.html b/docs/genieclust.html index f37a665c..cd62bb66 100644 --- a/docs/genieclust.html +++ b/docs/genieclust.html @@ -78,7 +78,7 @@
- Python and R Package
v1.1.1 + Python and R Package
v1.1.2