starting devel 0.2.1
This commit is contained in:
parent
02b6a0cb05
commit
010676df12
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ from . import model_selection
|
|||
from . import classification
|
||||
import os
|
||||
|
||||
__version__ = '0.2.0'
|
||||
__version__ = '0.2.1'
|
||||
|
||||
|
||||
def _default_cls():
|
||||
|
|
|
|||
Loading…
Reference in New Issue