Skip to content

Commit da5627e

Browse files
dustinvtrantwiecki
authored andcommitted
re-add imports lost in removal from core.py (#1272)
1 parent b09f9a6 commit da5627e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pymc3/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
__version__ = "3.0"
22

3+
from .blocking import *
34
from .distributions import *
45
from .math import *
56
from .model import *
67
from .stats import *
78
from .sampling import *
89
from .interactive_sampling import *
910
from .step_methods import *
11+
from .theanof import *
1012
from .tuning import *
1113
from .variational import *
14+
from .vartypes import *
1215
from . import sampling
1316

1417
from .debug import *

0 commit comments

Comments
 (0)