Skip to content

Commit

Permalink
add atop to dask.array top-level imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jun 4, 2015
1 parent 2914650 commit a3835ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/array/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .core import (Array, stack, concatenate, take, tensordot, transpose,
from_array, choose, where, coarsen, insert, broadcast_to,
fromfunction, compute, unique, store, squeeze, topk, bincount,
map_blocks)
map_blocks, atop)
from .core import (logaddexp, logaddexp2, conj, exp, log, log2, log10, log1p,
expm1, sqrt, square, sin, cos, tan, arcsin, arccos, arctan, arctan2,
hypot, sinh, cosh, tanh, arcsinh, arccosh, arctanh, deg2rad, rad2deg,
Expand Down

0 comments on commit a3835ec

Please sign in to comment.