From 2cd2d54f3079f0627cb69f29db2486cadff7b186 Mon Sep 17 00:00:00 2001 From: Roman Feldbauer Date: Tue, 16 Jul 2019 11:00:20 +0200 Subject: [PATCH] MAINT remove dev warning; ignore coverage files [ci skip] --- .gitignore | 2 ++ README.md | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 5c258be..292a61e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # Manually added new_test_pypi_release.bash +new_pypi_release.bash +coverage.html/* .idea/ venv/ diff --git a/README.md b/README.md index 0f41805..1c9bf96 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,6 @@ https://github.com/VarIr/scikit-hubness/blob/master/LICENSE.txt) # scikit-hubness -(NOTE: THIS IS CURRENTLY UNDER HEAVY DEVELOPMENT. -A reasonably stable version will be available soon, -and will then be uploaded to PyPI). - `scikit-hubness` comprises tools for the analysis and reduction of hubness in high-dimensional data. Hubness is an aspect of the _curse of dimensionality_