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