Skip to content

Commit 28b5456

Browse files
authored
Merge pull request #263 from basf/develop
v1.5.0 fixed
2 parents 4b28446 + 9f1ebd5 commit 28b5456

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

docs/api/utils/Preprocessor.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
api/models/index
3333
api/base_models/index
34-
api/preprocessing/index
3534
api/data_utils/index
3635
api/configs/index
3736

mambular/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
from . import base_models, data_utils, models, preprocessing, utils
1+
from . import base_models, data_utils, models, utils
22
from .__version__ import __version__
33

44
__all__ = [
55
"__version__",
66
"base_models",
77
"data_utils",
88
"models",
9-
"preprocessing",
109
"utils",
1110
]

0 commit comments

Comments
 (0)