Skip to content
Open

0.8.6 #118

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.5
0.8.6
4 changes: 4 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ History
0.8.5 (2020-08-25)
------------------
* minor fix (package dependencies)

0.8.6 (2020-11-24)
------------------
* mlbox version info
5 changes: 4 additions & 1 deletion mlbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# -*- coding: utf-8 -*-

with open('../VERSION.txt') as version_file:
__version__ = version_file.read()

__author__ = """Axel ARONIO DE ROMBLAY"""
__email__ = 'axelderomblay@gmail.com'

from .preprocessing import *
from .encoding import *
from .optimisation import *
from .prediction import *
from .model import *
from .model import *