Update doc and version 1.30 (#55)

* Add complete classes counts to node and tests

* Implement optimized predict and new predict_proba

* Add predict_proba test

* Add python 3.10 to CI

* Update version number and documentation
This commit is contained in:
Ricardo Montañana Gómez
2022-10-21 13:31:59 +02:00
committed by GitHub
parent 2f6ae648a1
commit c37f044e3a
6 changed files with 53 additions and 15 deletions

View File

@@ -12,19 +12,18 @@
#
import os
import sys
import stree
from stree._version import __version__
sys.path.insert(0, os.path.abspath("../../stree/"))
# -- Project information -----------------------------------------------------
project = "STree"
copyright = "2020 - 2021, Ricardo Montañana Gómez"
copyright = "2020 - 2022, Ricardo Montañana Gómez"
author = "Ricardo Montañana Gómez"
# The full version, including alpha/beta/rc tags
version = stree.__version__
version = __version__
release = version