Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Aug 25, 2023
1 parent ea38a38 commit 1efeefe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Welcome to Permetrics's documentation!
======================================

.. image:: https://img.shields.io/badge/release-1.4.3-yellow.svg
.. image:: https://img.shields.io/badge/release-1.5.0-yellow.svg
:target: https://github.com/thieu1995/permetrics/releases

.. image:: https://img.shields.io/pypi/wheel/gensim.svg
Expand Down Expand Up @@ -57,7 +57,7 @@ performance metrics for problems such as regression, classification, clustering,
field access metrics as fast as possible

* **Free software:** GNU General Public License (GPL) V3 license
* **Total metrics**: 107 (47 regression metrics, 20 classification metrics, 40 clustering metrics)
* **Total metrics**: 111 (47 regression metrics, 20 classification metrics, 44 clustering metrics)
* **Documentation:** https://permetrics.readthedocs.io/en/latest/
* **Python versions:** >= 3.7.x
* **Dependencies:** numpy, scipy
Expand Down
2 changes: 1 addition & 1 deletion docs/source/pages/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Installation

* Install the `current PyPI release <https://pypi.python.org/pypi/permetrics />`_::

$ pip install permetrics==1.4.3
$ pip install permetrics==1.5.0


* Install directly from source code::
Expand Down

0 comments on commit 1efeefe

Please sign in to comment.