Skip to content

Commit

Permalink
Add compute to collection namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Aug 6, 2015
1 parent 7ced411 commit f4af433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dask/bag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
from .core import (Bag, Item, from_sequence, from_filenames, from_hdfs,
from_url, to_textfiles, concat, from_s3)
from ..context import set_options
from ..base import compute
1 change: 1 addition & 0 deletions dask/dataframe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
rolling_min, rolling_max, rolling_std, rolling_var,
rolling_skew, rolling_kurt, rolling_quantile, rolling_apply,
rolling_window)
from ..base import compute

0 comments on commit f4af433

Please sign in to comment.