* Update read the docs config
*Update copyright year in docs
* Update python version
* Change build configuration
* Change version read in config
* Refactor config files
* Refactor api config
* 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
* Add first doc info to sources
* Update doc to separate classes in api
* Refactor build_predictor
* Fix random_sate issue in non linear kernels
* Refactor score method using base class implementation
* Some quality refactoring
* Fix codecov config.
* Add sigmoid kernel
* Refactor setup and add Makefile