starting devel 0.2.1

This commit is contained in:
Alejandro Moreo Fernandez 2025-10-07 10:27:59 +02:00
parent 02b6a0cb05
commit 010676df12
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
Change Log 0.2.0
Change Log 0.2.1
-----------------
CLEAN TODO-FILE
...
Change Log 0.2.0
-----------------
- Base code Refactor:
- Removing coupling between LabelledCollection and quantification methods; the fit interface changes:

View File

@ -13,7 +13,7 @@ from . import model_selection
from . import classification
import os
__version__ = '0.2.0'
__version__ = '0.2.1'
def _default_cls():