Skip to content

Commit bf779cd

Browse files
committed
ver 0.15.4.8
bug fixed.
1 parent 601e857 commit bf779cd

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

npy/tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from .bash_commands import *
22
from .short_hands import *
3-
from .parallel import *
43
from . import multirank
54
from . import tsne
65
from . import http
76
from . import track
87
from . import vec
98
from . import intrinsic_dimension
9+
from . import parallel

npy/tools/parallel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import multiprocessing as mp
22
import time
33
import traceback
4-
from npy import sayd, sayw
4+
from ..log import sayd, sayw
5+
56

67
__all__ = ['Worker', 'WorkerManager']
78

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(name='nuclear-python',
1212

13-
version='0.15.4.7',
13+
version='0.15.4.8',
1414

1515
url='https://github.com/nuclearboy95/nuclear-python',
1616

0 commit comments

Comments
 (0)