Skip to content

Commit 28f3312

Browse files
committed
Update docs
1 parent 8ff68a5 commit 28f3312

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author = 'Thieu'
3131

3232
# The full version, including alpha/beta/rc tags
33-
release = '0.1.1'
33+
release = '0.1.9'
3434

3535

3636
# -- General configuration ---------------------------------------------------

docs/source/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Welcome to MAFESE's documentation!
77
==================================
88

9-
.. image:: https://img.shields.io/badge/release-0.1.8-yellow.svg
9+
.. image:: https://img.shields.io/badge/release-0.1.9-yellow.svg
1010
:target: https://github.com/thieu1995/mafese/releases
1111

1212
.. image:: https://img.shields.io/pypi/wheel/gensim.svg
@@ -60,12 +60,12 @@ using meta-heuristic algorithms.
6060
* **Total Filter-based (Statistical-based)**: > 15 methods
6161
* **Total Embedded-based (Tree and Lasso)**: > 10 methods
6262
* **Total Unsupervised-based**: >= 4 methods
63-
* **Total classification dataset**: >= 30 datasets
64-
* **Total regression dataset**: >= 7 datasets
65-
* **Total performance metrics (as fitness)**: > 30 metrics
63+
* **Total datasets**: >= 30 (47 classifications and 7 regressions)
64+
* **Total performance metrics**: >= 61 (45 regressions and 16 classifications)
65+
* **Total objective functions (as fitness functions)**: >= 61 (45 regressions and 16 classifications)
6666
* **Documentation:** https://mafese.readthedocs.io/en/latest/
67-
* **Python versions:** >=3.7.x
68-
* **Dependencies:** numpy, scipy, scikit-learn, pandas, mealpy, permetrics
67+
* **Python versions:** >= 3.7.x
68+
* **Dependencies:** numpy, scipy, scikit-learn, pandas, mealpy, permetrics, plotly, kaleido
6969

7070

7171
Features

docs/source/pages/quick_start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installation
44

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

7-
$ pip install mafese==0.1.8
7+
$ pip install mafese==0.1.9
88

99

1010
* Install directly from source code::

docs/source/pages/support.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
=======
2-
Cite Us
3-
=======
1+
================
2+
Citation Request
3+
================
4+
45
Please include these citations if you plan to use this library::
56

67
@software{nguyen_van_thieu_2023_7969043,

0 commit comments

Comments
 (0)